aicomputer 0.1.4 → 0.1.5

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 +8 -0
  2. package/dist/index.js +1049 -104
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -21,8 +21,16 @@ computer open my-box
21
21
  computer open my-box --terminal
22
22
  computer ssh
23
23
  computer ssh my-box
24
+ computer ssh --setup
24
25
  ```
25
26
 
26
27
  Run `computer ssh` without a handle in an interactive terminal to pick from your available machines.
27
28
 
29
+ Run `computer ssh --setup` once to register your SSH key and add a global alias:
30
+
31
+ ```bash
32
+ ssh agentcomputer.ai
33
+ ssh my-box@agentcomputer.ai
34
+ ```
35
+
28
36
  You can also run without a global install via `npx aicomputer <command>`.