summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/shared/text-buffer.ts
AgeCommit message (Expand)Author
2025-08-21feat(settings) support editing string settings. (#6732)Jacob Richman
2025-08-19fix(paste) incorrect handling of \\\n in pastes (#6532)Jacob Richman
2025-08-14Fix/emoji support (#6187)Jacob Richman
2025-08-11Fix line end bugs in Vim mode (#5328)Sijie Wang
2025-07-31fix(ux) bug in replaceRange dealing with newLines that was breaking vim supp...Jacob Richman
2025-07-25Vim mode (#3936)Sijie Wang
2025-07-25Fix bugs breaking drag and drop of files. (#4887)Jacob Richman
2025-07-17Fix ANSI escape crash in text buffer (#3987) (#3999)Ali
2025-07-05Fix #2922: Prevent @ concatenation to valid paths in shellmode. (#2932)Daniel Sibaja
2025-07-04Refactor text-buffer to use reducer (#2652)Sandy Tao
2025-07-01Fix characters being dropped in text-buffer (#2504)Billy Biggs
2025-06-27Handle stdin for prompts using readline for escape character parsing (#1972)Billy Biggs
2025-06-25fix: prepublish changes to package names (#1420)Brandon Keiji
2025-06-19Fix flicker issues by ensuring all actively changing content fits in the view...Jacob Richman
2025-06-16Fix bug where single line inserts were deleting all text after the in… (#1114)Jacob Richman
2025-06-16feat: text-buffer: input sanitization and delete character handling. (#1031)Jacob Richman
2025-06-08feat: Add flow to allow modifying edits during edit tool call (#808)Leo
2025-06-08fix: Rename missing occurence of gemini-code (#824)Tolik Malibroda
2025-06-07Auto insert @ when dragging and dropping files. (#812)Jacob Richman
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