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
Added external-agent migration for recent sessions plus MCP servers, hooks, commands, and subagents (openai#19895, openai#19949).
Improved MultiAgentV2 configuration with feature-scoped thread caps, root/subagent context hints, configurable wait minimums, and nested spawn behavior independent of legacy depth limits (openai#19792, openai#19805, openai#20052, openai#20180).
Bug Fixes
Fixed turn/interrupt hanging when the target turn had already completed (openai#18392).
Thread resume now preserves the original model provider, handles large remote resume responses, and moves local cwd filtering into thread/list for faster resume/fork menus (openai#19287, openai#19920, openai#19931).
TUI scrollback now reflows after terminal resize, slash-command columns stay stable, shell mode exits cleanly with Esc, and keyboard reporting is reset on exit (openai#18575, openai#19511, openai#19625, openai#19986).
Bedrock GPT-5.4 now uses compatible apply-patch tooling, valid reasoning levels, and the current Mantle endpoint/model IDs (openai#19416, openai#19461, openai#20109).