summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/shared
AgeCommit message (Expand)Author
2025-06-25fix: prepublish changes to package names (#1420)Brandon Keiji
2025-06-24Remove uses of the spread operator that appear to have caused a maximum call ...Jacob Richman
2025-06-23Polish Theme Dialog (#1356)Jacob Richman
2025-06-23Remove fallback to render normall rather than using custom MaxSizedBox layout...Jacob Richman
2025-06-22Jacob314/overflow notification and one MaxSizedBox bug fix (#1288)Jacob Richman
2025-06-20Turn off debug logging of MaxSizedBox errors by default. (#1228)Jacob Richman
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-11feat: External editor settings (#882)Leo
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-05Allow themes to theme the UI (#769)Miguel Solorio
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-15Update color styles for yes/no questions (#369)Miguel Solorio
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
2025-05-08UI Polish for theme selector (#294)Miguel Solorio
2025-05-01Save settings to ~/.gemini/settings.json and optionally /your/workspace/.gemi...Jacob Richman
2025-04-24Add a theme preview and update the theme when highlight changes. (#151)Jacob Richman
2025-04-22Refactor tool confirmation radio buttons to own component.Taylor Mullen