Skip to content

Codex Rescue v0.1.0-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@shleder shleder released this 16 Aug 13:09

Codex Rescue v0.1.0-alpha.4

Alpha 4 is a conservative diagnostic and recovery update for Codex session rollouts.

Highlights & Fixes

  • Schema Recognition (A3-SCHEMA): Correctly recognizes valid mcp_tool_call_end and custom_tool_call_output operational events without false unknown schema classifications.
  • VCS State Handling (A3-VCS): Non-Git and SVN workspaces are handled cleanly without raising false repository divergence alerts.
  • Future Schema Protection (P4-FUTURE-SCHEMA): Unrecognized operational event types in active streams fail closed as UNKNOWN_OPERATIONAL_SCHEMA to prevent false HEALTHY diagnostics.
  • Turn & Ordinal Analysis: Conservative detection of persisted paginated ordinal reuse across compaction boundaries.

Non-Negotiable Safety Invariants

  • Source Byte Immutability: Original session rollouts are strictly read-only.
  • Database State: Codex internal SQLite databases, WAL, and SHM files are never modified.
  • Forked Handoff: salvage --fork produces an immutable, content-addressed recovery artifact.
  • Zero Telemetry: Purely local-first execution with no cloud dependencies or data uploads.