Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.38 KB

File metadata and controls

54 lines (37 loc) · 1.38 KB

Release v2.1.2

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.

Scope

  • 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.

Changed

  • codex-multi-auth no longer publishes a global codex bin.
  • codex-multi-auth-codex is the explicit forwarding wrapper entrypoint.
  • codex-multi-auth ... remains the account-management command family.

Migration

Use the official Codex install for the codex command:

npm i -g @openai/codex
# or install the official native/Homebrew Codex distribution

Use this package for account management:

npm i -g codex-multi-auth
codex-multi-auth status
codex-multi-auth login

Use the forwarding wrapper only when you explicitly want this package to launch Codex through its wrapper:

codex-multi-auth-codex --version

Validation

  • npm test -- test/package-bin.test.ts test/codex-multi-auth-bin-wrapper.test.ts test/documentation.test.ts
  • npm run lint:scripts -- --max-warnings=0 scripts/codex-multi-auth.js
  • packed install smoke with an existing codex.cmd in the npm global prefix

Release Notes

  • Previous release notes: docs/releases/v2.1.1.md