CommandCodeAI / CommandCodeAI/command-code
Bug: /design skill hangs on longer prompts regardless of flags
未关闭
@naymurdev 已经在做这个了。
开始于 2026年6月29日。
/design
p1
- 主要语言
- 没有语言数据
- 星标
- 4k
- 派生
- 350
- PR 合并指标
- 30 天内没有已合并 PR
描述
/design skill hangs on longer prompts regardless of flags
Environment:
- Command Code v0.27.0
- Model: default (taste-1)
- Platform: Linux (x64), Node v24.15.0
- Host: local machine
Steps to reproduce:
- Run
cmdwith the/designskill - Submit a comprehensive design review prompt (covering UI audit of a multi-page application)
- Command Code hangs indefinitely — no progress, no output, no error
- Must be killed externally (SIGKILL)
Observed behavior:
/designworks reliably with--max-turns 10and a short prompt (2-3 sentences)- With longer prompts (describing a full site review) or without
--max-turnslimit, the process freezes after the first response - The hang is not a timeout — it persists for hours with no CPU activity
- Occurs regardless of
--max-turns,-p(non-interactive), or interactive flags - No error logs are written; no crash report
Expected behavior:
/designshould process prompts of any reasonable length- Should handle comprehensive design reviews spanning multiple pages/sections
- Should either complete, provide partial output, or return a clear error
Impact:
Blocks using /design for meaningful site-wide design audits. Only trivial single-component prompts work.
Additional context:
This was discovered while trying to run a full-site design audit of a React 19 application. The same review was successfully completed using alternative tools (impeccable detector + manual UI audit scripts), confirming the prompt content itself is valid.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。