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
/
shared
/
text-buffer.ts
Age
Commit message (
Expand
)
Author
2025-06-19
Fix flicker issues by ensuring all actively changing content fits in the view...
Jacob Richman
2025-06-16
Fix bug where single line inserts were deleting all text after the in… (#1114)
Jacob Richman
2025-06-16
feat: text-buffer: input sanitization and delete character handling. (#1031)
Jacob Richman
2025-06-08
feat: Add flow to allow modifying edits during edit tool call (#808)
Leo
2025-06-08
fix: Rename missing occurence of gemini-code (#824)
Tolik Malibroda
2025-06-07
Auto insert @ when dragging and dropping files. (#812)
Jacob Richman
2025-06-02
Fix bug pasting multiline strings (#632)
Jacob Richman
2025-05-28
Add a keybinding for ctrl+w to delete the previous word. (#582)
DeWitt Clinton
2025-05-23
Add additional readline-like keybindings. (#524)
DeWitt Clinton
2025-05-20
fix(cli): Handle VSCode Shift+Enter in text buffer
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-16
strip escape characters when pasting. (#386)
Jacob Richman
2025-05-16
Support auto wrapping of in the multiline editor. (#383)
Jacob Richman
2025-05-14
Add readline-like keybindings to the input prompts. (#354)
DeWitt Clinton
2025-05-13
Refactor TextBuffer to be a React hook (#340)
Jacob Richman
2025-05-13
Multiline editor (#302)
Jacob Richman