summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/slashCommandProcessor.ts
AgeCommit message (Expand)Author
2025-06-10feat: Add UI for /stats slash command (#883)Abhi
2025-06-10addressed b/423798481 (#887)Bryan Morgan
2025-06-09feat: Display initial token usage metrics in /stats (#879)Abhi
2025-06-08Bryanmorgan/add tool source description (#856)Bryan Morgan
2025-06-08feat: Introduce session context and add session duration stat for `/stats` co...Abhi
2025-06-07Bryanmorgan/add mcp description support (#825)Bryan Morgan
2025-06-07refactor: rename gemini-code to gemini-cli (#822)cperry-goog
2025-06-07Added /mcp command support and cleaned up broken tests (#817)Bryan Morgan
2025-06-07More version simplifiction. (#810)Tommaso Sciortino
2025-06-04Add `/tools` slash command to view available tools (#752)Eddie Santos
2025-06-04Ignore folders files (#651)Keith Ballinger
2025-05-30Rename server->core (#638)Tommaso Sciortino
2025-05-30feat: add --show_memory_usage flag to display memory usage in status bar (#606)Jacob Richman
2025-05-30fix(sandbox): prepare package.json before building sandbox image (#626)Brandon Keiji
2025-05-28Display git commit info in the /about section. (#567)DeWitt Clinton
2025-05-23Update packages/cli/src/ui/hooks/slashCommandProcessor.tsMiguel Solorio
2025-05-23Add `/about` commandMiguel Solorio
2025-05-23Refactor(cli): Move memory add logic to server tool call (#493)Allen Hutchison
2025-05-22Refactor: Streamline memoryUtils and update slash commands (#478)Allen Hutchison
2025-05-21Fix: Resolve CLI version reporting in /bug command (#455)Allen Hutchison
2025-05-19feat(cli): Implement /bug command and add open dependency (#428)Allen Hutchison
2025-05-17Introduce a small easter egg. Woof. (#412)DeWitt Clinton
2025-05-16feat: Implement CLI and model memory management (#371)Allen Hutchison
2025-05-15Have /clear also clear the console.Seth Troisi
2025-05-14Improvements to suggestions & slash commands (#344)Miguel Solorio
2025-05-14This commit introduces the hierarchical memory feature, allowing GEMI… (#327)Allen Hutchison
2025-05-13refactor: move nested debugmessage and slashcommand hooks outside of useGemin...Brandon Keiji
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-05Have /clear clear <Static> content by remounting (#250)Seth Troisi
2025-04-30Moved theme to slashCommandSeth Troisi
2025-04-30Added bang(!) commands as a shell passthroughSeth Troisi
2025-04-29Add Intro text with list of /commandsSeth Troisi
2025-04-29Add /helpSeth Troisi
2025-04-29Refactor useGeminiStream to pull slash commands and passthrough comma… (#215)Allen Hutchison