Skip to content

v0.1.7

Choose a tag to compare

@ndycode ndycode released this 08 Mar 22:14
· 1142 commits to main since this release

Minor Compatibility and Stability Release

This release carries compatibility-facing behavior changes and operational hardening. Read the summary below before upgrading or publishing.

  • Hardened Windows global command routing so multi-auth survives Codex npm shim takeovers across codex.bat, codex.cmd, and codex.ps1.
  • Added stock-shim signature replacement and invocation-path-first shim resolution to avoid false PATH matches and stale launcher routing.
  • Added PowerShell profile guard installation so new PowerShell sessions keep resolving codex to the multi-auth wrapper.
  • Strengthened account recovery by auto-promoting discovered real backups when primary storage is synthetic fixture data (including missing accountId fixture rows).

Commit Summary

  • d36b04f feat: harden multi-auth update resilience and add tui version
  • 46510fe merge: sync origin/main before promoting v0.1.5
  • 2237d55 chore(release): cut v0.1.5
  • 814d7a3 fix(matrix): update smoke harness for modern Codex CLI
  • 14de812 fix(wrapper): avoid Windows crash after auth commands
  • 3ebb7bf Merge pull request #27 from ndycode/feat/unified-supersede-all-prs
  • b58da45 chore(release): prepare v0.1.4
  • 274b90e fix: close remaining PR27 audit gaps
  • 972b81d Merge remote-tracking branch 'origin/feat/unified-supersede-all-prs' into feat/unified-supersede-all-prs
  • 97623f7 merge: update PR #27 branch with origin/main
  • 55df7dd fix(auth-sync): stabilize codex CLI account switching
  • 347fc1a chore(release): prepare v0.1.3 switch sync hotfix