-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Bug]: 任务已全部完成并生成修改总结,但下方的“待办”列表未自动更新状态 #5339
Copy link
Copy link
Closed
Labels
agentCore agent loop (internal/agent, internal/control)Core agent loop (internal/agent, internal/control)bugSomething isn't workingSomething isn't workingmacosmacOS-specificmacOS-specificv2Go rewrite (1.x) — main-v2 branch, active developmentGo rewrite (1.x) — main-v2 branch, active development
Description
Metadata
Metadata
Assignees
Labels
agentCore agent loop (internal/agent, internal/control)Core agent loop (internal/agent, internal/control)bugSomething isn't workingSomething isn't workingmacosmacOS-specificmacOS-specificv2Go rewrite (1.x) — main-v2 branch, active developmentGo rewrite (1.x) — main-v2 branch, active development
Version line
v2 — Go rewrite (1.x), main-v2 (active development)
Exact version
v1.11.1
What happened?
Describe the bug (问题描述)
使用目标协作模式进行开发。
在界面最上方显示“全部完成 ✅”且已经生成了详细的“修改总结”(包括代码文件改动和功能说明)的情况下,界面最下方的“待办” (Todo) 模块状态未能同步更新。
待办列表中的 5 项任务依然卡在“进行中”或“待处理”状态,且完成进度显示为 0/5,未能正确闭环。
Expected behavior (预期行为)
当上方任务全部完成时,下方的“待办”列表应当:
自动将所有子任务的状态更新为“已完成”(或对应已完成的标识)。
进度条/计数器应当自动更新为 5/5。
Screenshots (截图证明)

Steps to reproduce
使用“目标”协作模式进行开发
完成所有开发或记录任务,触发上方状态变更为“全部完成 ✅”。
查看下方“待办”模块,观察其状态与进度。
OS / platform
macos 26.2(arm64)
Relevant logs or output