Skip to content

Fix command matching to support both /command and command formats#15

Merged
NerdsCorp merged 1 commit intomainfrom
claude/fix-commands-config-y1rON
Jan 18, 2026
Merged

Fix command matching to support both /command and command formats#15
NerdsCorp merged 1 commit intomainfrom
claude/fix-commands-config-y1rON

Conversation

@NerdsCorp
Copy link
Owner

Commands in commands_config.json without a leading "/" now work correctly when users prefix them with "/". The fix normalizes command comparison by stripping leading "/" from both the user's input and config commands before matching, allowing flexible command usage regardless of how they're defined in the config.

Commands in commands_config.json without a leading "/" now work correctly
when users prefix them with "/". The fix normalizes command comparison by
stripping leading "/" from both the user's input and config commands before
matching, allowing flexible command usage regardless of how they're defined
in the config.
@NerdsCorp NerdsCorp merged commit 9d84082 into main Jan 18, 2026
1 check failed
@NerdsCorp NerdsCorp deleted the claude/fix-commands-config-y1rON branch January 18, 2026 05:44
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