Skip to content

Conversation

@Tarquinen
Copy link
Collaborator

@Tarquinen Tarquinen commented Jan 21, 2026

Summary

  • Add /dcp sweep command to prune tools since the last user message
  • Support optional count argument: /dcp sweep 10 prunes the last 10 tools
  • Expand commands config from boolean to object with enabled and protectedTools fields
  • Update help command UI for cleaner display

Changes

New Command

  • /dcp sweep - Prunes all tools since the previous user message
  • /dcp sweep N - Prunes the last N tools

Config Structure

"commands": {
    "enabled": true,
    "protectedTools": []
}

Tarquinen and others added 3 commits January 20, 2026 04:07
- Add /dcp sweep command to prune tools since last user message
- Support optional count argument: /dcp sweep 10 prunes last 10 tools
- Expand commands config to object with enabled and protectedTools fields
- Respect protected tools and protected file patterns in sweep
- Update help command UI for cleaner display
- Update README and JSON schema for new config structure
@Tarquinen Tarquinen merged commit 91fc53d into dev Jan 21, 2026
1 check passed
@Tarquinen Tarquinen deleted the feature/sweep-command branch January 21, 2026 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants