Commit History
Merge pull request #1527 from HEUDavid/feat/auth-hook 8439ea8 unverified
Add additive Codex device-code login flow 93b3780
test commited on
fix(claude): use api.anthropic.com for OAuth token exchange b9be4f7
Grivn Claude Opus 4.6 commited on
fix(auth): normalize Gemini credential file prefix for consistency 51ac6da unverified
feat/auth-hook: add post auth hook dd0ce9d
HEUDavid commited on
feat/auth-hook: add post auth hook a45cbe8
HEUDavid commited on
feat/auth-hook: add post auth hook 47b0973
HEUDavid commited on
feat/auth-hook: add post auth hook 7694a21
HEUDavid commited on
feat/auth-hook: add post auth hook ef5d31d
HEUDavid commited on
feat/auth-hook: add post auth hook c30cab3
HEUDavid commited on
feat(gemini-cli): add Google One login and improve auto-discovery 76c1cab
sususu98 commited on
fix(kimi): update base URL and integrate ClaudeExecutor fallback 05c6a8f unverified
feat: add Kimi authentication support and streamline device ID handling fc3bbab unverified
Add Kimi (Moonshot AI) provider support 61bff8c
test Claude Opus 4.6 commited on
feat(auth): add custom HTTP client with utls for Claude API authentication ced1cb3 unverified
fix(auth): improve antigravity token exchange errors c278007
hkfires commited on
fix(auth): validate antigravity token userinfo email b0394ee
hkfires commited on
fix(auth): correct antigravity oauth redirect and expiry 5bbeaa3
hkfires commited on
refactor(auth): export Gemini constants and use in handler ee3d04a
hkfires commited on
refactor(auth): export Codex constants and slim down handler a206106
hkfires commited on
refactor(auth): export Claude OAuth constants for reuse c99b3f0
hkfires commited on
refactor(auth): extract Antigravity OAuth constants to internal/auth cf0afd1
hkfires commited on
refactor(auth): implement Antigravity AuthService in internal/auth a287453
hkfires commited on
refactor(auth): replace sanitizeAntigravityFileName with antigravity.CredentialFileName 54be18d
hkfires commited on
fix(auth): normalize plan type filenames to lowercase bd10e6b
hkfires commited on
feat(auth): add hashed account ID to credential filenames for team plans 83a1598 unverified
Merge pull request #877 from zhiqing0205/main 5e09873 unverified
Fixed: #499 #985 c588380 unverified
fix(codex): use unicode title casing for plan 7d85697
zhiqing0205 commited on
feat(codex): include plan type in auth filename 312902c
zhiqing0205 commited on
fix(gemini): avoid stale manual oauth prompt and accept schemeless callbacks 4ac5eee
Supra4E8C commited on
feat (auth): CLI OAuth supports pasting callback URLs to complete login c210ec4
Supra4E8C commited on
fix(auth): prevent duplicate iflow BXAuth tokens 93d1f16
hkfires commited on
refactor(logging): replace log.Fatalf with log.Errorf and add error handling paths 23e15a3 unverified
feat(auth): refresh API key during cookie authentication 6b84564
hkfires commited on
feat(iflow): add cookie-based authentication endpoint 975df2f
hkfires commited on
feat(auth): add iFlow cookie-based authentication support 95bc2af
hkfires commited on
feat(gemini-cli): add multi-project support and enhance credential handling aae5103 unverified
feat(vertex): add support for Vertex AI Gemini authentication and execution 584926e unverified
chore(auth): add debug log for iflow token response body 9447789 unverified
refactor(provider): remove Gemini Web cookie-based provider 35ad87e
hkfires commited on
feat(auth): Use user info for iFlow auth identifier 38e3630
hkfires commited on
fix(auth): Correct iFlow OAuth callback port to 11451 05d889d
hkfires commited on
fix(auth): Return error if iFlow API key fetch fails 3828fb5
hkfires commited on
feat: Add support for iFlow provider 1089302
hkfires commited on
refactor(config): migrate to `SDKConfig` and streamline proxy handling 8dfd8c7 unverified
feat(logging): introduce centralized logging with custom format and Gin integration c7f4f52 unverified
feat(auth): Add stable label to Gemini Web tokens for logging 2d2d68d
hkfires commited on
refactor(gemini-web): Remove auto-refresh, auto-close, and caching 0ef16f1
hkfires commited on