Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refines the chat input UX in the workbench chat widget by increasing non-compact input padding (resulting in a taller input area) and aligning the Agent mode’s placeholder/description copy across UI surfaces and tests.
Changes:
- Increased non-compact chat input editor padding (8px → 12px top/bottom) and updated the corresponding min-height calculation.
- Updated Agent mode description text (“Describe what to build next” → “Describe what to build”) and aligned the title bar hover label copy.
- Updated hover-provider test expectations to match the new Agent description.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/vs/workbench/contrib/chat/browser/widget/input/chatInputPart.ts | Adjusts non-compact input editor padding and updates min-height calculation to reflect new padding. |
| src/vs/workbench/contrib/chat/common/chatModes.ts | Updates the built-in Agent mode localized description text used in UI/metadata. |
| src/vs/workbench/contrib/chat/browser/agentSessions/experiments/agentTitleBarStatusWidget.ts | Updates the title bar status widget hover label to match new Agent copy. |
| src/vs/workbench/contrib/chat/test/browser/promptSyntax/languageProviders/promptHovers.test.ts | Updates expected hover text for built-in agent descriptions. |
alexdima
approved these changes
Feb 28, 2026
DonJayamanne
pushed a commit
that referenced
this pull request
Mar 2, 2026
* Chat input refinements: increase height and update placeholder text * Extract shared constants for input editor line height and padding
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.
Addressing Oren's feedback: https://x.com/OrenMe/status/2027786261717512362
{ top: 8, bottom: 8 }to{ top: 12, bottom: 12 }for non-compact mode (8px taller total)