summaryrefslogtreecommitdiff
path: root/packages/core/src/core
AgeCommit message (Expand)Author
2025-07-25[ide-mode] Create an IDE manager class to handle connecting to and exposing m...christine betts
2025-07-24Sanitize checkpoint tags (#4813)Seth Troisi
2025-07-24Add support for logging the entire request and response object (#4725)anj-s
2025-07-24Log prompt id when a loop is detected (#4765)Sandy Tao
2025-07-23Revert "wip"Anjali Sridhar
2025-07-23wipAnjali Sridhar
2025-07-23Log flash continue (#4700)Sandy Tao
2025-07-23Log when flash model decided to continue (#4698)Sandy Tao
2025-07-22 feat(core): add partUtils module with unit tests (#4575)HyeongHo Jun
2025-07-22feat(core): Resolve GEMINI_SYSTEM_MD case-insensitively (#4538)Oliver Kowalke
2025-07-22MCP OAuth Part 2 - MCP Client Integration (#4318)Brian Ray
2025-07-21fix: Add warning message for token limit truncation (#2260)darkcocoa
2025-07-21Various spelling improvements (#3497)Josh Soref
2025-07-21[ide-mode] Use active files and selected text in user prompt (#4614)christine betts
2025-07-21Simplify streaming code for code assist server (#4619)Tommaso Sciortino
2025-07-19feat(core): display declined confirmation code diff (#4440)Yuki Okita
2025-07-18Implement loop check with LLM (#4337)Sandy Tao
2025-07-17Zed integration (#4266)Conrad Irwin
2025-07-17feat(cli): add explicit proxy option in cli (#2526)warjiang
2025-07-17[ide-mode] Add active file to user model request (#4312)christine betts
2025-07-16Revert "[ide-mode] Thread active file through to system prompt" (#4308)christine betts
2025-07-16Run model availability check in the background to speed up startup (#4256)Sandy Tao
2025-07-15[ide-mode] Thread active file through to system prompt (#4264)christine betts
2025-07-15Include api key in header instead of in the URL (#4240)Sandy Tao
2025-07-15Log the 2 types of loop detection (#4193)Sandy Tao
2025-07-15Introduce loop detection service that breaks simple loop (#3919)Sandy Tao
2025-07-14Don't start uncompressed history with a function response (#4141)Tommaso Sciortino
2025-07-13feat(tools): Centralize shell tool summarization (#4009)N. Taylor Mullen
2025-07-12ensure system instruction also uses <state_snapshot> (#3951)Abhi
2025-07-12Fix issues that resulted in Gemini trying to use relative paths where absolut...Jacob Richman
2025-07-11feat(cli): add support for --prompt-interactive/-i flag (#1743)Daniel Lee
2025-07-11fix: `TypeError: Cannot read properties of undefined (reading 'authType')` (#...Gaurav
2025-07-11Logs the auth type in the user prompts, api responses and errors (#3795)uttamkanodia14
2025-07-11Summarize tool call outputs using tool specific summarizers (#3745)anj-s
2025-07-11Added in proper checks for customer tiers in 429/Quota error messaging (#3863)Bryan Morgan
2025-07-11Add support for specifying maxSessionTurns via the settings configuration (#3...anj-s
2025-07-11Add NO_BROWSER environment variable to trigger offline oauth flow (#3713)Seth Troisi
2025-07-09Adding TurnId to Tool call and API responses and error logs. (#3039)uttamkanodia14
2025-07-09Remove auto-execution on Flash in the event of a 429/Quota failover (#3662)Bryan Morgan
2025-07-09Improve quota- and resource-related 429 error handling, also taking Code Assi...Bryan Morgan
2025-07-08Fix bad request in model check (#3568)Sandy Tao
2025-07-08Improve auth env var validation logic and messaging to detect settings that c...Marat Boshernitsan
2025-07-08Preserve recent history when compressing. (#3049)Tommaso Sciortino
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-05feat: Handle inline content modification in tool scheduler (#2883)Adam Weidman
2025-07-03fix(client): get model from config in flashFallbackHandler (#2118)SunskyXH
2025-07-02Reduce the threshold for when we compress history. (#2898)Vachan
2025-07-02make tag required for /chat (#2904)Seth Troisi
2025-07-01Added support for session_id in API calls (#2886)Bryan Morgan