summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/commands
AgeCommit message (Collapse)Author
2025-08-07feat: open repo secrets page in addition to README (#5684)Lee James
2025-08-06feat(cli): get the run-gemini-cli version from the GitHub API (#5708)Seth Vargo
2025-08-06feat: Enable /setup-github to always run, and error appropriately (#5653)Lee James
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06docs(setup-github): Inform user of the next steps after running slash ↵Lee James
command (#5644) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-05switch from heads to tags in url path (#5638)Jerop Kipruto
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-05feat: Multi-Directory Workspace Support (part 3: configuration in ↵Yuki Okita
settings.json) (#5354) Co-authored-by: Allen Hutchison <[email protected]>
2025-08-04Update MCP client to connect to servers with only prompts (#5290)Harold Mciver
2025-08-04feat(cli): Prevent redundant opening of browser tabs when zero MCP servers ↵Mo Moadeli
are configured (#5367) Co-authored-by: Allen Hutchison <[email protected]>
2025-08-04Improve user-facing error messages for IDE mode (#5522)Shreya Keshive
2025-08-04Use new URLs for downloading workflows (#5524)Seth Vargo
2025-08-04fix: /help remove flickering and respect clear shortcut (ctr+l) (#3611)Pyush Sinha
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Allen Hutchison <[email protected]>
2025-07-31feat: Implement /setup-github command (#5069)JeromeJu
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-30Add toggleable IDE mode setting (#5146)christine betts
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-29feat(cli): introduce /init command for GEMINI.md creation (#4852)shamso-goog
Co-authored-by: matt korwel <[email protected]>
2025-07-29feat(commands): add custom commands support for extensions (#4703)Daniel Lee
2025-07-28Revert "feat: Add /config refresh command" (#5060)N. Taylor Mullen
2025-07-28feat: Add /config refresh command (#4993)Ramón Medrano Llamas
Co-authored-by: Bryan Morgan <[email protected]>
2025-07-27feat(chat): Implement /chat delete command (#2401)Hiroaki Mitsuyoshi
2025-07-27feat: Add Shell Command Execution to Custom Commands (#4917)Abhi
2025-07-25Vim mode (#3936)Sijie Wang
2025-07-25Load 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-25Make restoreCommand test windows compatible. (#4873)Tommaso Sciortino
2025-07-25[ide-mode] Create an IDE manager class to handle connecting to and exposing ↵christine betts
methods from the IDE server (#4797)
2025-07-25feat: add /mcp refresh command (#4566)Ramón Medrano Llamas
2025-07-24feat(cli): display timestamp in /chat list (#4733)Thomas Burnham
Co-authored-by: Jacob Richman <[email protected]>
2025-07-23feat(memory): make directory search limit on memory discovery configurable ↵Brandon Keiji
with settings.json (#4460)
2025-07-23Make ideCommand test windows compatible. (#4746)Tommaso Sciortino
2025-07-23feat(commands): Implement argument handling for custom commands via a prompt ↵Abhi
pipeline (#4702)
2025-07-22MCP OAuth Part 3 - CLI/UI/Documentation (#4319)Brian Ray
Co-authored-by: Greg Shikhman <[email protected]>
2025-07-22(feat): Initial Version of Custom Commands (#4572)Abhi
2025-07-20prefactor(commands): Command Service Prefactor for Extensible Commands (#4511)Abhi
2025-07-20feat: Added /copy command for copying output to clipboard with new Command ↵Devansh Sharma
Service approach (#3706) Co-authored-by: Abhi <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-19Revert background agent commits (#4479)Tommaso Sciortino
2025-07-18Add /background commands (when background agent is configured) (#4407)Tommaso Sciortino
Co-authored-by: Bryan Morgan <[email protected]>
2025-07-18Summarize extensions and MCP servers on startup (#3977)Billy Biggs
2025-07-17Migrate /corgi (#4419)Abhi
2025-07-17migrate restore command (#4388)Abhi
2025-07-17bug(ux): update context percentage when /clear command is run (#4162)Nick Salerni
Co-authored-by: matt korwel <[email protected]>
2025-07-17updated `/quit` to use new slash command arch (#4259)Harold Mciver
Co-authored-by: Abhi <[email protected]>
2025-07-17update `/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-17update `/editor` to new slash command arch (#4153)Harold Mciver
Co-authored-by: Abhi <[email protected]>
2025-07-16Add /ide status & /ide install commands to manage IDE integration (#4265)Shreya Keshive
2025-07-16fix: update google/genai to v1.9.0 and switch to parametersJsonSchema for ↵Wanlin Du
MCP related tools (#4176) Co-authored-by: Jack Wotherspoon <[email protected]>
2025-07-16update `/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-16update `/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>