index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
cli
/
src
/
ui
/
hooks
/
slashCommandProcessor.ts
Age
Commit message (
Expand
)
Author
2025-05-19
feat(cli): Implement /bug command and add open dependency (#428)
Allen Hutchison
2025-05-17
Introduce a small easter egg. Woof. (#412)
DeWitt Clinton
2025-05-16
feat: Implement CLI and model memory management (#371)
Allen Hutchison
2025-05-15
Have /clear also clear the console.
Seth Troisi
2025-05-14
Improvements to suggestions & slash commands (#344)
Miguel Solorio
2025-05-14
This commit introduces the hierarchical memory feature, allowing GEMI… (#327)
Allen Hutchison
2025-05-13
refactor: move nested debugmessage and slashcommand hooks outside of useGemin...
Brandon Keiji
2025-05-06
refactor(cli): Centralize history management via useHistoryManager hook (#261)
Allen Hutchison
2025-05-06
Refactor: Memoize hook callbacks, update dependencies, and fix lint errors (#...
Allen Hutchison
2025-05-06
fix: use flat config for react eslint plugin (#265)
Brandon Keiji
2025-05-05
slash command altnames and support for ?
Seth Troisi
2025-05-05
Move Intro to Help and only display after help command.
Seth Troisi
2025-05-05
Have /clear clear <Static> content by remounting (#250)
Seth Troisi
2025-04-30
Moved theme to slashCommand
Seth Troisi
2025-04-30
Added bang(!) commands as a shell passthrough
Seth Troisi
2025-04-29
Add Intro text with list of /commands
Seth Troisi
2025-04-29
Add /help
Seth Troisi
2025-04-29
Refactor useGeminiStream to pull slash commands and passthrough comma… (#215)
Allen Hutchison