Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

New per-agent transcript polling hook for the workflow monitor TUI

Workflow monitor's agent-detail view now polls each agent's transcript in the background and shows a loading state

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaWorkflowswhat it touches
KindImprovementsin v2.1.265,
You'll notice

Workflow monitor's agent-detail view now polls each agent's transcript in the background and shows a loading state

What

The workflow monitor's terminal display (the TUI that shows agents running as part of a Workflow) now has a background hook that repeatedly polls for each agent's transcript, keyed by its run and agent ID. While a transcript is still being fetched, the detail card shows a "loading" state; once fetched, the result is cached and reused, and the poll reschedules itself automatically. The agent-detail card that renders this reads the transcript's tasks and tool calls once available.

Why

This keeps the workflow monitor's per-agent detail view responsive and up to date without blocking on a slow transcript fetch, showing a clear loading indicator instead of a stalled or empty pane.

See this entry in the whole of v2.1.265 →

Feedback