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.
Added /fast for 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 %%bash output.
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).