diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fed646..0607d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ ### Codebuff Fix - Fixed Codebuff OAuth: use `www.codebuff.com` (bare `codebuff.com` returns 307 redirect) +### OAuth Secrets & Credentials (All Providers) +- **OAuth Secrets dialog now shows ALL providers**: Google (Antigravity + Gemini CLI) AND Freebuff/Codebuff +- **Re-OAuth buttons** for each provider: instantly re-authenticate Google or GitHub/Codebuff +- Token status indicators (valid/missing) for each Google provider +- Shows logged-in email and auth status for Freebuff/Codebuff +- Editable auth token and fingerprint fields for Freebuff/Codebuff + ### Windows - Windows GUI files consolidated into `src/` (merged by cobra91 via PR #1 and PR #2) diff --git a/src/codex_launcher_lib.py b/src/codex_launcher_lib.py index 1f0a947..44387dd 100644 --- a/src/codex_launcher_lib.py +++ b/src/codex_launcher_lib.py @@ -96,6 +96,10 @@ CHANGELOG = [ "Adaptive compact budget raised 60% to 80% for large-context models", "Config cleanup fix: stale proxy-*.json moved after _init_runtime()", "Windows GUI: Clear Log, Restart Proxy, View Log buttons (cobra91 PR #3)", + "OAuth Secrets dialog shows all providers: Google + Freebuff/Codebuff", + "Re-OAuth buttons for each provider: re-authenticate Google or GitHub/Codebuff", + "Token status indicators (valid/missing) for each Google provider", + "Shows logged-in email and auth status for Freebuff/Codebuff", ]), ("3.10.5", "2026-05-25", [ "Context compaction for Antigravity/Gemini OAuth — prevents token limit errors",