Skip to content

Releases: Loongphy/codex-auth

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
---------------------------------------------------------------------------------------
  test@example.com
*   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)

v0.2.2-alpha.3

22 Mar 06:03

Choose a tag to compare

v0.2.2-alpha.3 Pre-release
Pre-release

Changelog

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

  • 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)
  • Merge pull request #26 from Loongphy/codex/remove-api-enable-runtime-warnings (f211e77)
  • chore(release): v0.2.2-alpha.3 (0ccca73)

v0.2.2-alpha.2

22 Mar 05:55

Choose a tag to compare

v0.2.2-alpha.2 Pre-release
Pre-release

Changelog

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

  • 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)
  • chore(release): align version metadata with v0.2.2-alpha.2 (d44e840)

v0.2.2-alpha.1

20 Mar 08:27

Choose a tag to compare

v0.2.2-alpha.1 Pre-release
Pre-release

Changelog

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

  • 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)

v0.2.1

19 Mar 13:37

Choose a tag to compare

What's New

  • improve import command ouput
    $ codex-auth import /path/to/auth-exports
    Scanning /path/to/auth-exports...
      ✓ updated   token_jane.smith.alpha@email.com
      ✓ imported  token_john.doe.alpha@email.com
      ✓ imported  token_mike.roe.alpha@email.com
      ✓ imported  token_ryan.taylor.alpha@email.com
      ✗ skipped   token_alice.brown.alpha@email.com: MissingChatgptUserId
      ✗ skipped   token_bob.wilson.alpha@email.com: MissingEmail
      ✗ skipped   token_invalid: MalformedJson
    Import Summary: 3 imported, 1 updated, 3 skipped (total 7 files)
    
  • fix FileTooBig error when api disable

Changelog

Full Changelog: v0.2.0...v0.2.1

  • docs: clarify usage limit refresh FAQ (21a8213)
  • feat: improve import progress reporting (#19) (68a4976)
  • fix: avoid FileTooBig when local usage scans large rollout files (#18) (894c6c2)
  • chore: release v0.2.1 (7c762fb)

v0.2.0

18 Mar 12:01

Choose a tag to compare

What's new

  • API-based usage refresh is now available, and usage lookup is enabled by default
    for more accurate quota and limit data. If needed, you can still switch back to
    local-only usage reading with codex-auth config api disable.
  • Accounts that belong to multiple teams or workspaces are now displayed more
    clearly, making it easier to distinguish different team entries for the same
    underlying account.
  • Experimental auto-switching is now available. When enabled, codex-auth can monitor
    remaining usage and automatically switch to another account based on configured
    thresholds.
image

Changelog

Full Changelog: v0.2.0-alpha.1...v0.2.0

v0.2.0-alpha.1

17 Mar 23:30

Choose a tag to compare

v0.2.0-alpha.1 Pre-release
Pre-release

Changelog

Full Changelog: v0.1.5...v0.2.0-alpha.1

  • Rename add command to login (5570ec3)
  • feat: Multi-Workspace Support, Auto-Switching, and Usage API Integration (#6) (4e0278f)
  • chore: prepare v0.2.0-alpha.1 release (b9c0659)

v0.1.5

17 Mar 23:26

Choose a tag to compare

Changelog

Full Changelog: v0.1.4-rc.2...v0.1.5