Skip to content

Conversation

@bpasero
Copy link
Member

@bpasero bpasero commented Dec 15, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 15, 2025 09:22
@bpasero bpasero enabled auto-merge December 15, 2025 09:22
@bpasero bpasero self-assigned this Dec 15, 2025
@vs-code-engineering vs-code-engineering bot added this to the December / January 2026 milestone Dec 15, 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 updates the branding for error welcome views in the chat interface by replacing the icon and title across all error states. The changes align these error views with the new "Agent" branding by using the chat-sparkle icon instead of copilot-large and the title "Build with Agent" instead of "Ask Copilot".

Key Changes:

  • Updated icon from $(copilot-large) to $(chat-sparkle) across all 6 error welcome views
  • Changed title from "Ask Copilot" to "Build with Agent" for all error states

Comment on lines +1757 to +1787
"title": "%copilot.title%",
"content": "%github.copilot.viewsWelcome.individual.expired%",
"when": "github.copilot.interactiveSession.individual.expired"
},
{
"icon": "$(copilot-large)",
"title": "Ask Copilot",
"icon": "$(chat-sparkle)",
"title": "%copilot.title%",
"content": "%github.copilot.viewsWelcome.enterprise%",
"when": "github.copilot.interactiveSession.enterprise.disabled"
},
{
"icon": "$(copilot-large)",
"title": "Ask Copilot",
"icon": "$(chat-sparkle)",
"title": "%copilot.title%",
"content": "%github.copilot.viewsWelcome.offline%",
"when": "github.copilot.offline"
},
{
"icon": "$(copilot-large)",
"title": "Ask Copilot",
"icon": "$(chat-sparkle)",
"title": "%copilot.title%",
"content": "%github.copilot.viewsWelcome.contactSupport%",
"when": "github.copilot.interactiveSession.contactSupport"
},
{
"icon": "$(copilot-large)",
"title": "Ask Copilot",
"icon": "$(chat-sparkle)",
"title": "%copilot.title%",
"content": "%github.copilot.viewsWelcome.chatDisabled%",
"when": "github.copilot.interactiveSession.chatDisabled"
},
{
"icon": "$(copilot-large)",
"title": "Ask Copilot",
"icon": "$(chat-sparkle)",
"title": "%copilot.title%",
Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

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

The title "Build with Agent" is misleading for error welcome views. These views appear when users cannot use Copilot (expired subscription, offline, disabled, etc.). The title suggests an action users can take, but they're actually blocked from using the feature. Consider a more appropriate title that reflects these are error/blocked states, such as "GitHub Copilot" or "Copilot Unavailable".

See below for a potential fix:

				"title": "GitHub Copilot",
				"content": "%github.copilot.viewsWelcome.individual.expired%",
				"when": "github.copilot.interactiveSession.individual.expired"
			},
			{
				"icon": "$(chat-sparkle)",
				"title": "GitHub Copilot",
				"content": "%github.copilot.viewsWelcome.enterprise%",
				"when": "github.copilot.interactiveSession.enterprise.disabled"
			},
			{
				"icon": "$(chat-sparkle)",
				"title": "GitHub Copilot",
				"content": "%github.copilot.viewsWelcome.offline%",
				"when": "github.copilot.offline"
			},
			{
				"icon": "$(chat-sparkle)",
				"title": "GitHub Copilot",
				"content": "%github.copilot.viewsWelcome.contactSupport%",
				"when": "github.copilot.interactiveSession.contactSupport"
			},
			{
				"icon": "$(chat-sparkle)",
				"title": "GitHub Copilot",
				"content": "%github.copilot.viewsWelcome.chatDisabled%",
				"when": "github.copilot.interactiveSession.chatDisabled"
			},
			{
				"icon": "$(chat-sparkle)",
				"title": "GitHub Copilot",

Copilot uses AI. Check for mistakes.
@bpasero bpasero added this pull request to the merge queue Dec 15, 2025
Merged via the queue into main with commit 66efe2d Dec 15, 2025
16 checks passed
@bpasero bpasero deleted the ben/efficient-minnow branch December 15, 2025 09:52
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