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.test.ts
Age
Commit message (
Collapse
)
Author
2025-06-27
Handle stdin for prompts using readline for escape character parsing (#1972)
Billy Biggs
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-07
Auto insert @ when dragging and dropping files. (#812)
Jacob Richman
2025-06-02
Fix bug pasting multiline strings (#632)
Jacob Richman
2025-05-20
fix(cli): Handle VSCode Shift+Enter in text buffer
Taylor Mullen
- The text buffer now correctly interprets `\\\r` (produced by Shift+Enter in the VSCode terminal) as a newline character. - Added a corresponding test case to `text-buffer.test.ts`. Fixes https://buganizer.corp.google.com/issues/418505364
2025-05-20
Merge InputPrompt and multiline-editor and move autocomplete logic directly ↵
Jacob Richman
into InputPrompt (#453)
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