Code Buddy v0.1.4 is the macOS host fix release for managed Codex launch reliability.
Changes:
- Managed Codex sessions launch the saved real Codex executable instead of relying on launchd PATH lookup.
- Setup records the shell PATH used to resolve Codex, and managed Codex subprocesses receive that PATH plus common macOS/Homebrew locations. This covers npm-installed Codex scripts that require node.
- Managed app-server processes now run in their own process group and are terminated by process group, preventing node wrapper child processes from lingering after bridge stop or startup timeout.
- Added regression coverage for launchd-style minimal PATH, setup PATH persistence, managed bridge process env, and process-group startup.
No firmware or native BLE helper changes are required for this release; the v0.1.2 helper artifact remains compatible.