release: rust-v0.116.0-cometix
New Features
- App-server TUI supports device-code ChatGPT sign-in during onboarding. (openai#14952)
- Plugin setup: prompt to install missing plugins, suggestion allowlist, sync state. (openai#14896, openai#15022, openai#14878)
userpromptsubmithook for blocking/augmenting prompts before execution. (openai#14626)- Realtime sessions start with recent thread context, reduced self-interrupt. (openai#14829, openai#14827)
- FS abstraction and use in view_image. (openai#14960)
- Prefer websockets when providers support them. (openai#13592)
- Memory citation in agent messages. (openai#14821)
Improvements
- Removed winget, update-branch, sdk.yml, shell-tool-mcp.yml workflows
- Removed installer scripts staging from release
- Renamed exec_wait tool to wait. (openai#14983)
- Unified realtime shutdown in core. (openai#14902)
Bug Fixes
- fix: harden plugin feature gating (openai#15020)
- fix(subagents): share execpolicy by default (openai#13702)
- fix: honor active permission profiles in sandbox debug (openai#14293)
- fix(linux-sandbox): prefer system /usr/bin/bwrap (openai#14963)
- fix(tui): implement /mcp inventory for tui_app_server (openai#14931)