Codex
OpenAI's Rust-based CLI for interacting with the Codex model.
✨ New Features
>Add ghost snapshot v2 for improved session capture (PR #8055)
>Support ghost commits in config (PR #7873)
>Reimplement skills loading via SkillsManager and skills/list for consistent discovery (PR
>Add OpenTelemetry tracing for Codex (PR #7844)
>#8055 feat: ghost snapshot v2
>#7873 feat: config ghost commits
>#7914 Reimplement skills loading using SkillsManager + skills/list op.
>#7844 [codex] add otel tracing
🚀 Improvements
>Change default wrap algorithm from OptimalFit to FirstFit (PR #7960)
>Introduce AbsolutePathBuf as part of sandbox config (PR #7856)
>Include Error in log messages (PR #7955)
>#8047 chore: fix tooltip typos and align tone
>#7960 Changed default wrap algorithm from OptimalFit to FirstFit
>#7955 fix: include Error in log message
>#7856 fix: introduce AbsolutePathBuf as part of sandbox config
🐛 Bug Fixes
>Prevent panic when session contains a tool call without an output (PR #8048)
>Avoid triggering keybindings view on input bursts (PR #7980)
>#8069 Fixed formatting issue
>#7980 fix: Don't trigger keybindings view on input burst
>#8048 Do not panic when session contains a tool call without an output
📚 Documentation
📦 Other Changes
>#8076 stage new windows sandbox binaries as artifacts
>#8045 chore(deps): bump lru from 0.12.5 to 0.16.2 in /codex-rs
>#8043 chore(deps): bump sentry from 0.34.0 to 0.46.0 in /codex-rs
>#8039 chore(deps): bump actions/cache from 4 to 5
>#8037 chore(deps): bump actions/download-artifact from 4 to 7
>#8046 chore(deps): bump socket2 from 0.6.0 to 0.6.1 in /codex-rs
>#8038 chore(deps): bump actions/upload-artifact from 5 to 6
>#7965 Sync tui2 with tui and keep dual-run glue
>#7954 fix: added test helpers for platform-specific paths