Skip to content

Agent sessions: consider a better out of the box sidebar experience (#284045) (#284053)#284061

Merged
bpasero merged 2 commits intomainfrom
ben/disciplinary-junglefowl
Dec 17, 2025
Merged

Agent sessions: consider a better out of the box sidebar experience (#284045) (#284053)#284061
bpasero merged 2 commits intomainfrom
ben/disciplinary-junglefowl

Conversation

@bpasero
Copy link
Member

@bpasero bpasero commented Dec 17, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 17, 2025 13:58
@bpasero bpasero enabled auto-merge (squash) December 17, 2025 13:58
@bpasero bpasero self-assigned this Dec 17, 2025
@bpasero bpasero added this to the December / January 2026 milestone Dec 17, 2025
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 improves the default chat agent sessions view experience by changing the default orientation from 'auto' to 'sideBySide' and simplifying the orientation logic. The changes make the 'sideBySide' option behave adaptively based on available width, similar to 'auto', but with a preference for side-by-side layout when space permits.

Key Changes:

  • Changed default value for chat.viewSessions.orientation from 'auto' to 'sideBySide'
  • Removed explicit 'sideBySide' switch case, making it fall through to the default adaptive behavior
  • Updated the description for 'sideBySide' to clarify it falls back to stacked when space is insufficient

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/vs/workbench/contrib/chat/browser/chatViewPane.ts Removed the explicit 'sideBySide' case from the switch statement, making it use the same width-based logic as 'auto'
src/vs/workbench/contrib/chat/browser/chat.contribution.ts Changed default orientation to 'sideBySide' and updated its description to reflect adaptive behavior

@bpasero bpasero merged commit cff2c31 into main Dec 17, 2025
28 checks passed
@bpasero bpasero deleted the ben/disciplinary-junglefowl branch December 17, 2025 14:24
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Jan 31, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants