Agentic UI: Group agent activity into expandable summaries#4288
Draft
shaunandrews wants to merge 1 commit into
Draft
Agentic UI: Group agent activity into expandable summaries#4288shaunandrews wants to merge 1 commit into
shaunandrews wants to merge 1 commit into
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related issues
How AI was used in this PR
This was developed iteratively with Codex. The author directed the interaction model and visual refinements, reviewed the UI in the Electron app, and added reference images/video to the Linear issue. Codex implemented the changes, removed the temporary design controls before publication, and ran the automated checks listed below.
Executive summary
Agent work now reads as one coherent activity system. The standalone thinking treatment and consecutive tool-call rows become a compact live summary that preserves access to the full audit trail without letting routine agent work dominate the conversation.
Proposed Changes
Review guide
Please focus on:
The removal of the old icon map and standalone thinking-indicator files is mechanical and can be skimmed.
Known tradeoffs and follow-ups
0s.Safety checklist
Testing Instructions
N tool callsand reveal individual rows.Automated checks:
npm run typechecknpm test -- apps/ui/src/ui-classic/components/session-view/conversation/index.test.ts apps/ui/src/components/site-list/index.test.tsx— 46 tests passednpx eslint --fixon all modified TypeScript/TSX filesgit diff --checkPre-merge Checklist