assistant: update provider setting tags and default enabled providers (#12955)#12973
Merged
sharon-wang merged 1 commit intomainfrom Apr 13, 2026
Merged
assistant: update provider setting tags and default enabled providers (#12955)#12973sharon-wang merged 1 commit intomainfrom
sharon-wang merged 1 commit intomainfrom
Conversation
…#12955) - Addresses #12954 - Diff is long, due to reordering of the settings to match the order on the docs site posit-dev/positron-website#327 (msfoundry after snowflake) ### Release Notes #### Bug Fixes - Assistant: make msfoundry settings visible by default in Settings UI (#12954) ### QA Notes Foundry-related settings are now visible by default, with the enablement setting tagged as Preview (matches other preview providers). <img width="992" height="715" alt="image" src="https://github.com/user-attachments/assets/5297e99f-592c-4277-9e60-194f1851b3c1" /> Additional changes - Removed preview tags from Bedrock, Snowflake, OpenAI - Kept Copilot, Foundry at preview - Changed Posit AI from experimental to preview - Removed advanced tags from Posit AI preference/override settings - Enabled Bedrock, Snowflake, OpenAI by default - Conditionally enabled Posit AI by default - enabled by default on desktop - disabled by default on PWB (uses globalState to apply PWB-specific default on first run; users can still toggle the setting on either platform)
|
E2E Tests 🚀 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Cherry-picked from #12955
Release Notes
Bug Fixes
QA Notes
Foundry-related settings are now visible by default, with the enablement setting tagged as Preview (matches other preview providers).
Additional changes