Before submitting
Area
apps/web
Steps to reproduce
- Run a turn with a plan containing enough todo steps for the progress pills to exceed the available message width.
- Leave the plan row collapsed.
- View the row in the web or desktop chat timeline.
The affected layout is TurnPlanTimelineRow in apps/web/src/components/chat/MessagesTimeline.tsx. The pill strip and completed/total counter share one shrinkable flex row.
Expected behavior
The completed/total counter should stay visible at the right edge at every plan length and viewport width. Long progress-pill strips should remain inspectable without changing the counter's position.
A compact fix would give the pills their own horizontally scrollable area, fade the left and right overflow edges, and pin the counter to the right.
Actual behavior
With a long plan, the progress pills consume the available row width and the completed/total counter is cut off. The user can no longer see how many todos are complete or how many the plan contains.
Impact
Minor bug or occasional failure
Version or commit
main @ 8824f8f
Environment
macOS, T3 Code desktop/web chat timeline
Logs or stack traces
Screenshots, recordings, or supporting files

Workaround
Expand the plan and count the visible todo rows manually.
Before submitting
Area
apps/web
Steps to reproduce
The affected layout is
TurnPlanTimelineRowinapps/web/src/components/chat/MessagesTimeline.tsx. The pill strip and completed/total counter share one shrinkable flex row.Expected behavior
The completed/total counter should stay visible at the right edge at every plan length and viewport width. Long progress-pill strips should remain inspectable without changing the counter's position.
A compact fix would give the pills their own horizontally scrollable area, fade the left and right overflow edges, and pin the counter to the right.
Actual behavior
With a long plan, the progress pills consume the available row width and the completed/total counter is cut off. The user can no longer see how many todos are complete or how many the plan contains.
Impact
Minor bug or occasional failure
Version or commit
main @ 8824f8f
Environment
macOS, T3 Code desktop/web chat timeline
Logs or stack traces
Screenshots, recordings, or supporting files
Workaround
Expand the plan and count the visible todo rows manually.