Bug: 任务执行中发送的消息一直排队无法送达,需停止后才能发送 / Messages sent while the agent is busy stay queued forever and are never delivered until the task is stopped

未关闭
#20 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
58/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
活跃
领域
backend, frontend

调研方向

未指定任何文件或测试。首先使用一个长时间运行的 agent 任务复现该问题,然后跟踪 message queue 和消息交付入口点,以找出消息为何会一直留在队列中。完成的标准是:执行期间发送的消息能够在不停止任务的情况下交付,或者 UI 能够明确报告可采取行动的 timeout 或排队状态。

由索引模型根据 Issue 内容生成。

描述

问题描述 / 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
  1. 让 Agent 执行一个较长任务;
  2. 执行中发送一条消息(如评审反馈);
  3. 消息一直排队无法送达;
  4. 停止后重发才能成功。
期望行为 / Expected

消息应在合适时机自动送达,无需中断任务;排队消息应有送达机制或超时提示。

Messages should be delivered automatically without interrupting the task, or at least show a clear UI notice about the queued status.

主要语言
CSS
星标
7
派生
0
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

CommandCodeAI/commandcode-status 的其他 Issue

查看 CommandCodeAI/commandcode-status 的全部 Issue

相似的 Issue

更多 Backend & API Design Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。