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 還沒有評估資料。