Skip to content

Commit 63def94

Browse files
committed
docs: update trigger command descriptions with focus args
1 parent a1fc24b commit 63def94

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ DCP provides a `/dcp` slash command:
181181
- `/dcp stats` — Shows cumulative pruning statistics across all sessions.
182182
- `/dcp sweep` — Prunes all tools since the last user message. Accepts an optional count: `/dcp sweep 10` prunes the last 10 tools. Respects `commands.protectedTools`.
183183
- `/dcp manual [on|off]` — Toggle manual mode or set explicit state. When on, the AI will not autonomously use context management tools.
184-
- `/dcp prune`Manually trigger a single prune tool execution (manual mode only).
185-
- `/dcp distill`Manually trigger a single distill tool execution (manual mode only).
186-
- `/dcp compress`Manually trigger a single compress tool execution (manual mode only).
184+
- `/dcp prune [focus]`Trigger a single prune tool execution. Optional focus text directs the AI's pruning decisions.
185+
- `/dcp distill [focus]`Trigger a single distill tool execution. Optional focus text directs what to distill.
186+
- `/dcp compress [focus]`Trigger a single compress tool execution. Optional focus text directs what range to compress.
187187
188188
### Protected Tools
189189

0 commit comments

Comments
 (0)