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
/
App.tsx
Age
Commit message (
Expand
)
Author
2025-05-28
Cleanup: Remove low value StreamingContextType interface. (#585)
Jacob Richman
2025-05-24
feat: Add GEMINI.md tip to UI
Taylor Mullen
2025-05-24
Code review comment fixes and some refactors. (#525)
Jacob Richman
2025-05-23
Make console message support more robust to logging in the middle of renderin...
Jacob Richman
2025-05-23
Add additional readline-like keybindings. (#524)
DeWitt Clinton
2025-05-23
feat: Modify loading indicator to support a paused state (#506)
Jacob Richman
2025-05-22
Refactor: Improve console error/log display in CLI (#486)
Jacob Richman
2025-05-21
feat: useToolScheduler hook to manage parallel tool calls (#448)
Brandon Keiji
2025-05-21
Fix: Resolve CLI version reporting in /bug command (#455)
Allen Hutchison
2025-05-21
Add Logger for command history (#435)
Seth Troisi
2025-05-20
Merge InputPrompt and multiline-editor and move autocomplete logic directly i...
Jacob Richman
2025-05-20
fix system override indicator (#450)
Olcan
2025-05-20
Implement additional readline-like keybindings, including alt-left arrow and ...
DeWitt Clinton
2025-05-20
fix(cli): Prevent truncation of first character in shell commands
Taylor Mullen
2025-05-19
ui tweaks (#442)
Olcan
2025-05-19
fix: Ensure user written `!` is treated opaquely if not in shell mode\n\n- Ad...
Taylor Mullen
2025-05-18
fix(cli): Disable slash commands and suggestions in shell mode
Taylor Mullen
2025-05-18
feat(cli): Add ShellModeIndicator component
Taylor Mullen
2025-05-18
feat(cli): Introduce toggleable shell mode with enhanced UI
Taylor Mullen
2025-05-18
fix(cli): Remove duplicate auto-accept indicator
Taylor Mullen
2025-05-17
fix: Ensure CWD and auto-accept indicator are always visible
Taylor Mullen
2025-05-17
feat: Add auto-accept indicator and toggle
Taylor Mullen
2025-05-17
Introduce a small easter egg. Woof. (#412)
DeWitt Clinton
2025-05-16
feat: Patch console.debug and display only in debug mode
Taylor Mullen
2025-05-15
Refactor: Improve UI rendering and address code review comments
Taylor Mullen
2025-05-15
Fix: Prevent UI tearing and improve display of long content
Taylor Mullen
2025-05-15
UI improvements for suggestions & status (#373)
Miguel Solorio
2025-05-15
refactor: shorten static history section code (#370)
Brandon Keiji
2025-05-15
refactor: remove unused props clearItems, openThemeDialog, onSubmit (#357)
Brandon Keiji
2025-05-14
Run console.clear() in handleClearScreen when invoked by Ctrl-L. (#356)
DeWitt Clinton
2025-05-14
Add readline-like keybindings to the input prompts. (#354)
DeWitt Clinton
2025-05-14
Refactor: Move GEMINI.md file count to Footer (#351)
Allen Hutchison
2025-05-14
Improvements to suggestions & slash commands (#344)
Miguel Solorio
2025-05-14
Add UI memory indicator. (#348)
Allen Hutchison
2025-05-14
This commit introduces the hierarchical memory feature, allowing GEMI⦠(#327)
Allen Hutchison
2025-05-13
fix: pass startup warnings to app as prop (#342)
Brandon Keiji
2025-05-13
refactor: move nested debugmessage and slashcommand hooks outside of useGemin...
Brandon Keiji
2025-05-13
First step refactoring InputPrompt (#335)
Jacob Richman
2025-05-13
Multiline editor (#302)
Jacob Richman
2025-05-13
Allow users to cancel out of theme selector (#310)
Miguel Solorio
2025-05-08
Fix: Prevent CLI from crashing when a configured theme is not found
Amir Hardon
2025-05-07
Fix flicker in iterm2 (#266)
Tae Hyung Kim
2025-05-07
Refactor: Enhance @-command, Autocomplete, and Input Stability (#279)
Allen Hutchison
2025-05-06
refactor(cli): Centralize history management via useHistoryManager hook (#261)
Allen Hutchison
2025-05-06
fix: use flat config for react eslint plugin (#265)
Brandon Keiji
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-05-02
Add autocomplete for slash commands
Seth Troisi
2025-05-01
Save settings to ~/.gemini/settings.json and optionally /your/workspace/.gemi...
Jacob Richman
2025-04-30
Moved theme to slashCommand
Seth Troisi
[next]