Release line: stable
This patch release removes the package-owned global codex executable so
codex-multi-auth can install beside official Codex distributions without npm
bin collisions.
- Package version prepared for publish:
2.1.2 - Previous stable release:
v2.1.1 - Semver rationale: patch release for the npm install collision reported in
issue
#457.
codex-multi-authno longer publishes a globalcodexbin.codex-multi-auth-codexis the explicit forwarding wrapper entrypoint.codex-multi-auth ...remains the account-management command family.
Use the official Codex install for the codex command:
npm i -g @openai/codex
# or install the official native/Homebrew Codex distributionUse this package for account management:
npm i -g codex-multi-auth
codex-multi-auth status
codex-multi-auth loginUse the forwarding wrapper only when you explicitly want this package to launch Codex through its wrapper:
codex-multi-auth-codex --versionnpm test -- test/package-bin.test.ts test/codex-multi-auth-bin-wrapper.test.ts test/documentation.test.tsnpm run lint:scripts -- --max-warnings=0 scripts/codex-multi-auth.js- packed install smoke with an existing
codex.cmdin the npm global prefix
- Previous release notes:
docs/releases/v2.1.1.md