Releases: prakersh/codexmultiauth
Releases · prakersh/codexmultiauth
cma 0.0.6
Full Changelog: v0.0.5...v0.0.6
cma 0.0.5
cma 0.0.5
- Fix
cma usageandcma limitsforproliteaccounts when upstream serializescredits.balanceas a JSON string so five-hour and weekly reset windows render again. - Accept bare literal passphrase arguments behind
--allow-plain-pass-argand replace the oldunsupported passphrase sourcefailure with actionable guidance. - Keep backup and restore help/docs aligned with the passphrase-source forms actually supported by the CLI.
- Verification:
./app.sh --verify-sandboxand./app.sh --releasepassed. - Commit:
d2d70f1
cma 0.0.4
cma 0.0.4
- Add
cma autoto select and activate the best account from urgency-weighted 5-hour and weekly quota headroom. - Fix
cma limitscolumn alignment so 0.0% and 100.0% rows keep reset timestamps aligned. - Update command and architecture docs for the new auto-selection behavior.
- Verification:
./app.sh --smokeand./app.sh --verify-sandbox --releasepassed. - Commit:
a9319d9
v0.0.3
v0.0.3 Release Notes
Bug Fixes
- Account merge bug: Fixed
findMappedAccountIndexwhich incorrectly merged accounts sharing the same org-level codex account ID. Different users in the same organization are now correctly treated as separate accounts. Fingerprint (SHA256 of auth credentials) is now the sole account identity key. - Spurious account creation: Removed pre-login save that was creating phantom accounts on
cma login.
New Commands
cma rename <selector> <new-name>: Rename a saved account to a new display name.cma limits: Show limits for all saved accounts with account details, confidence, and reset windows.
Improvements
- Enhanced usage fetching with improved confidence tiers
- Added token refresh support to usage service
- Better session parsing for improved token extraction
Under the Hood
- Refactored
save_service.go- removed account ID-based matching, fingerprint is now sole identity key - Removed
findMappedAccountIndexfunction that incorrectly merged accounts - Updated
new_service.goto not pre-save current auth before login - Added
RenameInputandRenamemethod to Manager - Updated
usage_service.gowith rolling token refresh support
Full Changelog: v0.0.2...v0.0.3
cma 0.0.2
cma 0.0.2
- Version: 0.0.2
- Commit: 5302330
- Repository: https://github.com/prakersh/codexmultiauth
- Support: https://buymeacoffee.com/prakersh
- Verification: sandbox verification and release artifact build passed
cma 0.0.1
cma 0.0.1
- Version: 0.0.1
- Commit: b5f4d95
- Repository: https://github.com/prakersh/codexmultiauth
- Support: https://buymeacoffee.com/prakersh
- Verification: sandbox verification and release artifact build passed