perchai-cli 2.4.65 → 2.4.67
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 +9 -0
- package/dist/perch.mjs +804 -793
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,3 +32,12 @@ Run `perch`, then use these commands inside the terminal chat:
|
|
|
32
32
|
- `/login` — sign in through browser OAuth.
|
|
33
33
|
- `/logout` — clear saved CLI auth.
|
|
34
34
|
- `/exit` — leave Perch CLI.
|
|
35
|
+
- `/delegate <task>` — launch a background delegate (`/bg` alias). Approve/dismiss on Desktop; use `check_delegate` tool in CLI turns.
|
|
36
|
+
- `/flock <task>` — experimental multi-agent mode (hidden; see repo `docs/FLOCK_MODE.md`).
|
|
37
|
+
|
|
38
|
+
## Docs
|
|
39
|
+
|
|
40
|
+
Full CLI architecture and codebase navigation live in the main repo:
|
|
41
|
+
|
|
42
|
+
- [docs/PERCH_CLI_USAGE.md](https://github.com/Perch-Terminal-AI/APP-PERCH-AI/blob/main/docs/PERCH_CLI_USAGE.md)
|
|
43
|
+
- [docs/INDEX.md](https://github.com/Perch-Terminal-AI/APP-PERCH-AI/blob/main/docs/INDEX.md)
|