summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/shared/text-buffer.ts
AgeCommit message (Expand)Author
2025-06-02Fix bug pasting multiline strings (#632)Jacob Richman
2025-05-28Add a keybinding for ctrl+w to delete the previous word. (#582)DeWitt Clinton
2025-05-23Add additional readline-like keybindings. (#524)DeWitt Clinton
2025-05-20fix(cli): Handle VSCode Shift+Enter in text bufferTaylor Mullen
2025-05-20Merge InputPrompt and multiline-editor and move autocomplete logic directly i...Jacob Richman
2025-05-20Implement additional readline-like keybindings, including alt-left arrow and ...DeWitt Clinton
2025-05-16strip escape characters when pasting. (#386)Jacob Richman
2025-05-16Support auto wrapping of in the multiline editor. (#383)Jacob Richman
2025-05-14Add readline-like keybindings to the input prompts. (#354)DeWitt Clinton
2025-05-13Refactor TextBuffer to be a React hook (#340)Jacob Richman
2025-05-13Multiline editor (#302)Jacob Richman