set chat tips to true, always elevate AI profiles#304553
Merged
meganrogge merged 2 commits intomainfrom Mar 24, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR makes chat tips enabled by default and removes the experimental toggle for elevating AI-contributed terminal profiles, making AI profile elevation always-on in the new terminal dropdown.
Changes:
- Set
chat.tips.enableddefault totrueand remove its experimental/experiment metadata. - Remove the
terminal.integrated.experimental.aiProfileGroupingsetting and enum entry. - Update terminal dropdown action construction to always split/elevate AI profiles and remove configuration-based gating.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts | Removes the experimental setting schema for AI profile grouping. |
| src/vs/platform/terminal/common/terminal.ts | Removes the TerminalSettingId.ExperimentalAiProfileGrouping enum entry. |
| src/vs/workbench/contrib/terminal/browser/terminalMenus.ts | Makes AI profile elevation unconditional; updates getTerminalActionBarArgs signature to no longer require configuration. |
| src/vs/workbench/contrib/terminal/browser/terminalView.ts | Updates calls to getTerminalActionBarArgs and removes config-change handling for the removed setting. |
| src/vs/workbench/contrib/terminal/browser/terminalEditor.ts | Updates calls to getTerminalActionBarArgs to match the new signature. |
| src/vs/workbench/contrib/chat/browser/chat.contribution.ts | Changes chat tips default to enabled and removes experimental tagging/experiment config. |
dmitrivMS
approved these changes
Mar 24, 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.
cc @cwebster-99