aicomputer 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/index.js +834 -349
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,8 @@ After installing, use the `computer` command:
|
|
|
15
15
|
```bash
|
|
16
16
|
computer login
|
|
17
17
|
computer login --api-key <ac_live_...>
|
|
18
|
+
computer claude-login
|
|
19
|
+
computer codex-login
|
|
18
20
|
computer whoami
|
|
19
21
|
computer create my-box
|
|
20
22
|
computer open my-box
|
|
@@ -29,6 +31,10 @@ computer fleet status
|
|
|
29
31
|
computer acp serve my-box --agent codex
|
|
30
32
|
```
|
|
31
33
|
|
|
34
|
+
`computer login` authenticates the CLI against Agent Computer. Use
|
|
35
|
+
`computer claude-login` and `computer codex-login` to install Claude Code or
|
|
36
|
+
Codex credentials onto a machine after the CLI is already logged in.
|
|
37
|
+
|
|
32
38
|
Run `computer ssh` without a handle in an interactive terminal to pick from your available machines.
|
|
33
39
|
|
|
34
40
|
Run `computer ssh --setup` once to register your SSH key and add a global alias:
|