Download Latest Version Codex++ 0.1.7 source code.tar.gz (5.5 MB)
Email in envelope

Get an email when there's a new version of Codex++

Home / v0.1.4
Name Modified Size InfoDownloads / Week
Parent folder
Codex++ 0.1.4 source code.tar.gz 2026-05-02 374.0 kB
Codex++ 0.1.4 source code.zip 2026-05-02 431.3 kB
README.md 2026-05-02 3.1 kB
Totals: 3 Items   808.5 kB 0

Codex++ 0.1.4

Codex++ 0.1.4 is a reliability release focused on clean installs, Windows Store support, and safer automatic repair after Codex updates.

Highlights

  • Added Microsoft Store / WindowsApps Codex detection and patch support.
  • Fixed Windows install dependency execution by using npm.cmd.
  • Fixed Windows Store install repair by mirroring locked app resources into a writable Codex++ managed location.
  • Fixed Windows renderer tweak settings and Windows shortcut label matching for Bennett UI Improvements.
  • Improved the auto-repair watcher so Codex updates are retried for longer and checked every 5 minutes.
  • Kept Codex++ release checks throttled to hourly while allowing repair checks to run more often.
  • Made Codex.app settle detection less brittle by checking only patch-critical inputs.
  • Added dedicated macOS App Management permission alerts with an Open Settings action.
  • Fixed Homebrew command wrappers, self-update executable permissions, and Homebrew reinstall conflicts.
  • Added Bun global install support with a first-run bootstrap command.
  • Made codexplusplus with no arguments show help instead of failing.

Install And Update

Homebrew:

:::sh
brew install b-nnett/codex-plusplus/codexplusplus
codexplusplus install

Bun:

:::sh
bun install -g github:b-nnett/codex-plusplus#0.1.4
export PATH="$HOME/.bun/bin:$PATH"
codexplusplus install

Existing Codex++ installs can update with:

:::sh
codexplusplus update

For Users

Codex++ now handles more app update edge cases automatically. If Codex updates while macOS blocks writes to /Applications/Codex.app, Codex++ shows a dedicated App Management alert explaining that the app running the repair command needs permission, then asks the user to run:

:::sh
codexplusplus repair

Blank CLI runs now show the command list, which makes first-run Bun installs less confusing.

For Windows Users

0.1.4 adds Microsoft Store Codex install discovery and Store-safe patching. The installer now finds Codex under WindowsApps, mirrors the app into a writable managed location, and keeps the scheduled watcher command short enough for Task Scheduler.

Fixed

  • Fixed Bun global installs where the package bin existed before TypeScript output was built.
  • Fixed Homebrew formula bins pointing at non-executable generated files.
  • Fixed Homebrew installs overwriting Homebrew-managed command links with Codex++ user shims.
  • Fixed Homebrew formula tests after Codex++ self-updates the installed source checkout.
  • Fixed App Management alert text that could render mojibake arrows in macOS dialogs.
  • Fixed watcher fallback repair invocation so it runs explicitly as watcher mode.

Verification

Before cutting 0.1.4, the release branch passed:

:::sh
npm test
npm run build --workspace codex-plusplus

Test suite: 87 passing.

The following install paths were tested locally:

:::sh
brew install b-nnett/codex-plusplus/codexplusplus
codexplusplus update --ref 0.1.4 --force
codexplusplus install

bun install -g github:b-nnett/codex-plusplus#0.1.4
codexplusplus install
Source: README.md, updated 2026-05-02