You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give prose and interaction cards 16px separation from activity, while keeping consecutive tool rows 8px apart. Preserve spacing when cards are answered or dismissed.
Keep activity text the same 15px size as response text with existing muted colors, and remove trailing dots from Thinking.
Reuse OverflowText's 16px fade size for expanded activity, search results, and tables through the existing scroll-fade component.
All 766 message-content tests passed, including eight new render-level regressions for activity adjacency, card states, preserved tool nodes, and terminal actions. Fade coverage also passed: 276 consumer tests and 19 primitive tests.
Type-check and lint-check passed across 26 workspaces; all 49 audits and generated-artifact checks passed.
The PR appears safe to merge; no outstanding findings or new actionable defects were identified.
Summary
The PR adjusts chat activity and card spacing, standardizes overflow-fade sizing, and removes the trailing dots from “Thinking.” Changes since the previous review add render-level spacing tests, SSE idle recovery, and a shared row-action control used by sidebars, dropdowns, and tabs.
The new tests cover activity adjacency and active, answered, and dismissed card boundaries.
Both previous spacing-test threads are resolved, and the added tests address their requested coverage.
Diagram
%%{init: {'theme': 'neutral'}}%%
flowchart LR
Stream[Initial or tail SSE stream] --> Reader[Read SSE chunks]
Reader -->|Event or keepalive| Reader
Reader -->|45 seconds without a chunk| Cancel[Cancel silent reader]
Cancel --> Reconnect[Resume from saved cursor]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type of Change
Testing
Checklist