kimi-code/apps
Kaiyi 1461143743 fix(kimi-code): show the swarm report when replaying a completed run
Session resume reconstructs a swarm card from the tool call + final
result, but the live tool.progress / subagent.* events that populate the
dashboard are not replayed. A resumed completed swarm therefore finalized
an empty model and rendered "0 workers · 0✓ 0✗" with the synthesized
report — the actual deliverable — hidden entirely.

When the card has no live worker data (nothing was replayed), render the
result body instead of the empty dashboard and drop the misleading worker
tail. A live whole-swarm failure still shows its reason via the existing
'✗ <reason>' line; live runs (which always have worker data) are
unaffected.
2026-05-30 14:34:13 +08:00
..
kimi-code fix(kimi-code): show the swarm report when replaying a completed run 2026-05-30 14:34:13 +08:00
vis fix(agent-core): preserve blocked prompt hook context (#200) 2026-05-29 15:12:36 +08:00