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.
Better Multi-Window Workflow
Keyboard shortcuts now behave consistently in both the main window and detached task windows, including starting a new session, quick open, search, tab navigation, and fix-in-new-session flows
Detached task windows now feel complete: save-conflict prompts appear correctly, Problems/LSP diagnostics show up there, and unread indicators stay in sync when you are already watching a task in another window
Smarter Follow-Ups And Notifications
Scheduled wakeups now reliably resume a session with the follow-up prompt when the timer expires, and those wakeups render clearly in chat instead of looking like a normal user message
Side questions can keep running in the background if you close the panel, with clearer in-app states for "asking" and "answer ready"
Desktop notifications now use the session name when available, so it is easier to tell which conversation needs attention
Updated Model Support
Claude session creation now surfaces Claude Opus 4.8 at the top of the model list
Codex model selection has been refreshed to the current GPT-5.5-era coding models, and new Codex sessions now default to GPT-5.5
Safer Project Setup
Creating a task no longer edits a committed .mcp.json in your repo; Verun keeps its per-task MCP wiring in app data instead