summaryrefslogtreecommitdiff
path: root/spec/test_progress.lua
AgeCommit message (Collapse)Author
2026-08-21Keep subagent boards pinned while background workflows runt
A background subagents.lua workflow outlives the tool call that started it, so settling the outer result unpinned a board whose agents were still working. Track a per-tool-call workflow count and derive the pin from both the tool being active and that count, so the board only returns to transcript order once its last workflow finishes. Also show the reasoning level alongside the model on agent cards.
2026-08-18Fix workflow progress pin lifecyclet
2026-08-18Persist and replay subagent progress across sessionst
Record durable child-turn metadata, restore bounded progress cards during startup replay, and keep settled cards attached to transcript entries. Add workflow-local Lua profiles and expose discovered agents and workflows in the session header.