Skip to content

Codex++ 1.0.0

Latest

Choose a tag to compare

@b-nnett b-nnett released this 31 May 17:59

Codex++ 1.0.0 is the first stable release for the local tweak/runtime layer.

Highlights:

  • Cleaner patch and re-patch flow for modern Codex app updates, including restart/reopen handling and refreshed unpatched backups.
  • New debug command: codexplusplus debug shows Codex install path, runtime type, data paths, open state, and bridge status.
  • Owl runtime detection and native macOS bridge groundwork for OS-level tweak capabilities.
  • Multi-file tweak authoring docs covering the SDK, manifest, lifecycle, UI/DOM, native bridge, and distribution.
  • Removed default tweak install logic so 1.0.0 starts clean.
  • Fixed Settings sidebar injection so Codex++ nav does not get stuck in the main Codex sidebar.
  • Hardened Windows uninstall cleanup for watcher tasks, watcher scripts, and leftover watcher processes.
  • Added codexplusplus uninstall --purge for a full Codex++ user-data reset.

Verification:

  • npm run build
  • npm test passes 143/143
  • npm audit --workspaces --include-workspace-root reports 0 vulnerabilities.