summaryrefslogtreecommitdiff
path: root/packages/core/src/code_assist/server.ts
AgeCommit message (Collapse)Author
2025-08-17chore(compiler): Enable strict property access TS compiler flag. (#6255)Richie Foreman
Co-authored-by: Jacob Richman <[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-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-11Added in proper checks for customer tiers in 429/Quota error messaging (#3863)Bryan Morgan
Co-authored-by: Ioannis Papapanagiotou <[email protected]>
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-07Remove unneeded code. (#3467)Tommaso Sciortino
Co-authored-by: Scott Densmore <[email protected]>
2025-07-01Added support for session_id in API calls (#2886)Bryan Morgan
2025-06-30Fix CODE_ASSIST_ENDPOINT env var. (#2712)Tommaso Sciortino
2025-06-30Fix oauth credential caching. (#2709)Tommaso Sciortino
2025-06-27Add privacy notice slash command (#2059)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-18CCPA Count Token support (#1170)Tommaso Sciortino
2025-06-18Support logging in with Application Default Credentials (#1157)Tommaso Sciortino
Co-authored-by: N. Taylor Mullen <[email protected]>
2025-06-16Propagate abort signal to ccpa generateContent. (#1106)Tommaso Sciortino
2025-06-16fix: add httpOptions with headers field to CCPA client and set User-Agent ↵Marlon Gamez
header (#1103)
2025-06-14fix: remove quota project override in non-streaming calls to CCPA (#1032)Marlon Gamez
2025-06-12Code Assist cleanup and docs (#993)Tommaso Sciortino