Skip to content

fix(gui3): polish model configuration and monitor UI - #2868

Open
fl0rianr wants to merge 4 commits into
GUI3_mergingfrom
fl0rianr/bug_and_optic_fixes_GUI3
Open

fix(gui3): polish model configuration and monitor UI#2868
fl0rianr wants to merge 4 commits into
GUI3_mergingfrom
fl0rianr/bug_and_optic_fixes_GUI3

Conversation

@fl0rianr

@fl0rianr fl0rianr commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Synchronizes model configuration with effective chat context settings.
  • Adds known TTS voice choices with a custom fallback.
  • Refines compact backend labels and context-size controls.
  • Stabilizes the titlebar and renames Dashboard to Monitor while preserving existing routes.
  • Fixes search/tool-menu accessibility regressions and updates the related tests.

Validation

  • Configuration consistency contracts pass.
  • Model-list backend layout contracts pass.
  • UI regression contracts pass.
  • Chat/audio, global settings, and storage contracts pass.

Follow-up commits:

  • Complete the external MCP connection flow, expose and edit router/provider connections with restored MCP compatibility
  • Refine the GUI3 model/backend badge with an integrated readiness status and pin control.
  • some fixes

- 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
@github-actions github-actions Bot added the app label Aug 1, 2026
@fl0rianr
fl0rianr requested a review from jeremyfowers August 1, 2026 00:54
- 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
@fl0rianr

fl0rianr commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator Author

I think this design provides more value than a conventional backend badge.

The status light communicates whether the backend of the downloaded model is actually ready, missing, or requires an update. Visually connecting the backend badge to the model also makes their dependency immediately understandable: the model is only ready when its backend is available.

The integrated pin follows the same logic, since pinning keeps the backend process associated with that model running. Combining these elements creates a compact and coherent control instead of three unrelated UI indicators.

It is more space-efficient, easier to scan, and gives GUI3 a distinctive design language without adding visual clutter.

image image image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant