diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-26 22:21:52 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-26 22:21:52 +0200 |
| commit | f2884d36330bc09c001b26cab639911e304218d8 (patch) | |
| tree | fa626bbbe86866baccab156317b3838545819eed /README.md | |
| parent | dca855718414a4b5c640a1df775acdcc93d8f585 (diff) | |
eee97223-bfde-48d7-93f5-d1bb0ecddaba add /watch command
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ Custom extensions live in `pi/agent/extensions/` and are loaded automatically vi |-----------|---------| | `web-search` | `web_search` and `web_fetch` tools — DuckDuckGo search + page fetching, no API key | | `ask-mode` | `/ask` command — restricts the model to read-only exploration tools | -| `loop-scheduler` | `/loop` command — re-sends a prompt on a recurring interval | +| `loop-scheduler` | `/loop` and `/watch` commands — recurring prompts plus condition-driven prompts | | `inline-bash` | `!{cmd}` syntax — expands shell output inline before sending to the model | | `session-name` | Auto-names sessions from the first message | | `modal-editor` | Opens an external editor (`$VISUAL`) for composing long prompts | |
