0.112.0-cometix
·
3951 commits
to main
since this release
release: rust-v0.112.0-cometix
New Features
- Added
@pluginmentions so users can reference plugins directly in chat and auto-include their associated MCP/app/skill context. (openai#13510) - Added a new model-selection surface update so the latest model catalog changes are surfaced in the TUI picker flow. (openai#13617)
- Merged executable permission profiles into per-turn sandbox policy for zsh-fork skill execution, allowing safer, additive privilege handling for tool runs. (openai#13496)
- Persist trace_id for turns in RolloutItem::TurnContext (openai#13602)
Improvements
- Clarify js_repl image emission and encoding guidance (openai#13639)
- Harden js_repl emitImage to accept only data: URLs (openai#13507)
- Persist initialized js_repl bindings after failed cells (openai#13482)
- Improve macOS Seatbelt network and unix socket handling (openai#12702)
- core/protocol: add structured macOS additional permissions and merge them into sandbox execution (openai#13499)
- Show diagnostics earlier in workflow (openai#13604)
- Treat SIGTERM like ctrl-c for graceful shutdown (openai#13594)
Bug Fixes
- fix(linux-sandbox): always unshare bwrap userns (openai#13624)
- Fix codespell warning about pre-selects (openai#13605)
Changelog
- openai#13510 add @plugin mentions @4e77ea0ec
- openai#13617 Update models.json @3ff618b49
- openai#13499 core/protocol: add structured macOS additional permissions @aaefee04c
- openai#13639 Clarify js_repl image emission and encoding guidance @1ed542bf3
- openai#12702 Improve macOS Seatbelt network and unix socket handling @9203f17b0
- openai#13624 fix(linux-sandbox): always unshare bwrap userns @9950b5e26
- openai#13602 feat(core): persist trace_id for turns @aa3fe8abf
- openai#13507 Harden js_repl emitImage to accept only data: URLs @cfbbbb1dd
- openai#13496 feat: merge skill permission profiles into turn sandbox @a63624a61
- openai#13604 show diagnostics earlier in workflow @9fcbbeb5a
- openai#13482 Persist initialized js_repl bindings after failed cells @657841e7f
- openai#13605 Fix codespell warning about pre-selects @ee2e3c415
- openai#13594 treat SIGTERM like ctrl-c for graceful shutdown @1980b6ce0