index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
cli
/
src
Age
Commit message (
Collapse
)
Author
2025-08-20
test(integration): add failing test for stdin context with prompt (#6158)
Allen Hutchison
2025-08-20
Remove unused attribute (#6661)
Tommaso Sciortino
2025-08-20
feat(ide): improve IDE installation UX and feedback (#6677)
Shreya Keshive
2025-08-20
Fixing at command race condition (#6663)
Victor May
2025-08-20
Revert "Ignore workspace settings for untrusted folders" (#6672)
Jacob Richman
2025-08-20
fix: copy command gets stuck (#6482)
hritan
Co-authored-by: Hriday Taneja <
[email protected]
>
2025-08-20
docs: Update keyboard shortcuts for input clearing functionality (#6627)
fuyou
2025-08-20
Ignore workspace settings for untrusted folders (#6606)
shrutip90
2025-08-20
Refac: Centralize storage file management (#4078)
Yuki Okita
Co-authored-by: Taylor Mullen <
[email protected]
>
2025-08-20
feat: update .gitignore in /setup-github (#6591)
Jerop Kipruto
2025-08-19
feat(core): Add --skip-next-speaker-check flag (#6589)
Sandy Tao
2025-08-19
Get ToolRegistry from config instead of passing it (#6592)
Tommaso Sciortino
2025-08-19
feat(core): refactor shell execution to use node-pty (#6491)
Gal Zahavi
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-19
Remove unnecessary promiuse usage. (#6585)
Tommaso Sciortino
2025-08-19
feat(ui): add `hideFooter` setting to hide footer from UI (#6505)
Jack Wotherspoon
2025-08-19
fix(paste) incorrect handling of \\\n in pastes (#6532)
Jacob Richman
2025-08-19
Log all session metadata (#6423)
owenofbrien
2025-08-19
fix(#5605): .env file loaded after settings are parsed (#6494)
HugoMurillo
2025-08-19
feat: restart MCP servers on /mcp refresh (#5479)
Ramón Medrano Llamas
Co-authored-by: Brian Ray <
[email protected]
> Co-authored-by: N. Taylor Mullen <
[email protected]
>
2025-08-19
feat: Add IDE client to /bug & /about if IDE mode is enabled (#6567)
Shreya Keshive
2025-08-19
feat: Show /ide subcommands based on connection status instead of ideMode ↵
Shreya Keshive
boolean (#6496)
2025-08-19
feat(ui): implement message queuing during streaming responses (#6049)
Akhil Appana
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-19
fix: add privacy settings hook and tests (#6360)
Arya Gummadi
2025-08-19
feat: add file change tracking to session metrics (#6094)
Arya Gummadi
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-19
fix: ensure consistent theme behavior between local and CI test runs (#6358)
Arya Gummadi
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-19
Changes to add tool_type as dimension (#6538)
agarwalravikant
Co-authored-by: Ravikant Agarwal <
[email protected]
>
2025-08-19
fix(settings) : Disable showing statics in the dialog (#5998)
Ali Al Jufairi
Co-authored-by: Jacob Richman <
[email protected]
> Co-authored-by: N. Taylor Mullen <
[email protected]
>
2025-08-19
feat(settings): enhance settings management with generic setter and display ↵
Ali Al Jufairi
hel… (#6202) Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-18
Read and write files through Zed (#6169)
Conrad Irwin
Co-authored-by: Agus Zubiaga <
[email protected]
>
2025-08-18
feat(filesearch): Introduce non-recursive file search strategy (#6087)
Bryant Chandler
Co-authored-by: Jacob Richman <
[email protected]
> Co-authored-by: Bryant Chandler <
[email protected]
>
2025-08-18
bug(core): Do not throw validation errors when building tools in ↵
joshualitt
`nonInteractiveToolExecutor`. (#6363)
2025-08-18
Revert "Show /ide enable & /ide disable commands based on connection status" ↵
Shreya Keshive
(#6486)
2025-08-18
fix(commands): Respect YOLO mode in custom slash commands (#6441)
Abhi
2025-08-18
Fix URL truncation in CLI display components #5902 (#5925)
fuyou
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
feat(cli): Introduce arguments for shell execution in custom commands (#5966)
Abhi
2025-08-16
Revert "Update semantic color tokens" (#6365)
Jacob Richman
2025-08-16
Add support for HTTP OpenTelemetry exporters (#6357)
Billy Biggs
2025-08-15
Update semantic color tokens (#6253)
Miguel Solorio
Co-authored-by: jacob314 <
[email protected]
>
2025-08-15
fix: improve robustness of `gemini mcp add` command (#6332)
Jack Wotherspoon
2025-08-15
fix(input): Handle numpad enter key in kitty protocol terminals (#6341)
Deepankar Sharma
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-15
fix(input) Resolve cases where escape was broken (#6304)
Jacob Richman
2025-08-15
Revert #6088 (#6328)
Gal Zahavi
2025-08-15
feat(about): Add the IDE Client's display name to `/about` (#6311)
Evan Otero
Co-authored-by: Bryan Morgan <
[email protected]
>
2025-08-15
fix(ui): Fix hang in chat save confirmation dialog (#6312)
Hiroaki Mitsuyoshi
Co-authored-by: Bryan Morgan <
[email protected]
>
2025-08-15
feat(core): Migrate MockTools to declarative pattern. (#6197)
joshualitt
2025-08-15
fix(input) ctrl-j support was lost switching to keyBindings.ts (#6305)
Jacob Richman
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
fix: pendingSlashCommandHistoryItems corrected to properly memoize updates ↵
Pyush Sinha
(#6282) Co-authored-by: Bryan Morgan <
[email protected]
>
2025-08-15
Stylize diff line numbers & characters (#6269)
Miguel Solorio
[next]