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
/
components
/
InputPrompt.tsx
Age
Commit message (
Expand
)
Author
2025-06-15
Support completion of checkpoint names in /resume (#1063)
Billy Biggs
2025-06-13
feat(cli): support ctrl+d to exit (#878)
Daniel Lee
2025-06-07
Auto insert @ when dragging and dropping files. (#812)
Jacob Richman
2025-06-07
refactor: rename gemini-code to gemini-cli (#822)
cperry-goog
2025-06-06
feat(ui): add cursor to empty input prompt (#800)
Jacob Richman
2025-06-05
Allow themes to theme the UI (#769)
Miguel Solorio
2025-06-03
Fix several bugs in prompt history (#734)
Marat Boshernitsan
2025-06-04
Ignore folders files (#651)
Keith Ballinger
2025-05-30
Rename server->core (#638)
Tommaso Sciortino
2025-05-30
fix(cli): Clear input buffer before onSubmit in InputPrompt (#633)
Allen Hutchison
2025-05-23
Fix bug updating the cursor after navigating history. (#507)
Jacob Richman
2025-05-21
restore placeholder change likely dropped in a merge (#464)
Olcan
2025-05-20
feat: Allow Esc to exit shell mode
Taylor Mullen
2025-05-20
Merge InputPrompt and multiline-editor and move autocomplete logic directly i...
Jacob Richman
2025-05-20
Implement additional readline-like keybindings, including alt-left arrow and ...
DeWitt Clinton
2025-05-19
ui tweaks (#442)
Olcan
2025-05-18
feat(cli): Introduce toggleable shell mode with enhanced UI
Taylor Mullen
2025-05-14
Add readline-like keybindings to the input prompts. (#354)
DeWitt Clinton
2025-05-14
Improvements to suggestions & slash commands (#344)
Miguel Solorio
2025-05-13
First step refactoring InputPrompt (#335)
Jacob Richman
2025-05-13
Use `Enter` on slash commands to execute (#334)
Miguel Solorio
2025-05-13
Multiline editor (#302)
Jacob Richman
2025-05-07
Refactor: Enhance @-command, Autocomplete, and Input Stability (#279)
Allen Hutchison
2025-05-02
Cleanup low value comments. (#248)
Jacob Richman
2025-05-02
Add autocomplete for slash commands
Seth Troisi
2025-05-01
Support escaping spaces in file paths. (#241)
Jacob Richman
2025-04-30
Add @ command suggestions in the UI. (#219)
Allen Hutchison
2025-04-26
Follow up fixes from flickering PR.
Taylor Mullen
2025-04-26
feat: Fix flickering in iTerm + scrolling + performance issues.
Taylor Mullen
2025-04-19
Give Gemini Code a face lift.
Taylor Mullen
2025-04-19
Starting to modularize into separate cli / server packages. (#55)
Evan Senter
2025-04-19
Adding in a history buffer (#38)
Evan Senter
2025-04-18
Add apache2 SPDX headers to all source files (#48)
Tyler
2025-04-18
Fix remaining tslint errors (YAY).
Taylor Mullen
2025-04-18
Run `npm run format`
Taylor Mullen
2025-04-18
Introduce a config module to manage configuration (#22)
Jaana Dogan
2025-04-18
Revert "Including a test harness for it, and making sure the cursor is always...
Evan Senter
2025-04-18
Including a test harness for it, and making sure the cursor is always at the ...
Evan Senter
2025-04-18
Initial auto-fixing of linting errors.
Taylor Mullen
2025-04-18
Adding a new parameter for model, and updating the default to 2.5 Flash. (#18)
Evan Senter
2025-04-17
Run `npm run format`
Taylor Mullen
2025-04-17
Initial commit of Gemini Code CLI
Taylor Mullen