Skip to content

v1.3.1: hotfix for --version

Latest

Choose a tag to compare

@skibidiskib skibidiskib released this 13 May 04:11
· 1 commit to master since this release

Patch release. v1.3.0 reported `ai-codex v1.2.0` when invoked with `--version` because the version string was hardcoded. Fixed by reading from `package.json` at runtime.

No other changes. Recommended upgrade for anyone scripting against `ai-codex --version`.

```
npx ai-codex@1.3.1
```