Skip to content

fix: recognize /? as valid lash command.#1084

Open
deshmukh-viraj wants to merge 1 commit intoMoonshotAI:mainfrom
deshmukh-viraj:main
Open

fix: recognize /? as valid lash command.#1084
deshmukh-viraj wants to merge 1 commit intoMoonshotAI:mainfrom
deshmukh-viraj:main

Conversation

@deshmukh-viraj
Copy link

@deshmukh-viraj deshmukh-viraj commented Feb 10, 2026

Description

Fixes #1069 - The /? command was not recognized as a valid slash command due to a regex limitation.

Changes Made

  • Added ? to the regex character class in slashcmd.py line 115
  • Added test case for /? parsing in test_slash_command.py

Testing

  • All slash command tests pass (3/3)
  • The /? alias now correctly parses to the help command

Checklist

  • Code follows project style
  • Added tests for the fix
  • All tests pass

Open with Devin

Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

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.

fix: /? command not recognized as valid slash command

1 participant

Comments