summaryrefslogtreecommitdiff
path: root/packages/core
AgeCommit message (Collapse)Author
2025-08-18bug(core): Do not throw validation errors when building tools in ↵joshualitt
`nonInteractiveToolExecutor`. (#6363)
2025-08-18Log start session event through telemetry/loggers (#6431)Billy Biggs
2025-08-18feat(client/compression): Log telemetry when compressing chat context. (#6195)Richie Foreman
2025-08-18Sends Gemini CLI Client install id to Vertex and Gemini. (#6217)uttamkanodia14
2025-08-17chore(compiler): Enable strict property access TS compiler flag. (#6255)Richie Foreman
Co-authored-by: Jacob Richman <[email protected]>
2025-08-17Fix several IDE mode integration tests (#6408)cornmander
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-17 feat(cli): Introduce arguments for shell execution in custom commands (#5966)Abhi
2025-08-16feat(oauth): Make oauth client a singleton to survive cache failures (#6348)Marat Boshernitsan
2025-08-16Add support for HTTP OpenTelemetry exporters (#6357)Billy Biggs
2025-08-15[ide-mode] Fix path delimiter for multi-root workspaces on Windows (#6273)Sunny Sachanandani
Co-authored-by: Jacob Richman <[email protected]>
2025-08-15Check for pending tool calls before appending IDE Context (#6317)Evan Otero
2025-08-15fix: allow user to use responseSchema as well. (#6336)Wanlin Du
2025-08-15use toMatchSnapshot in test (#6344)Tommaso Sciortino
2025-08-15fixes for oauth spec - adds github oauth support. Resource paramater. (#6281)Brian Ray
2025-08-15Fix shell tool description to be os-specific (#6335)Tommaso Sciortino
2025-08-15Revert #6088 (#6328)Gal Zahavi
2025-08-15feat(core): Migrate MockTools to declarative pattern. (#6197)joshualitt
2025-08-15chore: remove duplicated lockfile (#6291)LongYinan
Co-authored-by: Bryan Morgan <[email protected]>
2025-08-15Add session id to session summary and /bug template (#6313)owenofbrien
Co-authored-by: Bryan Morgan <[email protected]>
2025-08-15feat(shell): Include disallowed commands in block reason (#6278)cornmander
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-15IDE integration Gemini command multi-folder support + bump version (#6265)Shreya Keshive
Co-authored-by: matt korwel <[email protected]>
2025-08-14fix(#5340): unable to load chats with weird characters (#5969)HugoMurillo
2025-08-14Prevent writing outside of the workspace roots (#6178)Tommaso Sciortino
Co-authored-by: Jacob Richman <[email protected]>
2025-08-14bug(mcp): catch errors reported by GitHub MCP (#6194)Lee James
2025-08-14feat(core): refactor shell execution to use node-pty (#6088)Gal Zahavi
2025-08-14feat(core): Migrate web-search, write-file, and discovered-tool. (#6188)joshualitt
Co-authored-by: Jacob Richman <[email protected]>
2025-08-14[ide-mode] Support multi-folder workspaces (#6177)christine betts
2025-08-14[ide-mode] Write port to file in ide-server (#5811)christine betts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-14[ide-mode] Suggest the extension name in the installation messages (#6182)christine betts
2025-08-14Log CLI version and git commit hash (v2) (#6176)owenofbrien
2025-08-14chore(release): v0.1.21 (#6207)matt korwel
Co-authored-by: gemini-cli-robot <[email protected]>
2025-08-14feat(deps): Update @google/genai to 1.13.0 (#6184)Sandy Tao
2025-08-14refactor: remove modelCheck feature (#6185)Allen Hutchison
2025-08-13chore(telemetry): Add various surface detection to `determineSurface` for ↵Richie Foreman
logging. (#6074) Co-authored-by: christine betts <[email protected]> Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: matt korwel <[email protected]>
2025-08-13fix: use server-returned project for gca free tier auth (#6113)Gaurav
2025-08-13chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6166)Richie Foreman
2025-08-13fix(core): Discard thought signature when switching from Gemini API Key to ↵Sandy Tao
OAuth (#6090) Co-authored-by: Jacob Richman <[email protected]>
2025-08-13chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)Richie Foreman
2025-08-13fix: Prevent duplicate or inactive tools/prompts after server refresh (#5850)Harold Mciver
2025-08-13feat(core): Migrate read_many_files, shell, and web_fetch. (#6167)joshualitt
2025-08-13feat(core): Continue declarative tool migration. (#6114)joshualitt
2025-08-13Revert "chore(cli/slashcommands): Add status enum to SlashCommandEvent ↵Jacob Richman
telemetry" (#6161)
2025-08-13Add support for trustedFolders.json config file (#6073)shrutip90
2025-08-13move errorParsing.ts to core (#6159)Adam Weidman
2025-08-13Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289)Deepankar Sharma
Co-authored-by: jacob314 <[email protected]>
2025-08-13Zed integration schema upgrade (#5536)Agus Zubiaga
Co-authored-by: Conrad Irwin <[email protected]> Co-authored-by: Ben Brandt <[email protected]>
2025-08-13chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6023)Richie Foreman
2025-08-13Show OpenTelemetry SDK initialization & shutdown in debug mode only (#6096)Jerop Kipruto
2025-08-12Launch VS Code IDE Integration (#6063)Shreya Keshive
2025-08-12[ide-mode] Update installation logic and nudge (#6068)christine betts