Skip to content

Releases: Loongphy/codex-auth

v0.2.6-alpha.2

18 Apr 13:18

Choose a tag to compare

v0.2.6-alpha.2 Pre-release
Pre-release

Changelog

Full Changelog: v0.2.6-alpha.1...v0.2.6-alpha.2

  • refactor: switch npm wrapper to esm (#63) (5414239)
  • chore: release v0.2.6-alpha.2 (06c6811)

v0.2.6-alpha.1

18 Apr 12:08

Choose a tag to compare

v0.2.6-alpha.1 Pre-release
Pre-release

Changelog

Full Changelog: v0.2.5...v0.2.6-alpha.1

  • fix: align remove usage refresh with switch (#61) (def5bac)
  • fix: inherit Windows proxy settings for API refresh (cf710e4)
  • chore: release v0.2.6-alpha.1 (89f31df)

v0.2.5

16 Apr 16:58

Choose a tag to compare

What's New

  • API request system proxy support
  • Node.js 22+ required

Changelog

Full Changelog: v0.2.4...v0.2.5

  • chore(ci): upgrade GitHub Actions workflows (0612f81)
  • feat: prefer usage snapshot plan labels (c2a2f1f)
  • fix: nodejs fetch proxy (#60) (3bfba4d)
  • fix: make switch query local-only (9be2705)
  • chore: release v0.2.5 (83c839a)

v0.2.4

15 Apr 12:27

Choose a tag to compare

What's New

  • Support Pro Lite ( $100/month Pro tier) Plan
  • Revert CODEX_HOME support, alight with openai/codex
  • Added list --debug flag to help troubleshoot issues on your own
codex-auth list --debug
[debug] usage refresh start: accounts=3 concurrency=3
[debug] request usage: [email protected]
[debug] request usage: [email protected]
[debug] request usage: [email protected]
[debug] response usage: [email protected] status=200
[debug] response usage: [email protected] status=200
[debug] updated usage: [email protected] 5h=61% weekly=88%
[debug] response usage: [email protected] status=200
[debug] usage refresh done: attempted=3 updated=1 failed=0 unchanged=2
     ACCOUNT          PLAN  5H USAGE               WEEKLY USAGE           LAST ACTIVITY
---------------------------------------------------------------------------------------
  01 [email protected] Team  4% (22:10)             81% (17:40 on 22 Apr)  Now
* 02 ops-team@exampl.  Team  61% (01:15 on 16 Apr)  88% (20:15 on 22 Apr)  Now
  03 backup@example.   Team  1% (19:55)             54% (11:20 on 18 Apr)  Now

Changelog

Full Changelog: v0.2.3...v0.2.4

  • docs: update AGENTS.md for version bump guidance [skip ci] (4da137e)
  • feat: add list row numbers and switch indentation (256878b)
  • feat: support prolite plan (#54) (f4874b8)
  • test: fix grouped switch label assertion (293285f)
  • feat: support CODEX_HOME override (#51) (60e6af7)
  • feat: refresh all account usage for list and switch (#58) (4eb521f)
  • fix: reap node fetch child processes (2941351)
  • docs: update README to clarify experimental status of auto-switch feature (47b3095)
  • chore: release v0.2.4 (fc5efa8)

v0.2.3

09 Apr 14:21

Choose a tag to compare

What's new

  • Support login --device-auth
PixPin_2026-04-09_22-26-03
  • New platform Linux Arm64 support

Changelog

Full Changelog: v0.2.2...v0.2.3

  • feat: support device auth login (#36) (aa5d690)
  • chore: release v0.2.3-alpha.1 (985fc6e)
  • feat: support win32 arm64 npm package (b472563)
  • chore: release v0.2.3-alpha.2 (e6126fe)
  • docs: update codext README guidance [skip ci] (5a60d42)
  • feat: refresh team names synchronously via node fetch (aacd3a5)
  • chore: release v0.2.3-alpha.3 (0879149)
  • feat: add linux arm64 support (c2398f5)
  • chore: release v0.2.3 (5789641)

v0.2.3-alpha.3

09 Apr 13:40

Choose a tag to compare

v0.2.3-alpha.3 Pre-release
Pre-release

Changelog

Full Changelog: v0.2.3-alpha.2...v0.2.3-alpha.3

  • docs: update codext README guidance [skip ci] (5a60d42)
  • feat: refresh team names synchronously via node fetch (aacd3a5)
  • chore: release v0.2.3-alpha.3 (0879149)

v0.2.3-alpha.2

01 Apr 00:27

Choose a tag to compare

v0.2.3-alpha.2 Pre-release
Pre-release

Changelog

Full Changelog: v0.2.3-alpha.1...v0.2.3-alpha.2

  • feat: support win32 arm64 npm package (b472563)
  • chore: release v0.2.3-alpha.2 (e6126fe)

v0.2.3-alpha.1

28 Mar 12:24

Choose a tag to compare

v0.2.3-alpha.1 Pre-release
Pre-release

Changelog

Full Changelog: v0.2.2...v0.2.3-alpha.1

  • feat: support device auth login (#36) (aa5d690)
  • chore: release v0.2.3-alpha.1 (985fc6e)

v0.2.2

27 Mar 15:19

Choose a tag to compare

What's new

For detailed command usage, please refer README.md

  • Show team name in list, switch.
  • Require codex-auth config api enable
  • To ensure a smooth user experience, team data is fetched in the background. Team names will appear starting from the second execution of the command.
  ACCOUNT                      PLAN  5H USAGE      WEEKLY USAGE           LAST ACTIVITY
---------------------------------------------------------------------------------------
  [email protected]
*   Acme                       team  100% (22:11)  56% (14:15 on 31 Mar)  37m ago
    Sandbox                    team  -             -                      -
    free                       free  -             -                      -
  • Support CPA(CLIProxyAPI) import
codex-auth import --cpa
  • Better Auto Switch Mode ( ⚠️Still Experimental)

Changelog

Full Changelog: v0.2.1...v0.2.2

  • fix(ci): compare stable releases against prior stable tags (7aa09b3)
  • feat: support CPA auth import (#21) (1bc1c52)
  • chore(release): v0.2.2-alpha.1 (076fddf)
  • docs: split release automation docs (7264125)
  • docs: add Zig API discovery guidance (a94b1c1)
  • fix: improve remove command query and pipe flows (#23) (201ca6f)
  • feat: run auto-switch as realtime watcher (#24) (397d06b)
  • refactor: move api restriction warning into help output (d36d3c2)
  • docs: make CPA conversion output path generic (1929895)
  • Revert "docs: make CPA conversion output path generic" (bc39b6c)
  • refactor: remove temporary files section from AGENTS.md (a26c8db)
  • chore(release): align version metadata with v0.2.2-alpha.2 (d44e840)
  • Merge pull request #26 from Loongphy/codex/remove-api-enable-runtime-warnings (f211e77)
  • chore(release): v0.2.2-alpha.3 (0ccca73)
  • docs: clarify uninstall instructions (d542b71)
  • fix: activate first account after purge (#28) (94dd736)
  • docs: trim watcher implementation details from README (9f76588)
  • docs: remove CPA conversion output format note (b3e11c5)
  • chore(release): v0.2.2-alpha.4 (9bab03c)
  • chore: refactor --help and remove deprecated add alias (#32) (ee4110a)
  • feat: team name (#33) (a8e75b0)
  • chore: release v0.2.2 (0a72003)

v0.2.2-alpha.4

24 Mar 07:00

Choose a tag to compare

v0.2.2-alpha.4 Pre-release
Pre-release

Changelog

Full Changelog: v0.2.2-alpha.3...v0.2.2-alpha.4

  • docs: clarify uninstall instructions (d542b71)
  • fix: activate first account after purge (#28) (94dd736)
  • docs: trim watcher implementation details from README (9f76588)
  • docs: remove CPA conversion output format note (b3e11c5)
  • chore(release): v0.2.2-alpha.4 (9bab03c)