summaryrefslogtreecommitdiff
path: root/packages/core/src
AgeCommit message (Collapse)Author
2025-08-01[Fix Telemetry for tool calls, PR 1/n] Propagate tool reported errors via ↵Silvio Junior
ToolCallResponseInfo and ToolResult (#5222)
2025-08-01New browser launcher for MCP OAuth. (#5261)Brian Ray
2025-08-01fix(core): Remove json output schema form the next speaker check prompt (#5325)Sandy Tao
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-01Fix bug executing commands in windows whose flags contain spaces (#5317)Tommaso Sciortino
2025-07-31Add emacs support, as per user requests. :) (#1633)Paige Bailey
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: N. Taylor Mullen <[email protected]> Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: matt korwel <[email protected]> Co-authored-by: matt korwel <[email protected]>
2025-07-31feat: Multi-Directory Workspace Support (part2: add "directory" command) (#5241)Yuki Okita
2025-07-31fix: CLAUDE.md compatibility for GEMINI.md '@' file import behavior (#2978)Niladri Das
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Allen Hutchison <[email protected]>
2025-07-31bug(core): UI reporting for truncated read_file. (#5155)joshualitt
Co-authored-by: Jacob Richman <[email protected]>
2025-07-31Replace FlashDecidedToContinueEvent with NextSpeakerCheckEvent (#5257)Sandy Tao
2025-07-31Improve error message for discoverTools function (#4157)Gal Zahavi
2025-07-30Add toggleable IDE mode setting (#5146)christine betts
2025-07-30confirm save_memory tool, with ability to see diff and edit manually for ↵Olcan
advanced changes that may override past memories (#5237)
2025-07-30Introduce IDE mode installer (#4877)christine betts
2025-07-30feat: Multi-Directory Workspace Support (part1: add `--include-directories` ↵Yuki Okita
option) (#4605) Co-authored-by: Allen Hutchison <[email protected]>
2025-07-30perf(core): parallelize bfsFileSearch for 40% faster CLI startup (#5185)Hyunsu Shin
2025-07-30do not mention GEMINI.md in system prompt as it is not fixed and can confuse ↵Olcan
model as it is not mentioned by memory tool and memory file paths are generally not exposed to model (yet) (#5202)
2025-07-30Skip and reset loop checking around code blocks (#5144)Sandy Tao
2025-07-29Fix typo in RFC 9728 impl (#5126)Tommaso Sciortino
2025-07-29Adds centralized support to log slash commands + sub commands (#5128)Shreya Keshive
2025-07-29feat(commands): add custom commands support for extensions (#4703)Daniel Lee
2025-07-29 feat: Add auto update functionality (#4686)Gal Zahavi
2025-07-28Only enable IDE integration if gemini-cli is running in the same path as ↵Shreya Keshive
open workspace (#5068)
2025-07-28feat: Add tests for checkpoint tag sanitization (#4882)Seth Troisi
2025-07-28Add new fallback state as prefactor for routing (#5065)Abhi
2025-07-28Revert "feat: Add /config refresh command" (#5060)N. Taylor Mullen
2025-07-28feat: Add /config refresh command (#4993)Ramón Medrano Llamas
Co-authored-by: Bryan Morgan <[email protected]>
2025-07-28Updates schema, UX and prompt for IDE context (#5046)Shreya Keshive
2025-07-27Revert "Propagate user_prompt_id to GenerateConentRequest for logging" (#5007)N. Taylor Mullen
2025-07-27feat(chat): Implement /chat delete command (#2401)Hiroaki Mitsuyoshi
2025-07-27fix: yolo mode not respected (#4972)Leeroy Ding
2025-07-27(model) - Use Flash Lite For Next Speaker Checks (#4991)Abhi
2025-07-27Propagate user_prompt_id to GenerateConentRequest for logging (#4741)owenofbrien
2025-07-27refactor(telemetry): enhance flushToClearcut method with retry logic and ↵Hyeladi Bassi
early return for empty events (#1601) Co-authored-by: Scott Densmore <[email protected]>
2025-07-27Bug: add resource parameter to MCP OAuth Flow (#4981)Brian Ray
Co-authored-by: Your Name <[email protected]>
2025-07-27feat: Add Shell Command Execution to Custom Commands (#4917)Abhi
2025-07-26fix: Clean up transport on IDE connection failure (#4902)Shreya Keshive
2025-07-26refactor(core): Centralize shell logic into ShellExecutionService (#4823)Abhi
2025-07-25Run presubmit tests in windows as well as linux. (#4672)Tommaso Sciortino
Co-authored-by: matt korwel <[email protected]>
2025-07-25Fix grep.test to work on windows. (#4889)Tommaso Sciortino
2025-07-25Fix test to be windows compatible. (#4875)Tommaso Sciortino
2025-07-25Make glob.test.ts win compatible. (#4891)Tommaso Sciortino
2025-07-25Make fileDiscoveryService.test.ts win compatible (#4892)Tommaso Sciortino
2025-07-25Make oauth2 test windows compatible. (#4895)Tommaso Sciortino
2025-07-25Load and use MCP server prompts as slash commands in the CLI (#4828)christine betts
Co-authored-by: harold <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-25Implement hashing based loop detection (#4831)Sandy Tao
2025-07-25Safer Shell command Execution (#4795)matt korwel
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-25Make shell.test.ts windows compatible (#4858)Tommaso Sciortino
2025-07-25[ide-mode] Create an IDE manager class to handle connecting to and exposing ↵christine betts
methods from the IDE server (#4797)
2025-07-25Make errorReporting test windows compatible. (#4856)Tommaso Sciortino
2025-07-25Fix read-file.test.ts to be windows compatible. (#4864)Tommaso Sciortino