Skip to content

0.107.0-cometix

Choose a tag to compare

@github-actions github-actions released this 03 Mar 03:53
· 4095 commits to main since this release

Release 0.107.0-cometix

New Features

  • You can now fork a thread into sub-agents, making it easier to branch work without leaving the current conversation. (openai#12499)
  • Realtime voice sessions now let you pick microphone and speaker devices, persist those choices, and send audio in a format better aligned with transcription. (openai#12849, openai#12850, openai#13030)
  • Custom tools can now return multimodal output, including structured content like images, instead of being limited to plain text. (openai#12948)
  • The app server now exposes richer model availability and upgrade metadata, and the TUI uses it to explain plan-gated models with limited-run tooltips. (openai#12958, openai#12972, openai#13021)
  • Memories are now configurable, and there is a new codex debug clear-memories command to fully reset saved memory state when needed. (openai#12997, openai#12999, openai#13002, openai#13085)

Bug Fixes

  • Reconnecting with thread/resume now restores pending approval and input requests instead of leaving clients out of sync. (openai#12560)
  • thread/start no longer blocks unrelated app-server requests, reducing stalls during slow startup paths such as MCP auth checks. (openai#13033)
  • Interactive terminal sessions no longer print the final assistant response twice. (openai#13082)
  • Large pasted-content placeholders now survive file completion correctly, fixing a regression from 0.106.0. (openai#13070)
  • ChatGPT accounts that arrive without plan info now handle account reads correctly instead of triggering repeated login issues. (openai#13072)
  • Diff rendering in the TUI now respects theme colors better and displays more cleanly in Windows Terminal and other low-color environments. (openai#13016, openai#13037)
  • MCP OAuth login flows now forward configured oauth_resource values correctly for servers that require a resource parameter. (openai#12866)

Documentation

  • Updated sandbox escalation guidance so dependency-install failures caused by sandboxed network access are more clearly treated as escalation candidates. (openai#13051)

Chores

  • Tightened sandbox filesystem behavior by improving restricted read-only handling on Linux and avoiding sensitive directories like ~/.ssh on Windows. (openai#12369, openai#12835)
  • Escalated shell commands now keep their sandbox configuration when rerun, closing a gap where approvals could lose the intended restrictions. (openai#12839)

Changelog

Cometix

  • Carried forward: bundled models.json visibility preserved during remote model merge.
  • Carried forward: thin LTO + opt-level=s for cometix releases.
  • Carried forward: context segment placeholder, dead_code suppressions, snapshot updates.
  • Removed upstream install.sh staging step from release workflow.