summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks
AgeCommit message (Collapse)Author
2025-07-24feat: add GEMINI_CLI environment variable to spawned shell commands (#4791)Daniel Lee
2025-07-23Fix InputPrompt.test.tsx to be windows compatible (#4736)Tommaso Sciortino
2025-07-23feat(commands): Implement argument handling for custom commands via a prompt ↵Abhi
pipeline (#4702)
2025-07-23Fix windows bugs in atCommandProcessor.ts (#4684)Tommaso Sciortino
2025-07-22(feat): Initial Version of Custom Commands (#4572)Abhi
2025-07-21Refactor the logic for deciding whether to launch a browser into config (#4622)Marat Boshernitsan
2025-07-21fix: 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-21fix: Add warning message for token limit truncation (#2260)darkcocoa
Co-authored-by: Sandy Tao <[email protected]>
2025-07-21Various spelling improvements (#3497)Josh Soref
Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Sandy Tao <[email protected]>
2025-07-20prefactor(commands): Command Service Prefactor for Extensible Commands (#4511)Abhi
2025-07-20feat: full implementation for .geminiignore in settings and respective tool ↵Pyush Sinha
calls (#3727)
2025-07-20Feature custom themes logic (#2639)Ali Al Jufairi
Co-authored-by: Jacob Richman <[email protected]>
2025-07-19Make shell output consistent. (#4469)Jacob Richman
2025-07-19Automatically detect non-interactive environments and fall back to a manual, ↵Marat Boshernitsan
code-based authentication flow (#4475)
2025-07-18feat(cli): allow executing commands on perfect match (#4397)Harold Mciver
Co-authored-by: Jenna Inouye <[email protected]>
2025-07-18feat(ui): hide cursor when terminal is unfocused (#4012)Keith Lyons
2025-07-17Migrate /corgi (#4419)Abhi
2025-07-17migrate restore command (#4388)Abhi
2025-07-17fix: remove direct gaxios dependency (#4289)Pascal Birchler
2025-07-17Zed 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-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-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>
2025-07-16Move 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-16migrate compress command (#4271)Abhi
2025-07-16refactor: Optimize the display information of "/chat list" and "/chat ↵Ben Guo
resume" (#2857) Co-authored-by: Ben Guo <[email protected]>
2025-07-15Improve altName completion behavior in slash commands (#4227)Lee Won Jun
Co-authored-by: Jacob Richman <[email protected]>
2025-07-15update `/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-15updated `/stats` to use new slash command arch (#4146)Harold Mciver
2025-07-15migrate /about (#4207)Abhi
2025-07-15Migrate /privacy to new architecture (#4202)Abhi
2025-07-15Introduce 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-14Make @ command sort file without extension name (#4158)Sandy Tao
2025-07-14updated '/auth' to use new slash command arch (#3797)haroldmciver-go
Co-authored-by: Abhi <[email protected]>
2025-07-12fix(auth): Remove sharp edges from headless auth (#3985)N. Taylor Mullen
2025-07-11fix: `TypeError: Cannot read properties of undefined (reading 'authType')` ↵Gaurav
(#3914)
2025-07-11update /theme to new slash command arch (#3791)haroldmciver-go
Co-authored-by: matt korwel <[email protected]> Co-authored-by: Abhi <[email protected]>
2025-07-11Logs the auth type in the user prompts, api responses and errors (#3795)uttamkanodia14
2025-07-11Summarize tool call outputs using tool specific summarizers (#3745)anj-s
2025-07-11Add support for specifying maxSessionTurns via the settings configuration ↵anj-s
(#3507)
2025-07-10Work around bracketed paste support for node < 20 (#2476)Billy Biggs
Co-authored-by: Jacob Richman <[email protected]>
2025-07-09Adding TurnId to Tool call and API responses and error logs. (#3039)uttamkanodia14
Co-authored-by: Scott Densmore <[email protected]>
2025-07-09Remove auto-execution on Flash in the event of a 429/Quota failover (#3662)Bryan Morgan
Co-authored-by: Jenna Inouye <[email protected]>
2025-07-09Improve quota- and resource-related 429 error handling, also taking Code ↵Bryan Morgan
Assist customer tiers into consideration (#3609)
2025-07-08Add a command line option to enable and list extensions (#3191)Billy Biggs
2025-07-07feature(commands) - Refactor Slash Command + Vision For the Future (#3175)Abhi
2025-07-07@file don't respect config respectGitIgnore=false (#3382) (#3387)zfflxx
Co-authored-by: Ryan Fang <[email protected]>