Skip to content

Minor chat input refinements#298462

Merged
daviddossett merged 2 commits intomainfrom
ddossett/essential-limpet
Feb 28, 2026
Merged

Minor chat input refinements#298462
daviddossett merged 2 commits intomainfrom
ddossett/essential-limpet

Conversation

@daviddossett
Copy link
Collaborator

@daviddossett daviddossett commented Feb 28, 2026

Addressing Oren's feedback: https://x.com/OrenMe/status/2027786261717512362

  • Increase chat input editor padding from { top: 8, bottom: 8 } to { top: 12, bottom: 12 } for non-compact mode (8px taller total)
  • Update min-height calculation to match new padding (16 → 24)
  • Update agent mode placeholder text: "Describe what to build next" → "Describe what to build"
  • Update title bar status widget hover label accordingly
  • Update test expectations to match

Copilot AI review requested due to automatic review settings February 28, 2026 17:24
@daviddossett daviddossett changed the title Chat input refinements: increase height and update placeholder text Minor chat input refinements Feb 28, 2026
@daviddossett daviddossett marked this pull request as ready for review February 28, 2026 17:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@daviddossett daviddossett enabled auto-merge (squash) February 28, 2026 17:41
@daviddossett daviddossett merged commit c60fe51 into main Feb 28, 2026
20 checks passed
@daviddossett daviddossett deleted the ddossett/essential-limpet branch February 28, 2026 17:46
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants