v1.2.2
Minor Compatibility and Stability Release
This release carries compatibility-facing behavior changes and operational hardening. Read the summary below before upgrading or publishing.
- Hardened fast-expiry refresh persistence so refreshed token and account state survive account-pool writes.
- Realigned account-pool health handling across success healing, guardian penalties, circuit-breaker penalties, and reason-scoped rate limiting.
- Tightened stable identity reconciliation for guardian refresh outcomes and runtime tracker state.
- Persisted refreshed auth from forecast and report live probes and improved expired CLI cache hydration.
Commit Summary
- 53488ef Add Codex plugin manifest and setup skill
- 9cbc72a fix: harden fast-expiry token refresh persistence
- adbf49a fix: heal stale pool penalties after success
- 27a0d1e fix: reconcile guardian refresh outcomes by stable identity
- 66d2d63 fix: prefer fresh access tokens during account selection
- 45a7ee6 fix: hydrate newer refresh tokens from expired cli cache
- bfb6a33 fix: graduate refresh guardian failure penalties
- 7f512c3 fix: heal stale cooldown metadata on success
- 9b6b824 test: cover fresh family selection happy path
- 7cb4d4f fix: guard cli refresh token hydration by freshness
- 6e6781a fix: clear guardian auth streaks on non-auth outcomes
- c97350c fix: harden guardian identity reconciliation