v2.1.0: add Codex auth status detection and re-login

This commit is contained in:
admin
2026-05-19 16:45:41 +04:00
Unverified
parent ac24fe6372
commit 772255a188
4 changed files with 106 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## v2.1.0 (2026-05-19)
- Added Codex auth status detection (reads `codex login status`)
- Auth status bar shows logged-in provider or warning if auth missing/expired
- "Re-login" button opens `codex login` in a terminal for re-authentication
- Auto re-checks auth 30s after re-login flow starts
- Pre-launch auth check warns before launching Codex Default mode if auth is invalid
- Auth status checked asynchronously at startup (non-blocking)
## v2.0.1 (2026-05-19)
- Added Codex CLI/Desktop installation verifier to main page