## 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 [#7914]) - Add OpenTelemetry tracing for Codex (PR [#7844])
## Bug Fixes - Prevent panic when session contains a tool call without an output (PR [#8048]) - Avoid triggering keybindings view on input bursts (PR [#7980]) - 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])
## PRs Merged - [#8076] stage new windows sandbox binaries as artifacts - [#8069] Fixed formatting issue - [#8066] Update config.md - [#8055] feat: ghost snapshot v2 - [#7873] feat: config ghost commits - [#7980] fix: Don't trigger keybindings view on input burst - [#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 - [#8048] Do not panic when session contains a tool call without an output - [#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 - [#8047] chore: fix tooltip typos and align tone - [#8024] docs: document enabling experimental skills - [#7914] Reimplement skills loading using SkillsManager + skills/list op. - [#7962] docs: update the docs for @openai/codex-shell-tool-mcp - [#7960] Changed default wrap algorithm from OptimalFit to FirstFit - [#7965] Sync tui2 with tui and keep dual-run glue - [#7844] [codex] add otel tracing - [#7957] docs: remove blanket ban on unsigned integers - [#7955] fix: include Error in log message - [#7954] fix: added test helpers for platform-specific paths - [#7856] fix: introduce AbsolutePathBuf as part of sandbox config