Skip to content

v1.14.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 01:12
· 6 commits to main since this release

v1.14.2

Fixes

  • Windows one-click launch no longer fails immediately: the injected
    codex-injector called /bin/ps to inspect the launched Codex process.
    Windows has no /bin/ps, so the injector exited with code 1 and the
    launcher reported an immediate process failure while inspecting the
    launched Codex process. On Windows the Rust launcher already owns Codex
    startup/detection, so the injector now skips Unix process-table inspection
    and attaches to the existing CDP port instead.

Verification

  • node --check vendor/dashi-taskboard/scripts/codex-injector.mjs passes.
  • pnpm run check:release -- --tag v1.14.2 passes.