Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.6 KB

File metadata and controls

25 lines (19 loc) · 1.6 KB

New Features

  • Initialized the consolidated codex-multi-auth runtime, TUI, account-management, and documentation surface. (#4, #14)
  • Added hardened Windows global command routing across codex.bat, codex.cmd, and codex.ps1, including stock-shim replacement and invocation-path-first shim resolution. (#27)
  • Added rotating account backup fallback recovery and automatic promotion of discovered real backups when primary storage contains synthetic fixture data. (#29)

Bug Fixes

  • Completed the codex-only migration, repaired build/test coverage, stabilized Codex CLI account switching, and fixed storage identity across worktree branch changes. (#6, #27, #28)

Documentation

  • Added the initial repository scope map, README navigation, and release-facing documentation for the consolidated plugin. (#4, #14)

Chores

  • Added generated and hand-written regression coverage across the initial overhaul, update resilience, auth sync, storage, and wrapper paths. (#5, #14, #27)

Changelog

Full Changelog: https://github.com/ndycode/codex-multi-auth/commits/v0.1.7

  • #4 feat: final consolidated codex-multi-auth overhaul (runtime + tui + docs) @ndycode
  • #5 CodeRabbit Generated Unit Tests: Add unit tests for PR changes @coderabbitai[bot]
  • #6 Refactor: complete codex-only migration and repair build/test @ndycode
  • #14 feat: unified overhaul — consolidate PRs #7, #8, #10, #11, #12, #13 @ndycode
  • #27 supersede: unify PRs #15 #16 #17 #18 #19 #20 #24 #25 into one branch @ndycode
  • #28 Fix account storage identity across worktree branch changes @ndycode
  • #29 Add rotating account backup fallback recovery @ndycode