Skip to content

v6.0.0

Latest

Choose a tag to compare

@ndycode ndycode released this 10 Apr 16:31
a7a24ee

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-auth instead of oc-chatgpt-multi-auth.
  • Runtime account storage now writes oc-codex-multi-auth-accounts.json and oc-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-auth to oc-codex-multi-auth.
  • The package, repo, plugin manifest, installer surface, and public docs now all use the new oc-codex-multi-auth name.
  • 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, and codex-next.
  • Account metadata commands: codex-tag and codex-note, plus tag filtering in codex-list.
  • Interactive account pickers for codex-switch, codex-label, and codex-remove when the terminal supports them.
  • Safer backup/import controls: timestamped export paths, codex-import dry-run preview, and automatic pre-import backup on apply.
  • Beginner safe mode via beginnerSafeMode and CODEX_AUTH_BEGINNER_SAFE_MODE.
  • One-time startup preflight summary with recommended next action.

Changed

  • V3 account metadata now includes optional accountTags and accountNote.
  • 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 fix now reports a clean non-crashing result when no eligible account exists for auto-switch.
  • codex-import no 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