CommandCodeAI / CommandCodeAI/command-code
Ability to run `/slash` commands when working
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 4k
- Forks
- 350
- PR merge metrics
- No merged PRs in 30d
Description
Feature Description
Currently, it is not possible to run /slash commands when Command Code is working :
Cannot run /usage while Command Code is working. Press Esc or Ctrl+C to interrupt the current turn first.
This would be a nice QoL addition
Use Case
No response
Additional Context
No response
How important is this to you?
Important for my workflow
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the CLI handling for /usage and the guard that emits “Cannot run /usage while Command Code is working.” Determine how slash commands are dispatched while a turn is active and how Esc or Ctrl+C interrupts it. Done means supported slash commands can run during work without incorrectly cancelling the current turn, with the existing interruption behavior preserved.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100