@autohq/cli 0.1.141 → 0.1.142

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 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 <session> # launch a session run; --attach to follow it
41
+ auto run <agent> # launch a run; --attach to follow it
42
42
  auto tui # interactive dashboard
43
43
  ```
44
44