Skip to content

Restore Unified Quick Access Prefix Switching#292203

Merged
joshspicer merged 2 commits intomicrosoft:mainfrom
erezak:main
Feb 3, 2026
Merged

Restore Unified Quick Access Prefix Switching#292203
joshspicer merged 2 commits intomicrosoft:mainfrom
erezak:main

Conversation

@erezak
Copy link
Contributor

@erezak erezak commented Feb 1, 2026

Reinstate > and < prefix handling in Unified Quick Access to switch between Commands and Sessions, normalize the prefix to a single character, and return to Files when the prefix is removed.

Resolves #292202

Reinstate > and < prefix handling in Unified Quick Access to switch between Commands and Sessions, normalize the prefix to a single character, and return to Files when the prefix is removed.
Copilot AI review requested due to automatic review settings February 1, 2026 21:39
@vs-code-engineering
Copy link

vs-code-engineering bot commented Feb 1, 2026

📬 CODENOTIFY

The following users are being notified based on files changed in this PR:

@bpasero

Matched files:

  • src/vs/workbench/contrib/chat/browser/agentSessions/experiments/unifiedQuickAccess.ts

@erezak
Copy link
Contributor Author

erezak commented Feb 1, 2026

@microsoft-github-policy-service agree

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

Reinstate legacy-style Unified Quick Access prefix switching so > jumps to Commands and < jumps to Sessions, normalizing the visible prefix to a single character and returning to Files when the prefix is removed.

Changes:

  • Add shortcut tracking state (< / >) to drive tab switching and input normalization.
  • Update filtering and send-to-agent logic to strip either tab prefixes or shortcut characters.
  • Extend tab-detection logic to recognize </> as shortcut-based tab selectors.

…s/unifiedQuickAccess.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Member

@joshspicer joshspicer left a comment

Choose a reason for hiding this comment

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

Thank you! This code/experience is very experimental. I'm glad you gave it a try and excited to self-host on your change

@joshspicer joshspicer added this to the February 2026 milestone Feb 2, 2026
@joshspicer joshspicer merged commit 927b695 into microsoft:main Feb 3, 2026
17 checks passed
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.

Unified Quick Access: Restore Prefix Switching With > (Commands) and < (Sessions)

5 participants