summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/App.tsx
AgeCommit message (Expand)Author
2025-05-16feat: Patch console.debug and display only in debug modeTaylor Mullen
2025-05-15Refactor: Improve UI rendering and address code review commentsTaylor Mullen
2025-05-15Fix: Prevent UI tearing and improve display of long contentTaylor Mullen
2025-05-15UI improvements for suggestions & status (#373)Miguel Solorio
2025-05-15refactor: shorten static history section code (#370)Brandon Keiji
2025-05-15refactor: remove unused props clearItems, openThemeDialog, onSubmit (#357)Brandon Keiji
2025-05-14Run console.clear() in handleClearScreen when invoked by Ctrl-L. (#356)DeWitt Clinton
2025-05-14Add readline-like keybindings to the input prompts. (#354)DeWitt Clinton
2025-05-14Refactor: Move GEMINI.md file count to Footer (#351)Allen Hutchison
2025-05-14Improvements to suggestions & slash commands (#344)Miguel Solorio
2025-05-14Add UI memory indicator. (#348)Allen Hutchison
2025-05-14This commit introduces the hierarchical memory feature, allowing GEMI… (#327)Allen Hutchison
2025-05-13fix: pass startup warnings to app as prop (#342)Brandon Keiji
2025-05-13refactor: move nested debugmessage and slashcommand hooks outside of useGemin...Brandon Keiji
2025-05-13First step refactoring InputPrompt (#335)Jacob Richman
2025-05-13Multiline editor (#302)Jacob Richman
2025-05-13Allow users to cancel out of theme selector (#310)Miguel Solorio
2025-05-08Fix: Prevent CLI from crashing when a configured theme is not foundAmir Hardon
2025-05-07Fix flicker in iterm2 (#266)Tae Hyung Kim
2025-05-07Refactor: Enhance @-command, Autocomplete, and Input Stability (#279)Allen Hutchison
2025-05-06refactor(cli): Centralize history management via useHistoryManager hook (#261)Allen Hutchison
2025-05-06fix: use flat config for react eslint plugin (#265)Brandon Keiji
2025-05-05Move Intro to Help and only display after help command.Seth Troisi
2025-05-05Have /clear clear <Static> content by remounting (#250)Seth Troisi
2025-05-02Add autocomplete for slash commandsSeth Troisi
2025-05-01Save settings to ~/.gemini/settings.json and optionally /your/workspace/.gemi...Jacob Richman
2025-04-30Moved theme to slashCommandSeth Troisi
2025-04-30Add @ command suggestions in the UI. (#219)Allen Hutchison
2025-04-29Add Intro text with list of /commandsSeth Troisi
2025-04-29Add intro with some abilities and commandsSeth Troisi
2025-04-27Allow tool groups + following content to be updateable.Taylor Mullen
2025-04-26feat: Fix flickering in iTerm + scrolling + performance issues.Taylor Mullen
2025-04-25fix: remove extra initError (#173)Brandon Keiji
2025-04-24Add a theme preview and update the theme when highlight changes. (#151)Jacob Richman
2025-04-23feat: add CLI version number to footer (#134)Brandon Keiji
2025-04-22Add theming support.Taylor Mullen
2025-04-22Initiate the GeminiClient with a configJaana Dogan
2025-04-21env var to set default model, display model on lower right (#110)Olcan
2025-04-21Piped input (#104)Allen Hutchison
2025-04-21Remove gemini-stream.ts (#84)Jaana Dogan
2025-04-21Fix confirmations.Taylor Mullen
2025-04-20Make model-generated code copyable (#70)Juliette Love
2025-04-20Adds shell command allowlist (#68)Juliette Love
2025-04-20Simple debug mode for CLI side (#66)Juliette Love
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-19Fix the double warning for iterm. (#51)Allen Hutchison
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