Skip to content

Conversation

roblourens
Copy link
Member

Fix #268166

@Copilot Copilot AI review requested due to automatic review settings October 9, 2025 16:24
@roblourens roblourens enabled auto-merge (squash) October 9, 2025 16:24
@roblourens roblourens self-assigned this Oct 9, 2025
Copy link
Contributor

@Copilot 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 changes the default chat mode from "Ask" to "Agent" mode across the VS Code chat interface. This makes agent mode the actual default experience for users when they open chat for the first time.

  • Changes the fallback default chat mode from ChatModeKind.Ask to ChatModeKind.Agent
  • Updates the initial observable value for current chat mode to use ChatMode.Agent
  • Simplifies experiment configuration by removing the distinction between free and paid user defaults

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/chatWidget.ts Updates fallback chat mode default from Ask to Agent
src/vs/workbench/contrib/chat/browser/chatInputPart.ts Changes initial mode observable and constructor defaults to Agent, removes free/paid experiment distinction

@vs-code-engineering vs-code-engineering bot added this to the October 2025 milestone Oct 9, 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.

@roblourens red CI

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.

Agent is now the default - update ChatMode.Ask hardcoded assumptions

3 participants