index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
core
/
src
/
code_assist
/
oauth2.ts
Age
Commit message (
Collapse
)
Author
2025-08-20
Refac: Centralize storage file management (#4078)
Yuki Okita
Co-authored-by: Taylor Mullen <
[email protected]
>
2025-08-20
fix: allow re-auth with another google account (#6544)
Arya Gummadi
2025-08-18
fix: GCA creds loading order (#6498)
Gaurav
2025-08-17
chore(compiler): Enable strict property access TS compiler flag. (#6255)
Richie Foreman
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-16
feat(oauth): Make oauth client a singleton to survive cache failures (#6348)
Marat Boshernitsan
2025-08-09
fix(core): restrict oauth_creds.json file permissions (#5245)
Brian de Alwis
Co-authored-by: cornmander <
[email protected]
>
2025-07-25
feat(auth): Enhance non-interactive gcp auth (#4811)
Gal Zahavi
2025-07-21
Refactor the logic for deciding whether to launch a browser into config (#4622)
Marat Boshernitsan
2025-07-19
Automatically detect non-interactive environments and fall back to a manual, ↵
Marat Boshernitsan
code-based authentication flow (#4475)
2025-07-18
feat(auth): Enhance OAuth callback for robust Docker support (#3532)
Yongsheng Xu
Co-authored-by: Scott Densmore <
[email protected]
>
2025-07-17
feat(cli): add explicit proxy option in cli (#2526)
warjiang
Co-authored-by: Dcatfly <
[email protected]
>
2025-07-12
fix(auth): Remove sharp edges from headless auth (#3985)
N. Taylor Mullen
2025-07-11
fix: clearcut logging (retry #3744) (#3751)
Gaurav
2025-07-11
Add NO_BROWSER environment variable to trigger offline oauth flow (#3713)
Seth Troisi
2025-07-09
Revert "fix: Use Email for Clearcut Logging and Refactor User Info Fetching" ↵
matt korwel
(#3744)
2025-07-10
fix: Use Email for Clearcut Logging and Refactor User Info Fetching (#3620)
Gaurav
2025-07-07
Enable Gemini CLI to reuse user's auth in Cloud Shell (#3070)
Marat Boshernitsan
2025-07-03
Fixed Google User Id pass to Clearcut (#3147)
Bryan Morgan
2025-06-30
Fix oauth credential caching. (#2709)
Tommaso Sciortino
2025-06-29
Added obfuscated google account ID to clearcut log messages (#2593)
Bryan Morgan
2025-06-19
Auth First Run (#1207)
matt korwel
Co-authored-by: Tommaso Sciortino <
[email protected]
> Co-authored-by: N. Taylor Mullen <
[email protected]
>
2025-06-18
Use Env Var directly instead of through GoogleAuth() (#1202)
Tommaso Sciortino
2025-06-18
Refactor in preparation for Reauth (#1196)
Tommaso Sciortino
2025-06-18
Support logging in with Application Default Credentials (#1157)
Tommaso Sciortino
Co-authored-by: N. Taylor Mullen <
[email protected]
>
2025-06-16
Cache credentials in home dir, not working dir (#1122)
Tommaso Sciortino
2025-06-11
Cache oauth credentials (#927)
Tommaso Sciortino
2025-06-10
Basic code assist support (#910)
Tommaso Sciortino