github Loongphy/codex-auth v0.2.1

one month ago

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)

Don't miss a new codex-auth release

NewReleases is sending notifications on new releases.