@hydra-acp/cli 0.1.147 → 0.1.148
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 +2 -7
- package/dist/cli.js +41 -41
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -192,18 +192,13 @@ compaction` prints them.
|
|
|
192
192
|
|
|
193
193
|
## CLI
|
|
194
194
|
|
|
195
|
-
|
|
195
|
+
Four of these carry most of the daily traffic:
|
|
196
196
|
|
|
197
197
|
```sh
|
|
198
198
|
hydra-acp # open the TUI (picker if you have sessions, else a new one)
|
|
199
|
-
hydra-acp session # list sessions
|
|
200
199
|
hydra-acp --reattach # back into this terminal's last session
|
|
201
|
-
hydra-acp
|
|
202
|
-
hydra-acp agent set claude # change the default agent
|
|
203
|
-
hydra-acp cat -p "..." # one-shot / piped, no TUI
|
|
200
|
+
hydra-acp session # list sessions
|
|
204
201
|
hydra-acp session info <id> # what happened in a session
|
|
205
|
-
hydra-acp daemon log -f # follow the daemon log
|
|
206
|
-
hydra-acp config set <k> <v> # change a setting
|
|
207
202
|
```
|
|
208
203
|
|
|
209
204
|
The full surface:
|