summaryrefslogtreecommitdiff
path: root/packages/core
AgeCommit message (Collapse)Author
2025-08-06Fix to send user tool confirmation decision for yolo or non interacti… (#5677)agarwalravikant
Co-authored-by: Ravikant Agarwal <[email protected]>
2025-08-06[ide-mode] Add support for in-IDE diff handling in the CLI (#5603)christine betts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-06fix: improve error handling and path processing in memory discovery (#5175)Akhil Appana
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Allen Hutchison <[email protected]>
2025-08-06feat(file-search): Add support for non-recursive file search (#5648)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06fix(core): Treat .mts files as TypeScript modules instead of video files (#5492)Yash Velagapudi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06Detect and warn about cyclic tool refs when schema depth errors are ↵Jacob MacDonald
encountered (#5609) Co-authored-by: Jacob Richman <[email protected]>
2025-08-05feat(core, cli): Introduce high-performance FileSearch engine (#5136)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>
2025-08-05Refactor IDE client state management, improve user-facing error messages, ↵Shreya Keshive
and add logging of connection events (#5591) Co-authored-by: matt korwel <[email protected]>
2025-08-05check for the prompt capability before listing prompts from MCP servers (#5616)Jacob MacDonald
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Sandy Tao <[email protected]>
2025-08-05perf(core): implement parallel file processing for 74% performance ↵sangwook
improvement (#4763) Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Sandy Tao <[email protected]>
2025-08-05feat: mcp - support audiences for OAuth2 (#5265)Mikhail Aksenov
2025-08-05fix(mcp): clear prompt registry on refresh to prevent duplicates (#5385)Ramón Medrano Llamas
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Sandy Tao <[email protected]>
2025-08-05fix(core): prevent UI shift after vim edit (#5315)Gal Zahavi
2025-08-05feat(core): Parse Multimodal MCP Tool responses (#5529)Luccas Paroni
Co-authored-by: Luccas Paroni <[email protected]>
2025-08-05bug(core): fix `contentRangeTruncated` calculation. (#5329)joshualitt
Co-authored-by: Jacob Richman <[email protected]>
2025-08-05fix(mcp): ensure authorization url is valid when containing query params (#5545)David East
Co-authored-by: Jacob Richman <[email protected]>
2025-08-05feat: Multi-Directory Workspace Support (part 3: configuration in ↵Yuki Okita
settings.json) (#5354) Co-authored-by: Allen Hutchison <[email protected]>
2025-08-04chore(release): v0.1.17 (#5561)N. Taylor Mullen
2025-08-04Update MCP client to connect to servers with only prompts (#5290)Harold Mciver
2025-08-04ide-mode flag cleanup (#5531)Shreya Keshive
2025-08-04Improve user-facing error messages for IDE mode (#5522)Shreya Keshive
2025-08-04remove unnecessary checks in WriteFileChecks.getDescription (#5526)Jacob MacDonald
2025-08-04feat(cli): Handle Punctuation in @ Command Parsing (#5482)Sandy Tao
2025-08-04Cloud Shell surface logging fix (#5364)owenofbrien
2025-08-03Fix: Preserve conversation history when changing auth methods via /auth (#5216)Kumbham Ajay Goud
Co-authored-by: Jacob Richman <[email protected]>
2025-08-03chore(release): v0.1.16 (#5478)N. Taylor Mullen
2025-08-01fix(config): Resolve duplicate config loading from home directory (#5090)TIRUMALASETTI PRANITH
Co-authored-by: Allen Hutchison <[email protected]> Co-authored-by: Allen Hutchison <[email protected]>
2025-08-01fix(tests): refactor integration tests to be less flaky (#4890)Allen Hutchison
Co-authored-by: matt korwel <[email protected]>
2025-08-01Switch utility calls to use the gemini-2.5-flash-lite model (#5193)mrcabbage972
Co-authored-by: Anjali Sridhar <[email protected]>
2025-08-01Propagate prompt (#5033)owenofbrien
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-29chore(release): v0.1.15 (#5163)N. Taylor Mullen
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