0.120.0-cometix
·
2900 commits
to main
since this release
release: rust-v0.120.0-cometix
New Features
- Realtime V2 can now stream background agent progress while work is still running and queue follow-up responses until the active response completes (openai#17264, openai#17306)
- Hook activity in the TUI is easier to scan, with live running hooks shown separately and completed hook output kept only when useful (openai#17266)
- Custom TUI status lines can include the renamed thread title (openai#17187)
- Code-mode tool declarations now include MCP
outputSchemadetails so structured tool results are typed more precisely (openai#17210) - SessionStart hooks can distinguish sessions created by
/clearfrom fresh startup or resume sessions (openai#17073)
Bug Fixes
- Fixed Windows elevated sandbox handling for split filesystem policies (openai#14568)
- Fixed sandbox permission handling for symlinked writable roots (openai#15981)
- Fixed
codex --remote wss://...panics (openai#17288) - Preserved tool search result ordering (openai#17263)
- Fixed live Stop-hook prompts (openai#17189)
- Fixed app-server MCP cleanup on disconnect (openai#17223)
Cometix
- Clean merge, no cometix-specific changes needed