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 debugshows 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 --purgefor a full Codex++ user-data reset.
Verification:
npm run buildnpm testpasses 143/143npm audit --workspaces --include-workspace-rootreports 0 vulnerabilities.