Skip to content

replaced frog with chat sparkle#269453

Merged
eli-w-king merged 4 commits intomainfrom
eli/welcome-frog
Oct 2, 2025
Merged

replaced frog with chat sparkle#269453
eli-w-king merged 4 commits intomainfrom
eli/welcome-frog

Conversation

@eli-w-king
Copy link
Contributor

@eli-w-king eli-w-king commented Oct 1, 2025

Removed frog icon and revised welcome title.

Screenshot 2025-10-02 at 8 27 33 AM

@eli-w-king eli-w-king self-assigned this Oct 1, 2025
@eli-w-king eli-w-king added the ux User experience issues label Oct 1, 2025
@eli-w-king eli-w-king added this to the September 2025 milestone Oct 1, 2025
@eli-w-king eli-w-king added the chat label Oct 1, 2025
Copy link
Member

@bpasero bpasero left a comment

Choose a reason for hiding this comment

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

Seeing a few more copilot icons usage:

const icon = expEmptyState ? Codicon.chatSparkle : Codicon.copilotLarge;

Maybe this one needs to be the VS Code icon:


const welcomeContent: IChatViewWelcomeContent = {
title: localize('expChatTitle', 'Welcome to Copilot'),
title: localize('expChatTitle', 'Ask, Edit, and Build'),
Copy link
Member

Choose a reason for hiding this comment

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

I think @cwebster-99 suggested Build with agent mode

@eli-w-king eli-w-king marked this pull request as ready for review October 2, 2025 15:26
@eli-w-king eli-w-king requested review from bpasero and Copilot October 2, 2025 15:26
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 replaces various copilot-related icons with the chat sparkle icon and removes trailing periods from welcome titles. The changes standardize the chat interface to use a consistent sparkle icon instead of the previous copilot icons, while also cleaning up punctuation in user-facing titles.

Key changes:

  • Replaced copilot icons with chat sparkle icon throughout the chat interface
  • Removed trailing periods from chat mode titles for consistency
  • Updated welcome screen title and icon

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/vs/workbench/contrib/chat/browser/chatWidget.ts Updated icon selection logic and welcome titles, removing periods and changing copilot references to chat sparkle
src/vs/workbench/contrib/chat/browser/chatListRenderer.ts Changed default fallback icon from copilot to chat sparkle


const welcomeContent: IChatViewWelcomeContent = {
title: localize('expChatTitle', 'Welcome to Copilot'),
title: localize('expChatTitle', 'Build with agent mode'),
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

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

The welcome screen title is now duplicating the agent mode title. This change makes the welcome screen title identical to the agent mode title on line 1366, which could be confusing for users. The welcome screen should have a more generic title like 'Welcome to Chat' or retain the original 'Welcome to Copilot' title.

Suggested change
title: localize('expChatTitle', 'Build with agent mode'),
title: localize('expChatTitle', 'Welcome to Chat'),

Copilot uses AI. Check for mistakes.
@eli-w-king eli-w-king enabled auto-merge October 2, 2025 15:49
@eli-w-king eli-w-king merged commit fa7008e into main Oct 2, 2025
28 checks passed
@eli-w-king eli-w-king deleted the eli/welcome-frog branch October 2, 2025 15:49
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Nov 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chat ux User experience issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants