summaryrefslogtreecommitdiff
path: root/packages/core/src/code_assist
AgeCommit message (Collapse)Author
2025-08-20Refac: Centralize storage file management (#4078)Yuki Okita
Co-authored-by: Taylor Mullen <[email protected]>
2025-08-20fix: allow re-auth with another google account (#6544)Arya Gummadi
2025-08-18fix: GCA creds loading order (#6498)Gaurav
2025-08-17chore(compiler): Enable strict property access TS compiler flag. (#6255)Richie Foreman
Co-authored-by: Jacob Richman <[email protected]>
2025-08-16feat(oauth): Make oauth client a singleton to survive cache failures (#6348)Marat Boshernitsan
2025-08-15fix: allow user to use responseSchema as well. (#6336)Wanlin Du
2025-08-13fix: use server-returned project for gca free tier auth (#6113)Gaurav
2025-08-11chore: migrate from responseSchema to use responseJsonSchema. (#4814)Wanlin Du
2025-08-11Make ProjectIdRequiredError error more lenient (#5693)Tommaso Sciortino
2025-08-09fix(core): restrict oauth_creds.json file permissions (#5245)Brian de Alwis
Co-authored-by: cornmander <[email protected]>
2025-08-07fix(cli) - Move logging into CodeAssistServer (#5781)shishu314
Co-authored-by: Shi Shu <[email protected]>
2025-08-01Propagate prompt (#5033)owenofbrien
2025-07-27Revert "Propagate user_prompt_id to GenerateConentRequest for logging" (#5007)N. Taylor Mullen
2025-07-27Propagate user_prompt_id to GenerateConentRequest for logging (#4741)owenofbrien
2025-07-25Make oauth2 test windows compatible. (#4895)Tommaso Sciortino
2025-07-25feat(auth): Enhance non-interactive gcp auth (#4811)Gal Zahavi
2025-07-21Refactor the logic for deciding whether to launch a browser into config (#4622)Marat Boshernitsan
2025-07-21Various spelling improvements (#3497)Josh Soref
Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Sandy Tao <[email protected]>
2025-07-21Simplify streaming code for code assist server (#4619)Tommaso Sciortino
2025-07-19Automatically detect non-interactive environments and fall back to a manual, ↵Marat Boshernitsan
code-based authentication flow (#4475)
2025-07-18feat(auth): Enhance OAuth callback for robust Docker support (#3532)Yongsheng Xu
Co-authored-by: Scott Densmore <[email protected]>
2025-07-17Test/add loadcodeassist mock (#4287)HyeongHo Jun
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-07-17feat(cli): add explicit proxy option in cli (#2526)warjiang
Co-authored-by: Dcatfly <[email protected]>
2025-07-12fix(auth): Remove sharp edges from headless auth (#3985)N. Taylor Mullen
2025-07-11Add oauth test (#3916)Seth Troisi
2025-07-11fix: clearcut logging (retry #3744) (#3751)Gaurav
2025-07-11Added in proper checks for customer tiers in 429/Quota error messaging (#3863)Bryan Morgan
Co-authored-by: Ioannis Papapanagiotou <[email protected]>
2025-07-11Add NO_BROWSER environment variable to trigger offline oauth flow (#3713)Seth Troisi
2025-07-09Revert "fix: Use Email for Clearcut Logging and Refactor User Info Fetching" ↵matt korwel
(#3744)
2025-07-10fix: Use Email for Clearcut Logging and Refactor User Info Fetching (#3620)Gaurav
2025-07-09Remove auto-execution on Flash in the event of a 429/Quota failover (#3662)Bryan Morgan
Co-authored-by: Jenna Inouye <[email protected]>
2025-07-08Improve auth env var validation logic and messaging to detect settings that ↵Marat Boshernitsan
confuse GenAI SDK (#1381) Co-authored-by: Scott Densmore <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-07-07Enable Gemini CLI to reuse user's auth in Cloud Shell (#3070)Marat Boshernitsan
2025-07-07Initialize MCP tools once at start up instead of every time we auth. (#3483)Tommaso Sciortino
2025-07-07Remove unneeded code. (#3467)Tommaso Sciortino
Co-authored-by: Scott Densmore <[email protected]>
2025-07-03Fixed Google User Id pass to Clearcut (#3147)Bryan Morgan
2025-07-01Added support for session_id in API calls (#2886)Bryan Morgan
2025-07-01Rename AuthType LOGIN_WITH_GOOGLE_PERSONAL -> LOGIN_WITH_GOOGLE (#2769)Tommaso Sciortino
2025-06-30Fix CODE_ASSIST_ENDPOINT env var. (#2712)Tommaso Sciortino
2025-06-30Fix oauth credential caching. (#2709)Tommaso Sciortino
2025-06-29Added obfuscated google account ID to clearcut log messages (#2593)Bryan Morgan
2025-06-27Add privacy notice slash command (#2059)Tommaso Sciortino
2025-06-26Improve LoadCodeAssist error handling (#1645)Tommaso Sciortino
2025-06-26chore: fix typos in comment-out (#1540)Noritaka Kobayashi
Co-authored-by: Scott Densmore <[email protected]>
2025-06-25Merge "Login with Google Workspace" auth option into "Login with Google" (#1574)Tommaso Sciortino
Co-authored-by: Scott Densmore <[email protected]>
2025-06-24Improve Auth error messaging (#1358)Tommaso Sciortino
2025-06-21point Code Assist client to prod server (#1201)Marlon Gamez
2025-06-19Auth First Run (#1207)matt korwel
Co-authored-by: Tommaso Sciortino <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-06-18Use Env Var directly instead of through GoogleAuth() (#1202)Tommaso Sciortino
2025-06-18Refactor in preparation for Reauth (#1196)Tommaso Sciortino