Releases: Loongphy/codex-auth
Releases · Loongphy/codex-auth
v0.2.3-alpha.1
Changelog
Full Changelog: v0.2.2...v0.2.3-alpha.1
v0.2.2
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
Changelog
Full Changelog: v0.2.2-alpha.3...v0.2.2-alpha.4
v0.2.2-alpha.3
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
Changelog
Full Changelog: v0.2.2-alpha.1...v0.2.2-alpha.2
v0.2.2-alpha.1
Changelog
Full Changelog: v0.2.1...v0.2.2-alpha.1
v0.2.1
What's New
- improve
importcommand 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
FileTooBigerror when api disable
Changelog
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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.
Changelog
Full Changelog: v0.2.0-alpha.1...v0.2.0
v0.2.0-alpha.1
Changelog
Full Changelog: v0.1.5...v0.2.0-alpha.1
v0.1.5
Changelog
Full Changelog: v0.1.4-rc.2...v0.1.5