- Added
/fastfor OpenAI Fast mode on supported ChatGPT models (ENG-4620). - Changed wrapped diff rows to use a blank hanging gutter.
- Fixed team-gated Prime Inference routes being missing from model selectors by merging the authenticated team catalog during model refresh (ENG-4645).
- Added confirmation when fullscreen text selection copies to the clipboard (ENG-4644).
- Added an agent-run edit total above the recap.
- Changed edit tool calls to always show full diffs while keeping IPython source collapsed until Ctrl+O expands it.
- Changed tool expansion hints to appear only on the latest tool row instead of every tool call (ENG-4583).
- Changed IPython kernels to set
NO_COLOR=1, preventing ANSI color escapes from inflating%%bashoutput. - Fixed update restarts starting concurrent daemon supervisors or unlinking a replacement supervisor's socket (ENG-4600).
- Fixed worker recovery races and made daemon shutdown-all converge across hidden supervisors (ENG-4603).
- Changed provider, model, and MCP setup to use one tabbed configuration menu (ENG-4539).
- Changed the shared configuration menu to show prominent, responsive tabs with configurable navigation shortcuts (ENG-4534).
- Fixed IPython edit diffs replacing syntax highlighting with a single foreground color (ENG-4616).
- Fixed Prime Inference login leaving new sessions without a persisted model selection (ENG-4573).
- Fixed empty prompt placeholders hiding the input caret.
- Fixed automatic model selection preferring other configured providers over Prime Inference's GLM 5.2 default.
- Fixed missing ripgrep blocking subagents and added actionable installation guidance for the optional search helper (ENG-4572).
- Removed the shared worker snapshot spill cache to prevent concurrent workers from deleting each other's snapshot chunks (ENG-4601).
- Fixed narrow slash-command descriptions ending abruptly or clearing the prompt background, and added a content-sized popup above the input with the same distinct surface as
/btw(ENG-4542). - Fixed snapshot transfers terminating resident workers, stranding partial readers, or rejecting identical retries (ENG-4602).
- Fixed the resume picker opening on an older session instead of the newest session (ENG-4630).
- Fixed tool-only responses rendering directly against the preceding user prompt.