Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 17:10
· 3 commits to main since this release
10a234d

Codex Command Center v0.1.1

Codex Command Center v0.1.1 is a focused reliability and maintenance update for the Windows desktop application.

Highlights

More resilient local state storage

Local application state is no longer written by directly truncating the primary state.json file.

The persistence path now writes new state to a same-directory temporary file, validates serialized state, synchronizes writes before replacement, keeps one rolling backup of the previous valid state, and can recover from a valid backup when the primary state file is corrupted.

On Windows, replacement of an existing state file uses the platform replacement API rather than relying on generic rename behavior.

Regression coverage

Rust regression tests cover first save behavior, subsequent save behavior and rolling backup creation, corrupted-primary recovery, preservation of a valid backup, invalid primary plus invalid backup behavior, first-run missing state behavior, state serialization round trip behavior, backup-write failure behavior, and prevention of invalid serialized state replacing the primary file.

Maintenance

  • GitHub Actions updated for Node.js 24-compatible action versions.
  • Routine Dependabot updates refined to minor and patch releases.
  • Validated frontend and Rust dependencies updated.
  • Community contribution routing clarified.

Downloads

  • Codex Command Center_0.1.1_x64-setup.exe
    Recommended installer for most Windows users.

  • Codex Command Center_0.1.1_x64_en-US.msi
    MSI package for users or environments that prefer MSI deployment.

  • codex-command-center.exe
    Standalone application executable.

  • SHA256SUMS.txt
    SHA-256 checksums for release binaries.

Requirements

  • Windows 11 is the primary supported platform.
  • Git on PATH is required for Git workflows.
  • Codex CLI on PATH is required for Codex launch and resume workflows.

Compatibility

The state schema and existing local state file location are unchanged. Existing v0.1.0 local state should remain compatible.

Known limitations

  • Binaries are currently unsigned.
  • Windows is the documented release target for v0.1.1.
  • The app does not provide cloud sync, accounts, telemetry, or collaboration features.

Attribution

Codex Command Center evolved from CodMate by Loocor and preserves applicable Apache-2.0 attribution.

Disclaimer

Codex Command Center is an independent open-source project and is not an official OpenAI product.