Releases: dylanjbarth/codex-inspector
Release list
v0.1.2
Codex Inspector v0.1.2-rc.2
Testing-only prerelease from PR #6 at commit b919245.
This build fixes local server startup on large Codex histories. Startup compatibility now examines a bounded structural prefix instead of parsing an entire rollout before the health endpoint can respond. Full-file validation still occurs during background indexing.
Open also reports sanitized startup stages, including Codex compatibility, source format, plugin hooks, Review storage, and the authenticated dashboard endpoint, so future delays identify the active step without exposing paths, tokens, IDs, or payloads.
Compatibility: macOS arm64, Codex CLI 0.144.1, protocol 1, index schema 2. The binary intentionally still reports product version 0.1.0 across the frozen 0.1.x compatibility line.
The stable installer remains pinned to v0.1.1. Install this testing build manually after verifying its checksum. This binary is not Developer ID signed or notarized.
Codex Inspector v0.1.2-rc.1
Codex Inspector v0.1.2-rc.1
Testing-only prerelease candidate from PR #6 at commit c8ca2e6.
What’s new
- Progress messages for longer-running CLI commands
- More actionable server-startup failures and next steps
- A shared 15-second startup deadline with bounded failed-process cleanup
- macOS arm64 support
- Codex CLI 0.144.1 rollout support
The embedded CLI intentionally still reports version 0.1.0 with protocol 1 and index schema 2. Those compatibility identifiers remain frozen across the 0.1.x line.
The stable curl installer remains pinned to v0.1.1 and will not install this testing candidate.
Manual testing install
Download both release assets, then run:
shasum -a 256 -c codex-inspector-darwin-arm64.sha256
install -m 0755 codex-inspector-darwin-arm64 /your/writable/bin/codex-inspector
codex-inspector version
codex-inspector doctor
codex-inspector openChoose a writable destination already on your PATH.
This testing binary is not notarized.
Codex Inspector v0.1.1
Patch release for the tagged marketplace source: plugin hooks now accept protocol 1 / index schema 2. The frozen CLI binary remains product version 0.1.0 and is compatible with the plugin v0.1.x range.