Major Rebrand and Beginner Operations Release
This release introduces the oc-codex-multi-auth package line and beginner-focused operations tooling. Read the migration notes before upgrading or publishing.
- Breaking rebrand: the plugin, repo, installer, and package surfaces now use
oc-codex-multi-authinstead ofoc-chatgpt-multi-auth. - Runtime account storage now writes
oc-codex-multi-auth-accounts.jsonandoc-codex-multi-auth-flagged-accounts.json, with automatic migration from legacy file names on first load. - Beginner operations: added
codex-help,codex-setup(wizard/fallback),codex-doctor fix,codex-next,codex-tag,codex-note, interactive pickers, startup preflight summary, and safer export/import flows. - Operational hardening: improved non-interactive guidance, zero-account import handling, and installer cache cleanup during the package cutover.
Breaking Changes
- Update your OpenCode plugin entry from
oc-chatgpt-multi-authtooc-codex-multi-auth. - The package, repo, plugin manifest, installer surface, and public docs now all use the new
oc-codex-multi-authname. - Existing storage migrates automatically; no manual account export/import is required for the rename itself.
Added
- Beginner operations toolkit:
codex-help,codex-setup,codex-doctor fix, andcodex-next. - Account metadata commands:
codex-tagandcodex-note, plus tag filtering incodex-list. - Interactive account pickers for
codex-switch,codex-label, andcodex-removewhen the terminal supports them. - Safer backup/import controls: timestamped export paths,
codex-importdry-run preview, and automatic pre-import backup on apply. - Beginner safe mode via
beginnerSafeModeandCODEX_AUTH_BEGINNER_SAFE_MODE. - One-time startup preflight summary with recommended next action.
Changed
- V3 account metadata now includes optional
accountTagsandaccountNote. - README, docs portal, FAQ, and development docs now reflect the codex-first operational flow and the rebranded package line.
- Public package metadata, plugin manifest, installer scripts, and setup skill now match
oc-codex-multi-auth. - Test coverage now includes beginner helpers, safe-fix diagnostics, tag/note behavior, and timestamped backup/import utilities.
Fixed
- Optional-index commands now give clear usage guidance when interactive menus are unavailable.
codex-doctor fixnow reports a clean non-crashing result when no eligible account exists for auto-switch.codex-importno longer fails on empty storage when no backup is available to export first.- Installer cache cleanup now removes both the old and new package names so stale cached artifacts do not survive the cutover.
Commit Summary
- a7a24ee Keep repository language stats aligned with TypeScript source (#105)
- 4ba99b2 chore: align repo ownership metadata to ndycode
- 8b1fab5 docs: remove legacy package name from public docs
- 2f5f5d6 Merge pull request #104 from ndycode/git-plan/oc-codex-multi-auth-rebrand
- 965eb4a docs: refresh codex-first rebrand and cutover notes
- 6140ee1 feat!: rename package and migrate runtime storage
- 4bef594 Add Codex plugin manifest and setup skill
Full Changelog: v5.4.9...v6.0.0