@autohq/cli 0.1.141 → 0.1.143
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 +1 -1
- package/dist/agent-bridge.js +346 -378
- package/dist/index.js +2865 -2898
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ By hand:
|
|
|
38
38
|
```sh
|
|
39
39
|
auto auth login # sign in (device flow)
|
|
40
40
|
auto apply # apply .auto/ resources to your project
|
|
41
|
-
auto run <
|
|
41
|
+
auto run <agent> # launch a run; --attach to follow it
|
|
42
42
|
auto tui # interactive dashboard
|
|
43
43
|
```
|
|
44
44
|
|