fix(dashboard): collapse image model scope into one opt-in row (#116)#120
Merged
Conversation
Three full-width rows of model chips were always visible, but only Fable 5 is enabled by default. Now it's one collapsed line; expanding shows chips + PXPIPE_MODELS CSV, a Fable-5-only warning, and a routing help modal (/model claude-<model> to switch). Fixes #116
teamchong
force-pushed
the
fix/116-collapse-model-rows
branch
from
July 18, 2026 17:17
d6aa82d to
13f737d
Compare
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.
The dashboard always showed three full-width rows of model-family chips (Claude / OpenAI / Grok), even though only Fable 5 is enabled by default.
That's a lot of pixels for something almost nobody should touch.
Now it's a single collapsed line. Expanding it is an explicit opt-in.
Before:
After:
Expanding shows:
PXPIPE_MODELSCSV box (chips and box stay in sync; runtime-only, export the env var to persist)OPENAI_MODELS/CLOUDFLARE_MODELSrouting, and how to switch with/model claude-<model>(e.g./model claude-moonshotai/kimi-k3)When compression is off, a single "settings have no effect" note renders once instead of repeating on every row.
Fixes #116