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