Conversation
c12ab0c to
c07b005
Compare
c07b005 to
1291be6
Compare
Co-authored-by: Haze <hazeone@users.noreply.github.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
1291be6 to
4f35000
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.
Summary
Adds a compact model picker to the chat composer so users with multiple configured custom models can switch the current agent model from the chat box. Model labels show only the model id after the runtime provider prefix, and model-only changes update agent/runtime metadata without triggering a gateway reload or restart.
chat_model_picker_clean_switch.mp4
Related Issue(s)
N/A
Type of Change
Validation
pnpm exec vitest run tests/unit/agents-routes.test.ts tests/unit/model-options.test.ts tests/unit/chat-input.test.tsx tests/unit/provider-runtime-sync.test.tspnpm run ext:bridge && pnpm run typecheck && pnpm run lint && pnpm testpnpm run build:vite && xvfb-run -a pnpm exec playwright test tests/e2e/chat-model-picker.spec.ts tests/e2e/chat-latex-rendering.spec.ts tests/e2e/chat-skill-trigger-i18n.spec.tsChecklist
To show artifacts inline, enable in settings.