aicomputer 0.1.5 → 0.1.7

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.
Files changed (3) hide show
  1. package/README.md +7 -0
  2. package/dist/index.js +1436 -305
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -22,6 +22,11 @@ computer open my-box --terminal
22
22
  computer ssh
23
23
  computer ssh my-box
24
24
  computer ssh --setup
25
+ computer agent agents my-box
26
+ computer agent sessions list my-box
27
+ computer agent prompt my-box "inspect /workspace" --agent codex
28
+ computer fleet status
29
+ computer acp serve my-box --agent codex
25
30
  ```
26
31
 
27
32
  Run `computer ssh` without a handle in an interactive terminal to pick from your available machines.
@@ -33,4 +38,6 @@ ssh agentcomputer.ai
33
38
  ssh my-box@agentcomputer.ai
34
39
  ```
35
40
 
41
+ Use `computer agent` to inspect agents on one machine and manage remote sessions. Use `computer fleet status` to see active agent work across every machine in your fleet.
42
+
36
43
  You can also run without a global install via `npx aicomputer <command>`.