github Haleclipse/codex rust-v0.106.0-cometix
0.106.0-cometix

latest releases: rust-v0.144.3-cometix, rust-v0.144.2-cometix, rust-v0.144.1-cometix...
5 months ago

Release 0.106.0-cometix

New Features

  • Added a direct install script for macOS and Linux and publish it as a GitHub release asset, using the existing platform payload (including codex and rg) (openai#12740)
  • Expanded the app-server v2 thread API with experimental thread-scoped realtime endpoints/notifications and a thread/unsubscribe flow to unload live threads without archiving them (openai#12715, openai#10954)
  • Promoted js_repl to /experimental, added startup compatibility checks with user-visible warnings, and lowered the validated minimum Node version to 22.22.0 (openai#12712, openai#12824, openai#12857)
  • Enabled request_user_input in Default collaboration mode (not just Plan mode) (openai#12735)
  • Made 5.3-codex visible in the CLI model list for API users (openai#12808)
  • Improved memory behavior with diff-based forgetting and usage-aware memory selection (openai#12900, openai#12909)

Bug Fixes

  • Improved realtime websocket reliability by retrying timeout-related HTTP 400 handshake failures and preferring WebSocket v2 when supported by the selected model (openai#12791, openai#12838)
  • Fixed a zsh-fork shell execution path that could drop sandbox wrappers and bypass expected filesystem restrictions (openai#12800)
  • Added a shared ~1M-character input size cap in the TUI and app-server to prevent hangs/crashes on oversized pastes, with explicit error responses (openai#12823)
  • Improved TUI local file-link rendering to hide absolute paths while preserving visible line/column references (openai#12705, openai#12870)
  • Fixed Ctrl-C handling for sub-agents in the TUI (openai#12911)

Documentation

  • Fixed a stale sign-in success link in the auth/onboarding flow (openai#12805)
  • Clarified the CLI login hint for remote/device-auth login scenarios (openai#12813)

Chores

  • Added structured OTEL audit logging for embedded codex-network-proxy policy decisions and blocks (openai#12046)
  • Removed the steer feature flag and standardized on the always-on steer path in the TUI composer (openai#12026)
  • Reduced sub-agent startup overhead by skipping expensive history metadata scans for subagent spawns (openai#12918)

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 (hardcoded openai/codex URLs).

Don't miss a new codex release

NewReleases is sending notifications on new releases.