quiet the conversation surface: thinking, tool previews, and weight - #2196
Closed
kevinjosethomas wants to merge 1 commit into
Closed
quiet the conversation surface: thinking, tool previews, and weight#2196kevinjosethomas wants to merge 1 commit into
kevinjosethomas wants to merge 1 commit into
Conversation
Member
Author
|
Folded back into #2193 at Kevin's call — the pitch separation isn't needed. All the quiet-conversation changes (hidden thinking with Ctrl+T reveal, dim tool previews, bold reduction, row hierarchy) now ride in the chat output PR as one reviewable unit. No code was lost; the preview build is unaffected (it already contained this tree). |
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.
the agent's own activity competes with its answers for attention. this PR quiets the conversation surface so the chat reads as answers first, activity second.
thinking:
tool calls:
rows:
weight:
escape hatch: set hideThinkingBlock to false in settings to restore the legacy always-visible thinking traces.
validated with focused assistant-message, thinking-visibility, ipython-cell-preview, event-row-hierarchy, and bash-execution tests plus adjacent suites, and
npm run checkwith zero warnings.no-ticket: ui proposals tracked in https://app.notion.com/p/3d672940136f817b99a3d97c7d5fa048
Note
Low Risk
Changelog-only diff; no runtime code changes in this patch.
Overview
Reorganizes the coding-agent
.changesnotes so assistant chat output styling (mdBody, prime-theme inline code) stays inui-chat-output.md, while conversation-surface quieting moves into newui-quiet-conversation.md.That new note captures the UX batch this PR tracks: thinking blocks hidden by default with a keybinding to show/hide all traces (dim label/recap), collapsed tool-call previews plain and dim (expanded still highlighted), decorative bold dropped across the conversation UI except state-critical spots, and event rows where trailing metadata dims while leading labels stay colored.
Reviewed by Cursor Bugbot for commit 98651fa. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Quiet conversation surface: hide thinking rows, dim tool previews, reduce decorative bold
#c8c8cdso code snippets blend more quietly into the conversationMacroscope summarized 98651fa.