CommandCodeAI / CommandCodeAI/commandcode-status
Bug: 任务执行中发送的消息一直排队无法送达,需停止后才能发送 / Messages sent while the agent is busy stay queued forever and are never delivered until the task is stopped
未關閉
還沒有人認領這個 Issue。
- 主要語言
- CSS
- 星號
- 7
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
问题描述 / Problem
Agent 执行任务期间发送的消息(如评审反馈)一直排队,无法送达,只能停止任务后重新发送。
Messages sent while the agent is executing a task stay queued forever and are never delivered. The only workaround is to stop the task and resend.
复现步骤 / Steps to Reproduce
- 让 Agent 执行一个较长任务;
- 执行中发送一条消息(如评审反馈);
- 消息一直排队无法送达;
- 停止后重发才能成功。
期望行为 / Expected
消息应在合适时机自动送达,无需中断任务;排队消息应有送达机制或超时提示。
Messages should be delivered automatically without interrupting the task, or at least show a clear UI notice about the queued status.
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
未指定任何檔案或測試。先使用長時間執行的 agent 任務重現問題,然後追蹤 message queue 和訊息傳遞進入點,以找出訊息為何會一直留在佇列中。完成的標準是:執行期間傳送的訊息能在不中止任務的情況下傳遞,或 UI 能清楚回報可採取行動的 timeout 或排隊狀態。
由索引模型根據 Issue 內容生成。
評估
- 領域
- backend, frontend
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 活躍
- 描述清晰度
- 基本清楚
- 新手友好度
- 58/100