summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/InputPrompt.tsx
AgeCommit message (Expand)Author
2025-06-15Support completion of checkpoint names in /resume (#1063)Billy Biggs
2025-06-13feat(cli): support ctrl+d to exit (#878)Daniel Lee
2025-06-07Auto insert @ when dragging and dropping files. (#812)Jacob Richman
2025-06-07refactor: rename gemini-code to gemini-cli (#822)cperry-goog
2025-06-06feat(ui): add cursor to empty input prompt (#800)Jacob Richman
2025-06-05Allow themes to theme the UI (#769)Miguel Solorio
2025-06-03Fix several bugs in prompt history (#734)Marat Boshernitsan
2025-06-04Ignore folders files (#651)Keith Ballinger
2025-05-30Rename server->core (#638)Tommaso Sciortino
2025-05-30fix(cli): Clear input buffer before onSubmit in InputPrompt (#633)Allen Hutchison
2025-05-23Fix bug updating the cursor after navigating history. (#507)Jacob Richman
2025-05-21restore placeholder change likely dropped in a merge (#464)Olcan
2025-05-20feat: Allow Esc to exit shell modeTaylor 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-19ui tweaks (#442)Olcan
2025-05-18feat(cli): Introduce toggleable shell mode with enhanced UITaylor Mullen
2025-05-14Add readline-like keybindings to the input prompts. (#354)DeWitt Clinton
2025-05-14Improvements to suggestions & slash commands (#344)Miguel Solorio
2025-05-13First step refactoring InputPrompt (#335)Jacob Richman
2025-05-13Use `Enter` on slash commands to execute (#334)Miguel Solorio
2025-05-13Multiline editor (#302)Jacob Richman
2025-05-07Refactor: Enhance @-command, Autocomplete, and Input Stability (#279)Allen Hutchison
2025-05-02Cleanup low value comments. (#248)Jacob Richman
2025-05-02Add autocomplete for slash commandsSeth Troisi
2025-05-01Support escaping spaces in file paths. (#241)Jacob Richman
2025-04-30Add @ command suggestions in the UI. (#219)Allen Hutchison
2025-04-26Follow up fixes from flickering PR.Taylor Mullen
2025-04-26feat: Fix flickering in iTerm + scrolling + performance issues.Taylor Mullen
2025-04-19Give Gemini Code a face lift.Taylor Mullen
2025-04-19Starting to modularize into separate cli / server packages. (#55)Evan Senter
2025-04-19Adding in a history buffer (#38)Evan Senter
2025-04-18Add apache2 SPDX headers to all source files (#48)Tyler
2025-04-18Fix remaining tslint errors (YAY).Taylor Mullen
2025-04-18Run `npm run format`Taylor Mullen
2025-04-18Introduce a config module to manage configuration (#22)Jaana Dogan
2025-04-18Revert "Including a test harness for it, and making sure the cursor is always...Evan Senter
2025-04-18Including a test harness for it, and making sure the cursor is always at the ...Evan Senter
2025-04-18Initial auto-fixing of linting errors.Taylor Mullen
2025-04-18Adding a new parameter for model, and updating the default to 2.5 Flash. (#18)Evan Senter
2025-04-17Run `npm run format`Taylor Mullen
2025-04-17Initial commit of Gemini Code CLITaylor Mullen