CommandCodeAI / CommandCodeAI/commandcode-status
Bug: 任务执行中发送的消息一直排队无法送达,需停止后才能发送 / Messages sent while the agent is busy stay queued forever and are never delivered until the task is stopped
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
问题描述 / 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.
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
No files or tests are named. Start by reproducing the issue with a long-running agent task, then trace the message queue and delivery entry points to find why messages remain queued. Done means messages sent during execution are delivered without stopping the task, or the UI clearly reports an actionable timeout or queued state.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100