Deep Review UX improvements and flow-chat terminal card grouping#528
Merged
limityan merged 4 commits intoGCWing:mainfrom Apr 25, 2026
Merged
Deep Review UX improvements and flow-chat terminal card grouping#528limityan merged 4 commits intoGCWing:mainfrom
limityan merged 4 commits intoGCWing:mainfrom
Conversation
…e bash commands - TerminalToolCard: switch from BaseToolCard to CompactToolCard for tighter layout - GitToolDisplay: switch from BaseToolCard to CompactToolCard for consistent styling - TerminalGroupRenderer: new component to merge consecutive Bash commands into a collapsible group with status summary - ModelRoundItem: extend grouping logic to support terminal-type groups - FlowChatContext + ModernFlowChatContainer: add terminal group collapse state management - useTerminalGroupState: new hook for terminal group expansion state - CompactToolCard.scss: reduce tool wrapper margin-bottom from 0.6rem to 0.35rem - TerminalGroupRenderer.scss: tighter spacing for cards inside terminal groups - i18n: add terminalRegion translations (en-US + zh-CN)
… frames - Fix policy panel overflow by using inherit border-radius and auto-fit grid - Remove nested ConfigPageSection body frames from overview and members sections - Merge member detail into expandable cards with expand/collapse chevron - Update test assertion to match new inline detail rendering
- Rename review agent funNames to professional titles (Logic/Performance/Security Reviewer, Review Arbiter) with i18n - Remove stop-review confirmation dialog for direct action - Pre-create subagent placeholder cards on model round start for better perceived parallelism - Fix subagent card expanded height and reduce text padding - Change deep review fix completion to dismiss action bar instead of showing fix_completed state - Float DeepReviewActionBar as independent card with gap from bottom panel - Update review agent prompts for third-party judge perspective - Fix ReviewTeamPage responsibility list key uniqueness
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.
Summary
Deep Review UX improvements and flow-chat terminal card grouping
Changes
Deep Review UX
Review Team Page Refactor
Flow-chat Terminal Card Grouping