summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/commands
AgeCommit message (Collapse)Author
2025-08-20feat(ide): improve IDE installation UX and feedback (#6677)Shreya Keshive
2025-08-20Refac: Centralize storage file management (#4078)Yuki Okita
Co-authored-by: Taylor Mullen <[email protected]>
2025-08-20feat: update .gitignore in /setup-github (#6591)Jerop Kipruto
2025-08-19Remove unnecessary promiuse usage. (#6585)Tommaso Sciortino
2025-08-19feat: 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-19feat: Add IDE client to /bug & /about if IDE mode is enabled (#6567)Shreya Keshive
2025-08-19feat: Show /ide subcommands based on connection status instead of ideMode ↵Shreya Keshive
boolean (#6496)
2025-08-18Revert "Show /ide enable & /ide disable commands based on connection status" ↵Shreya Keshive
(#6486)
2025-08-17chore(compiler): Enable strict property access TS compiler flag. (#6255)Richie Foreman
Co-authored-by: Jacob Richman <[email protected]>
2025-08-16Revert "Update semantic color tokens" (#6365)Jacob Richman
2025-08-15Update semantic color tokens (#6253)Miguel Solorio
Co-authored-by: jacob314 <[email protected]>
2025-08-15feat(about): Add the IDE Client's display name to `/about` (#6311)Evan Otero
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-15Show /ide enable & /ide disable commands based on connection status (#6248)Shreya Keshive
Co-authored-by: matt korwel <[email protected]>
2025-08-14fix(#5340): unable to load chats with weird characters (#5969)HugoMurillo
2025-08-14/chat save command saves empty conversations with only system context (#6121)Kamal Raj Sekar
Co-authored-by: Jacob Richman <[email protected]>
2025-08-14[ide-mode] Suggest the extension name in the installation messages (#6182)christine betts
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-13Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289)Deepankar Sharma
Co-authored-by: jacob314 <[email protected]>
2025-08-12Launch VS Code IDE Integration (#6063)Shreya Keshive
2025-08-12[ide-mode] Update installation logic and nudge (#6068)christine betts
2025-08-12feat(/setup-github): Use node to download the files (#5863)Seth Vargo
2025-08-11Additional IDE integration polishes (#5985)Shreya Keshive
2025-08-10feat(ui): add /settings command and UI panel (#4738)Ali Al Jufairi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-09feat(chat): Add overwrite confirmation dialog to `/chat save` (#5686)Hiroaki Mitsuyoshi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-08Fix excessive console logging + remove unnecessary try catch (#5860)Shreya Keshive
2025-08-08Use slash command instead of context drawer to display open files in editor ↵Shreya Keshive
to reduce flickering in the UI (#5858)
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]>