summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Expand)Author
2025-05-15Fix(write-file): Ensure correct validation method is called in WriteFileToolTaylor Mullen
2025-05-15refactor: shorten static history section code (#370)Brandon Keiji
2025-05-15Update color styles for yes/no questions (#369)Miguel Solorio
2025-05-15rename full_context as all_files (#366)Olcan
2025-05-15refined cli (#365)Olcan
2025-05-15move sandbox-related messages to stderr (#363)Olcan
2025-05-15refactor: remove unused props clearItems, openThemeDialog, onSubmit (#357)Brandon Keiji
2025-05-15Have /clear also clear the console.Seth Troisi
2025-05-14Run console.clear() in handleClearScreen when invoked by Ctrl-L. (#356)DeWitt Clinton
2025-05-14Update Gemini Code verbiage -> Gemini CLITaylor Mullen
2025-05-14Add readline-like keybindings to the input prompts. (#354)DeWitt Clinton
2025-05-14Improve read-many-files display messageSeth Troisi
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-14refactor: break submitQuery into smaller functions (#350)Brandon Keiji
2025-05-14This commit introduces the hierarchical memory feature, allowing GEMI… (#327)Allen Hutchison
2025-05-14improve sandboxing status message, update README, remove dead code from a pre...Olcan
2025-05-13Refactor TextBuffer to be a React hook (#340)Jacob Richman
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-13Prevent flickering on confirmation decline.Taylor Mullen
2025-05-13First step refactoring InputPrompt (#335)Jacob Richman
2025-05-13Use `Enter` on slash commands to execute (#334)Miguel Solorio
2025-05-13fall back to ~/.env if .env is not found in current directory or any ancestor...Olcan
2025-05-13fix(sandbox): default to current user profile for debian/ubuntu env (#337)Brandon Keiji
2025-05-13mention `git diff --staged` for partial commits (#336)Olcan
2025-05-13fix: remove gemini-code bin configuration (#330)Brandon Keiji
2025-05-13use git diff HEAD instead of git diff && git diff --staged (#333)Olcan
2025-05-13Multiline editor (#302)Jacob Richman
2025-05-13refactor: shorten 'gemini' binary name (#329)Brandon Keiji
2025-05-13Allow users to cancel out of theme selector (#310)Miguel Solorio
2025-05-12Encourage utilization of `git diff --staged` for commit message writing.Taylor Mullen
2025-05-12feat: Enhance `replace` tool reliability with multi-stage edit correctionTaylor Mullen
2025-05-12ensure no 'undefined' in system prompt (#322)Olcan
2025-05-12system prompt for working with git (#321)Olcan
2025-05-12When an error occurs stop processing.Taylor Mullen
2025-05-11feat: Add User-Agent to API requestsTaylor Mullen
2025-05-11feat: Integrate centralized error reporting for API interactionsTaylor Mullen
2025-05-11Workaround model bug where it returns invalid history items.Taylor Mullen
2025-05-11Remove terminal tool and dependencies.Taylor Mullen
2025-05-10Log server information on error.Taylor Mullen
2025-05-10Don't prematurely end convo w/ Gemini.Taylor Mullen
2025-05-10Show model decline/cancellation states.Taylor Mullen
2025-05-10Enable tools to cancel active execution.Taylor Mullen
2025-05-09Make cancel not explode.Taylor Mullen
2025-05-09fix: Resolve infinite loopTaylor Mullen
2025-05-09fix for b/414940078 (#306)Allen Hutchison
2025-05-09feat: Update default Gemini model to gemini-2.5-pro-preview-05-06Taylor Mullen
2025-05-09sandbox/seatbelt-aware system prompt, support for custom seatbelt profiles un...Olcan