fix(gui3): polish model configuration and monitor UI - #2868
Open
fl0rianr wants to merge 4 commits into
Open
Conversation
- keep the titlebar navigation stable and rename Dashboard to Monitor - preserve existing dashboard routes for deep-link compatibility - synchronize model configuration with effective chat context settings - provide known TTS voices as a dropdown with a custom voice fallback - place compact backend labels after model metadata without truncation - remove native number spinners while retaining the dedicated context stepper - restore accessible search and tool-menu behavior - update UI, accessibility, and regression tests
- fix: reunify built-in and external providers under the Chat tools picker - make Streamable HTTP endpoints the default external connection type - retain local stdio processes as an advanced option - support MCP initialization, sessions, SSE and JSON responses, tool discovery, and tool calls - add secure environment-based bearer authentication and endpoint validation - add non-persistent connection testing and transport-aware server management - update accessibility, regression, documentation, and real-server smoke coverage
* show internal router models with backend and recipe details * show external cloud providers with endpoint and authentication status * allow provider endpoints to be edited from router settings * preserve insecure HTTP and authentication configuration on updates * open saved router collections in the router editor * add unresolved-model handling for stale router references * replace unsupported cpp-httplib streaming APIs with 0.26-compatible request handling * preserve SSE parsing, response-size limits, and early JSON-RPC matching * update router, MCP compatibility, and UI regression tests
Collaborator
Author
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
Validation
Follow-up commits: