summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-26 22:21:52 +0200
committerPaul Buetow <paul@buetow.org>2026-03-26 22:21:52 +0200
commitf2884d36330bc09c001b26cab639911e304218d8 (patch)
treefa626bbbe86866baccab156317b3838545819eed /README.md
parentdca855718414a4b5c640a1df775acdcc93d8f585 (diff)
eee97223-bfde-48d7-93f5-d1bb0ecddaba add /watch command
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eea735e..a6c166f 100644
--- a/README.md
+++ b/README.md
@@ -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 |