Skip to content

Rename "Chat: New {provider}" commands to "Chat: New {provider} Session" - #305879

Merged
TylerLeonhardt merged 4 commits into
mainfrom
copilot/consistency-claude-agent-entry-points
Mar 31, 2026
Merged

Rename "Chat: New {provider}" commands to "Chat: New {provider} Session"#305879
TylerLeonhardt merged 4 commits into
mainfrom
copilot/consistency-claude-agent-entry-points

Conversation

Copilot AI commented Mar 28, 2026

Copy link
Copy Markdown
Contributor

Chat session commands like "Chat: New Claude" lacked the "Session" suffix present elsewhere in the UI, making naming inconsistent.

Changed all four "New {0}" title format strings to "New {0} Session" in chatSessions.contribution.ts:

  • OpenNewChatSessionEditorAction (f1: true — command palette entry)
  • OpenNewChatSessionSidebarAction (sidebar + button menu)
  • NewChatSessionInPlaceAction
  • NewChatSessionExternalAction

Before: Chat: New Claude
After: Chat: New Claude Session

The "New {0} with Prompt" variant is unchanged.


⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

…n naming

Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/3df13daa-a46e-48b8-b5cf-b00df55a61ab

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
Copilot AI changed the title [WIP] Update entry points for Claude Agent consistency Rename "Chat: New {provider}" commands to "Chat: New {provider} Session" Mar 28, 2026
Copilot AI requested a review from TylerLeonhardt March 28, 2026 00:51
@TylerLeonhardt
TylerLeonhardt marked this pull request as ready for review March 28, 2026 00:56
Copilot AI review requested due to automatic review settings March 28, 2026 00:56
@TylerLeonhardt
TylerLeonhardt enabled auto-merge (squash) March 28, 2026 00:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Aligns chat session creation command labels with the rest of the UI by adding the “Session” suffix to provider-specific “New {provider}” commands in the Chat Sessions contribution.

Changes:

  • Rename the command palette entry for creating a new provider session to “New {0} Session”.
  • Rename the Chat New menu (+ button) entry for creating a new provider session to “New {0} Session”.
  • Rename the in-place and external “New {0}” session creation actions to “New {0} Session”.

@TylerLeonhardt
TylerLeonhardt merged commit dcd017c into main Mar 31, 2026
26 of 29 checks passed
@TylerLeonhardt
TylerLeonhardt deleted the copilot/consistency-claude-agent-entry-points branch March 31, 2026 00:13
@vs-code-engineering vs-code-engineering Bot added this to the 1.115.0 milestone Mar 31, 2026
@vs-code-engineering vs-code-engineering Bot locked and limited conversation to collaborators May 15, 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.

Consistent entry points and naming for Claude Agent

5 participants