CommandCodeAI / CommandCodeAI/command-code
Ability to run `/slash` commands when working
未关闭
还没有人认领这个 Issue。
- 主要语言
- 没有语言数据
- 星标
- 4k
- 派生
- 350
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先跟踪 /usage 的 CLI 处理逻辑,以及发出“Cannot run /usage while Command Code is working.”的 guard。确定 turn 处于活动状态时 slash 命令是如何分派的,以及 Esc 或 Ctrl+C 如何中断它。完成的标准是:支持的 slash 命令可以在工作期间运行,而不会错误地取消当前 turn,同时保留现有的中断行为。
由索引模型根据 Issue 内容生成。
评估
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 52/100