summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks
AgeCommit message (Collapse)Author
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]>
2025-07-05fix(core): Sanitize tool parameters to fix 400 API errors (#3300)BigUncle
2025-07-05fix(cli): Group cancelled tool call responses to prevent API errors (#3333)N. Taylor Mullen
2025-07-04Signing tags (#3254)matt korwel
2025-07-04Add and improve JSDoc comments for core tool methods (#3128)moon jooho
2025-07-02make tag required for /chat (#2904)Seth Troisi
2025-07-01Improve slashCommand autoCompletion logic (#2776)Seth Troisi
2025-07-01Rename AuthType LOGIN_WITH_GOOGLE_PERSONAL -> LOGIN_WITH_GOOGLE (#2769)Tommaso Sciortino
2025-06-30Remove unused method (#2721)Tommaso Sciortino
2025-06-30feat: Change /stats to include more detailed breakdowns (#2615)Abhi
2025-06-29refactor: remove unnecessary assertion (#2579)Noritaka Kobayashi
2025-06-29refactor: use for...of loop instead of traditional for loop (#1840)Noritaka Kobayashi
2025-06-27Upgrade to Ink 6 and React 19 (#2096)Sandy Tao
Co-authored-by: jacob314 <[email protected]>
2025-06-27Add privacy notice slash command (#2059)Tommaso Sciortino
2025-06-27Handle stdin for prompts using readline for escape character parsing (#1972)Billy Biggs
2025-06-27Add the current auth method and GCP Project config to the about message (#2112)Preston Holmes
2025-06-27Explicit message for missing subcommand (#2019)Seth Troisi
2025-06-26Improve LoadCodeAssist error handling (#1645)Tommaso Sciortino