Add updatedPickers feature flag - #9759
Open
malmstein wants to merge 1 commit into
Open
Conversation
Gates the upcoming model and reasoning picker changes behind a single toggle, since both pickers move to availability-based grouping, backend driven ordering and tier-dependent headers together. Defaults to false so it is opt-in from the internal feature flag menu until the work is ready for wider testing. https://app.asana.com/1/137249556945/task/1218299205152314 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
5 tasks
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.

Task/Issue URL: https://app.asana.com/1/137249556945/task/1218299205152314
Tech Design URL (if applicable):
API Proposals URL(s) (if applicable): None
Description
Adds the
updatedPickerstoggle toDuckChatFeature. It gates the upcoming model andreasoning picker changes, which move to availability-based grouping, backend-driven ordering
and tier-dependent headers together, so one flag covers both. Nothing reads the toggle yet.
It defaults to false rather than internal, so it stays opt-in from the internal feature flag
menu until the pickers are ready for wider testing.
Steps to test this PR
Feature 1
updatedPickersappears under the aiChat feature and is offvisible change either way, since no code reads the flag yet)
UI changes
None
Note
Low Risk
Config-only addition with a safe default of disabled; no runtime behavior changes until the flag is consumed elsewhere.
Overview
Adds a new
updatedPickersremote toggle onDuckChatFeature(aiChat) to gate redesigned Duck.ai model and reasoning pickers: models grouped by availability, backend-driven ordering and sublines, and a tier-aware section header.When remote config omits the flag, it defaults to off (
DefaultFeatureValue.FALSE). This PR only declares the toggle; it does not wire UI or behavior yet.Reviewed by Cursor Bugbot for commit af88815. Bugbot is set up for automated code reviews on this repo. Configure here.