Skip to content

Commit a8f3019

Browse files
authored
fix: avoid codex global bin collision
Remove the published global codex bin, expose codex-multi-auth-codex, mark the breaking CLI bin rename as v3.0.0, and add regression coverage for the npm shim collision.
1 parent 658a0d1 commit a8f3019

22 files changed

Lines changed: 775 additions & 584 deletions

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,23 @@
33
All notable changes to this project are documented in this file.
44
Dates use ISO format (`YYYY-MM-DD`).
55

6-
This repository's current stable release line is `2.x`.
7-
Current stable release notes live in `docs/releases/`.
6+
This repository's current stable release line is `3.x`.
7+
Current stable release notes live in `docs/releases/`.
88
This top-level changelog preserves the foundational `0.x` milestones and points older iteration history to `docs/releases/legacy-pre-0.1-history.md`.
99

10+
## [3.0.0] - 2026-04-30
11+
12+
Major release for conflict-free installs alongside the official Codex CLI.
13+
See [docs/releases/v3.0.0.md](docs/releases/v3.0.0.md) for full details.
14+
15+
### Changed
16+
17+
- removed the published global `codex` executable from `codex-multi-auth`
18+
so npm no longer collides with official or Homebrew-owned Codex installs
19+
- added `codex-multi-auth-codex` as the explicit forwarding wrapper
20+
executable for users who still want this package's Codex wrapper
21+
- kept account-management commands available through `codex-multi-auth ...`
22+
1023
## [2.1.1] - 2026-04-29
1124

1225
Patch release for the local governance command router and bridge token JSON

0 commit comments

Comments
 (0)