You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,9 +181,9 @@ DCP provides a `/dcp` slash command:
181
181
- `/dcp stats` — Shows cumulative pruning statistics across all sessions.
182
182
- `/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`.
183
183
- `/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.
0 commit comments