agent-afk 5.38.1 → 5.38.3
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 -2
- package/dist/cli.mjs +366 -366
- package/dist/index.mjs +1 -1
- package/dist/telegram.mjs +173 -173
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,12 +58,11 @@ afk chat "hello"
|
|
|
58
58
|
- **Background subagent jobs** — dispatch a subagent with `mode:'background'`; results auto-deliver into the model's context when they finish. `/bgsub` lists running and completed jobs, `/bgsub:join <id>` replays a result manually.
|
|
59
59
|
|
|
60
60
|
## Four surfaces, one session manager
|
|
61
|
-
|
|
62
61
|
| Command | Surface |
|
|
63
62
|
|---|---|
|
|
64
63
|
| `afk chat "..."` | One-shot (fire & forget) turn — pipe-friendly, scripts well |
|
|
65
64
|
| `afk` (alias of `afk interactive`) | REPL with slash commands, streaming, plan mode, image paste |
|
|
66
|
-
| `afk daemon` | Long-running headless agent, cron-friendly |
|
|
65
|
+
| `afk daemon` | Long-running headless agent, cron-friendly. For persistence across reboot and crash, use `/service-setup` (launchd on macOS, systemd `--user` on Linux) instead of running in a bare tmux pane. |
|
|
67
66
|
| `afk telegram start` | Telegram bot — same tools, same memory, on your phone |
|
|
68
67
|
|
|
69
68
|
## Configuration
|