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
/
ui
/
hooks
Age
Commit message (
Collapse
)
Author
2025-07-27
fix: yolo mode not respected (#4972)
Leeroy Ding
2025-07-27
feat: Add Shell Command Execution to Custom Commands (#4917)
Abhi
2025-07-26
refactor(core): Centralize shell logic into ShellExecutionService (#4823)
Abhi
2025-07-26
Handle unhandled rejections more gracefully. (#4417)
Jacob Richman
Co-authored-by: Tommaso Sciortino <
[email protected]
>
2025-07-25
Vim mode (#3936)
Sijie Wang
2025-07-25
Load 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-25
Make useCompletion.test.ts windows compatible (#4766)
Tommaso Sciortino
2025-07-25
[Refactor] Centralizes autocompletion logic within useCompletion (#4740)
Sandy Tao
2025-07-24
feat: add GEMINI_CLI environment variable to spawned shell commands (#4791)
Daniel Lee
2025-07-23
Fix InputPrompt.test.tsx to be windows compatible (#4736)
Tommaso Sciortino
2025-07-23
feat(commands): Implement argument handling for custom commands via a prompt ↵
Abhi
pipeline (#4702)
2025-07-23
Fix windows bugs in atCommandProcessor.ts (#4684)
Tommaso Sciortino
2025-07-22
(feat): Initial Version of Custom Commands (#4572)
Abhi
2025-07-21
Refactor the logic for deciding whether to launch a browser into config (#4622)
Marat Boshernitsan
2025-07-21
fix: character encoding issues in shell command processor (#1949)
BOYI
Co-authored-by: Jacob Richman <
[email protected]
> Co-authored-by: Sandy Tao <
[email protected]
>
2025-07-21
fix: Add warning message for token limit truncation (#2260)
darkcocoa
Co-authored-by: Sandy Tao <
[email protected]
>
2025-07-21
Various spelling improvements (#3497)
Josh Soref
Signed-off-by: Josh Soref <
[email protected]
> Co-authored-by: Sandy Tao <
[email protected]
>
2025-07-20
prefactor(commands): Command Service Prefactor for Extensible Commands (#4511)
Abhi
2025-07-20
feat: full implementation for .geminiignore in settings and respective tool ↵
Pyush Sinha
calls (#3727)
2025-07-20
Feature custom themes logic (#2639)
Ali Al Jufairi
Co-authored-by: Jacob Richman <
[email protected]
>
2025-07-19
Make shell output consistent. (#4469)
Jacob Richman
2025-07-19
Automatically detect non-interactive environments and fall back to a manual, ↵
Marat Boshernitsan
code-based authentication flow (#4475)
2025-07-18
feat(cli): allow executing commands on perfect match (#4397)
Harold Mciver
Co-authored-by: Jenna Inouye <
[email protected]
>
2025-07-18
feat(ui): hide cursor when terminal is unfocused (#4012)
Keith Lyons
2025-07-17
Migrate /corgi (#4419)
Abhi
2025-07-17
migrate restore command (#4388)
Abhi
2025-07-17
fix: remove direct gaxios dependency (#4289)
Pascal Birchler
2025-07-17
Zed integration (#4266)
Conrad Irwin
Co-authored-by: Agus Zubiaga <
[email protected]
> Co-authored-by: Ben Brandt <
[email protected]
> Co-authored-by: mkorwel <
[email protected]
>
2025-07-17
updated `/quit` to use new slash command arch (#4259)
Harold Mciver
Co-authored-by: Abhi <
[email protected]
>
2025-07-17
update `/bug` to new slash command arch (#4246)
Harold Mciver
Co-authored-by: Abhi <
[email protected]
> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Abhi <
[email protected]
>
2025-07-17
update `/editor` to new slash command arch (#4153)
Harold Mciver
Co-authored-by: Abhi <
[email protected]
>
2025-07-16
Add /ide status & /ide install commands to manage IDE integration (#4265)
Shreya Keshive
2025-07-16
update `/tools` to new slash command arch (#4236)
Harold Mciver
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: matt korwel <
[email protected]
>
2025-07-16
update `/docs` to new slash command arch (#4133)
Harold Mciver
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-07-16
Move MCP slash command to new system (#3678)
Brian Ray
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Abhi <
[email protected]
>
2025-07-16
migrate compress command (#4271)
Abhi
2025-07-16
refactor: Optimize the display information of "/chat list" and "/chat ↵
Ben Guo
resume" (#2857) Co-authored-by: Ben Guo <
[email protected]
>
2025-07-15
Improve altName completion behavior in slash commands (#4227)
Lee Won Jun
Co-authored-by: Jacob Richman <
[email protected]
>
2025-07-15
update `/extensions` to new slash command arch (#4229)
Harold Mciver
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-07-15
updated `/stats` to use new slash command arch (#4146)
Harold Mciver
2025-07-15
migrate /about (#4207)
Abhi
2025-07-15
Migrate /privacy to new architecture (#4202)
Abhi
2025-07-15
Introduce loop detection service that breaks simple loop (#3919)
Sandy Tao
Co-authored-by: Scott Densmore <
[email protected]
> Co-authored-by: N. Taylor Mullen <
[email protected]
>
2025-07-14
Make @ command sort file without extension name (#4158)
Sandy Tao
2025-07-14
updated '/auth' to use new slash command arch (#3797)
haroldmciver-go
Co-authored-by: Abhi <
[email protected]
>
2025-07-12
fix(auth): Remove sharp edges from headless auth (#3985)
N. Taylor Mullen
2025-07-11
fix: `TypeError: Cannot read properties of undefined (reading 'authType')` ↵
Gaurav
(#3914)
2025-07-11
update /theme to new slash command arch (#3791)
haroldmciver-go
Co-authored-by: matt korwel <
[email protected]
> Co-authored-by: Abhi <
[email protected]
>
2025-07-11
Logs the auth type in the user prompts, api responses and errors (#3795)
uttamkanodia14
2025-07-11
Summarize tool call outputs using tool specific summarizers (#3745)
anj-s
[next]