You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
Bridge chat now preserves structured history, fixing intermittent no-response and skipped tool execution caused by text-flattened tool history.
Group chat multi-agent mention routing is more reliable, removes each agent's own mention before delivery, and keeps user display names bound after refresh.
Model pages, chat model dropdowns, and session model selection now scope providers and models to the active Profile.
Gateway management is simplified with per-Profile platform checks and a lightweight gateway runner for starts and restarts.
Gateway startup is improved across Docker, Termux, and Windows with runtime-lock handling, port-conflict cleanup, background execution, and restart support.
Windows compatibility is hardened for path detection, file downloads, and job/update subprocesses so they no longer flash terminal windows.
Config writes and provider presets are improved, including .env validation, FUN-Codex Responses API routing, and refreshed Z.AI/GLM model lists.
Context compression now follows Profile compression settings and hardens stale snapshots by reusing previous summaries with a safe tail instead of recompressing full history.
Frontend polish for collapsed sidebar layout, short group labels, sidebar divider, and conversation outline styling.
Validation
Server and frontend build passed before release.
Context compression, run-chat compression, usage, and session controller tests passed in the release branch.