summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks
AgeCommit message (Expand)Author
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
2025-04-21Remove gemini-stream.ts (#84)Jaana Dogan
2025-04-21Fix confirmations.Taylor Mullen
2025-04-21Fix Gemini Code's (GC) smarts.Taylor Mullen
2025-04-20Fix read-file from exploding with path not found error.Taylor Mullen
2025-04-20add linter for checking license headers (and eslint --fix target to match, an...Tyler
2025-04-20Add terminal clear (#69)Juliette Love
2025-04-20Adds shell command allowlist (#68)Juliette Love
2025-04-20Simple debug mode for CLI side (#66)Juliette Love
2025-04-19Starting to modularize into separate cli / server packages. (#55)Evan Senter
2025-04-19Adding in a history buffer (#38)Evan Senter
2025-04-19fix formatjlove29
2025-04-19Add direct execution of shell commandsjlove29
2025-04-18Add apache2 SPDX headers to all source files (#48)Tyler
2025-04-18All the pipes (#47)Allen Hutchison
2025-04-18Fix remaining tslint errors (YAY).Taylor Mullen
2025-04-18Run `npm run format`Taylor Mullen
2025-04-18Manually fix hooks and utils linting errors (partial)Taylor Mullen
2025-04-18Warn if `npm run start` is out of date. (#20)Evan Senter
2025-04-18Introduce a config module to manage configuration (#22)Jaana Dogan
2025-04-18Revert "Including a test harness for it, and making sure the cursor is always...Evan Senter
2025-04-18Including a test harness for it, and making sure the cursor is always at the ...Evan Senter
2025-04-18Initial auto-fixing of linting errors.Taylor Mullen
2025-04-17Run `npm run format`Taylor Mullen
2025-04-17Improve readability issuesJaana Dogan
2025-04-17Initial commit of Gemini Code CLITaylor Mullen