summaryrefslogtreecommitdiff
path: root/packages/core/src/core
AgeCommit message (Expand)Author
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
2025-07-01feat(core): Add infinite loop protection to client (#2793)Allen Hutchison
2025-07-01Rename AuthType LOGIN_WITH_GOOGLE_PERSONAL -> LOGIN_WITH_GOOGLE (#2769)Tommaso Sciortino
2025-07-01Use structured prompt for compression. (#2747)Tommaso Sciortino
2025-06-30feat: Change /stats to include more detailed breakdowns (#2615)Abhi
2025-06-29refactor: remove unnecessary "await" (#2574)Noritaka Kobayashi
2025-06-29refactor: remove unnecessary assertion (#2579)Noritaka Kobayashi
2025-06-29refactor: remove imported multiple times (#1846)Noritaka Kobayashi
2025-06-27Add privacy notice slash command (#2059)Tommaso Sciortino
2025-06-27Use 2-space indent for saved checkpoint files (#1152) (#1977)Billy Biggs
2025-06-26Updating the first user message to mention the product name (#2037)Bryan Morgan
2025-06-26Revert "feat: Add model selection logic (#1678)" (#1983)anj-s