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 ·

Workflow agent detail scroll math generalized to arbitrary fold regions

Workflow agent card's expand/collapse scrolling logic was generalized to handle multiple collapsible regions

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaWorkflowswhat it touches
KindInternal Changesin v2.1.265,
Under the hood

Workflow agent card's expand/collapse scrolling logic was generalized to handle multiple collapsible regions

What

The calculation Claude Code uses to keep your scroll position steady when expanding or collapsing a workflow agent card's detail view was rewritten. Previously it handled a single hardcoded case (the collapsed prompt). Now it works with a general list of 'fold regions', each with its own end point and growth amount, so multiple collapsible sections can be accounted for.

Why

This is an internal refactor that supports more kinds of collapsible content in the agent card without the scroll position jumping around; it's not expected to change what you see, only to make future card layouts easier to support correctly.

See this entry in the whole of v2.1.265 →

Feedback