Disable default settings for CLI auto model, fork sessions, and session controller in Copilot Chat#314022
Merged
DonJayamanne merged 2 commits intorelease/1.119from May 4, 2026
Merged
Conversation
…on controller in Copilot Chat
Contributor
There was a problem hiding this comment.
Pull request overview
This PR changes the shipped default values for several Copilot Chat CLI-related settings to be disabled by default, aligning both the internal configuration registry and the extension’s package.json schema.
Changes:
- Set
chat.cli.autoModel.enableddefault tofalse. - Set
chat.cli.forkSessions.enableddefault tofalse. - Set
chat.cli.sessionController.enableddefault tofalse.
Show a summary per file
| File | Description |
|---|---|
| extensions/copilot/src/platform/configuration/common/configurationService.ts | Updates the in-code defaults for the three CLI settings. |
| extensions/copilot/package.json | Updates the contributed settings schema defaults to match the in-code defaults. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 2
Contributor
|
Base:
|
Contributor
Author
…hange Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/066b427f-e1c3-4667-a538-bd0ade159367 Co-authored-by: DonJayamanne <1948812+DonJayamanne@users.noreply.github.com>
Contributor
Fixed in commit 11482cb. Updated 7 tests in |
aeschli
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.