Context preserved across runtime switches
Conversation context survives runtime changes, the Claude runtime fetches its model list live, and Copilot falls back to a bundled CLI.
Highlights
- Cross-runtime context retention: conversation context is now preserved when the runtime changes, and switching is blocked while a session is actively running.
- The built-in Claude runtime fetches available models live from /v1/models, with per-version reasoning effort gating.
- Copilot now falls back to a locally bundled CLI when the expected path isn't found.
Fixes
- The window title resolves correctly on launch instead of staying blank briefly.
- Sessions group in the sidebar immediately on load, and oversized aggregate task diffs no longer cause parse errors.
Improvements
- A Logout button has been added to the Settings account section.