Skip to content

Conversation

@Tarquinen
Copy link
Collaborator

Summary

  • Add commands section to plugin config allowing users to enable/disable /dcp-context and /dcp-stats commands
  • Commands check their enabled status before executing and log when disabled
  • Update README with commands documentation section
  • Fix spacing in dcp-context UI output (extra space after % signs)

Config Structure

"commands": {
    "context": {
        "enabled": true
    },
    "stats": {
        "enabled": true
    }
}

- Add commands section to config with context and stats sub-configs
- Each command has an enabled boolean (default: true)
- Commands check config before executing and log when disabled
- Update README with commands documentation
- Fix spacing in dcp-context UI output
@Tarquinen Tarquinen merged commit 09df074 into dev Jan 19, 2026
1 check passed
@Tarquinen Tarquinen deleted the feat/commands-config branch January 19, 2026 20:53
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