summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks
AgeCommit message (Expand)Author
2025-05-09Make cancel not explode.Taylor Mullen
2025-05-09fix for b/414940078 (#306)Allen Hutchison
2025-05-09feat: Improve theme not found handlingTaylor Mullen
2025-05-08Fix: Prevent CLI from crashing when a configured theme is not foundAmir Hardon
2025-05-08UI Polish for theme selector (#294)Miguel Solorio
2025-05-07initTae Hyung Kim
2025-05-07Remove unnecessary sleep.Taylor Mullen
2025-05-07Fix bugs from useGeminiStream refactor (#284)Tae Hyung Kim
2025-05-07Fix flicker in iterm2 (#266)Tae Hyung Kim
2025-05-07Refactor: Enhance @-command, Autocomplete, and Input Stability (#279)Allen Hutchison
2025-05-06Prevent UI hang on long tool confirmations.Taylor Mullen
2025-05-06Fix edit confirmation re-submission.Taylor Mullen
2025-05-06refactor(cli): Centralize history management via useHistoryManager hook (#261)Allen Hutchison
2025-05-06Refactor: Memoize hook callbacks, update dependencies, and fix lint errors (#...Allen Hutchison
2025-05-06fix: use flat config for react eslint plugin (#265)Brandon Keiji
2025-05-05slash command altnames and support for ?Seth Troisi
2025-05-05Move Intro to Help and only display after help command.Seth Troisi
2025-05-05Remove passthroughCommands (#252)Seth Troisi
2025-05-05Have /clear clear <Static> content by remounting (#250)Seth Troisi
2025-05-05feat(cli): add useHistoryManager hook for chat history (#234)Allen Hutchison
2025-05-02Cleanup low value comments. (#248)Jacob Richman
2025-05-02Add autocomplete for slash commandsSeth Troisi
2025-05-02sandbox setting and argument (#243)Olcan
2025-05-01Support escaping spaces in file paths. (#241)Jacob Richman
2025-05-01prevent crash on empty shell cmd with $ or ! (#240)Olcan
2025-05-01Save settings to ~/.gemini/settings.json and optionally /your/workspace/.gemi...Jacob Richman
2025-04-30Moved theme to slashCommandSeth Troisi
2025-04-30Added bang(!) commands as a shell passthroughSeth Troisi
2025-04-30Fix the generation of globs by using the filesystem instead of a heuristic. (...Allen Hutchison
2025-04-30Add @ command suggestions in the UI. (#219)Allen Hutchison
2025-04-29Add Intro text with list of /commandsSeth Troisi
2025-04-29Add /helpSeth Troisi
2025-04-29Add @ command handling to useGeminiStream (#217)Allen Hutchison
2025-04-29Refactor useGeminiStream to pull slash commands and passthrough comma… (#215)Allen Hutchison
2025-04-29First four independent files for @ commands. (#205)Allen Hutchison
2025-04-28Refactor hardcoded slash commands (#179)Seth Troisi
2025-04-26feat: Fix flickering in iTerm + scrolling + performance issues.Taylor Mullen
2025-04-25Add /exit and /quit commandsSeth Troisi
2025-04-25Pulled manual commands to seperate functionSeth Troisi
2025-04-25fix: remove extra initError (#173)Brandon Keiji
2025-04-24Add a theme preview and update the theme when highlight changes. (#151)Jacob Richman
2025-04-22Add theming support.Taylor Mullen
2025-04-22Question flag (#125)Allen Hutchison
2025-04-22Fix the case where passthrough tools weren't using the correct CWD from -dAllen Hutchison
2025-04-22Initiate the GeminiClient with a configJaana Dogan
2025-04-22Fix Tool -> Text -> Confirmation bu that results in disordered historyTaylor Mullen
2025-04-22Update UI of tool messagesTaylor Mullen
2025-04-21Piped input (#104)Allen Hutchison
2025-04-21Remove duplicate CLI tools module, remove the global tool registry (#89)Jaana Dogan
2025-04-21Remove redundant else branches (#86)Jaana Dogan