index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
cli
/
src
/
ui
/
utils
Age
Commit message (
Expand
)
Author
2025-06-14
bug: Fix code colorizer (#1046)
Leo
2025-06-13
Replace logo with custom ASCII (#958)
Miguel Solorio
2025-06-10
feat: Add UI for /stats slash command (#883)
Abhi
2025-06-07
feat(cli): improve API error parsing and display (#829)
Scott Densmore
2025-06-05
Allow themes to theme the UI (#769)
Miguel Solorio
2025-06-04
Update light themes (#726)
Miguel Solorio
2025-06-02
Color enhancements (#680)
Miguel Solorio
2025-06-01
more strict italics: delimiters cannot be preceded/followed by \w or [./\\]\S...
Olcan
2025-05-30
feat: add --show_memory_usage flag to display memory usage in status bar (#606)
Jacob Richman
2025-05-19
fix: Ensure user written `!` is treated opaquely if not in shell mode\n\n- Ad...
Taylor Mullen
2025-05-15
Refactor: Improve UI rendering and address code review comments
Taylor Mullen
2025-05-15
Addressed code review comments
Taylor Mullen
2025-05-15
Refactor: Replace MarkdownRenderer with MarkdownDisplay component
Taylor Mullen
2025-05-11
Remove terminal tool and dependencies.
Taylor Mullen
2025-05-09
fix: Resolve infinite loop
Taylor Mullen
2025-05-07
Fix bugs from useGeminiStream refactor (#284)
Tae Hyung Kim
2025-05-07
Refactor: Enhance @-command, Autocomplete, and Input Stability (#279)
Allen Hutchison
2025-05-06
Fix rendering & indentation of bullets (numeric and *).
Taylor Mullen
2025-05-06
Revert "Support syntax highlighting for more languages (#246)" (#264)
Jacob Richman
2025-05-04
Support syntax highlighting for more languages (#246)
Jacob Richman
2025-05-02
Cleanup low value comments. (#248)
Jacob Richman
2025-05-02
Add autocomplete for slash commands
Seth Troisi
2025-04-30
Added bang(!) commands as a shell passthrough
Seth Troisi
2025-04-29
Add @ command handling to useGeminiStream (#217)
Allen Hutchison
2025-04-29
Refactor useGeminiStream to pull slash commands and passthrough comma… (#215)
Allen Hutchison
2025-04-29
First four independent files for @ commands. (#205)
Allen Hutchison
2025-04-26
Follow up fixes from flickering PR.
Taylor Mullen
2025-04-26
feat: Fix flickering in iTerm + scrolling + performance issues.
Taylor Mullen
2025-04-22
Colorize code blocks.
Taylor Mullen
2025-04-20
Make model-generated code copyable (#70)
Juliette Love
2025-04-19
Give Gemini Code a face lift.
Taylor Mullen
2025-04-18
Add apache2 SPDX headers to all source files (#48)
Tyler
2025-04-18
Fix remaining tslint errors (YAY).
Taylor Mullen
2025-04-18
Manually fix hooks and utils linting errors (partial)
Taylor Mullen
2025-04-18
Iterm refactor (#33)
Allen Hutchison
2025-04-18
Initial auto-fixing of linting errors.
Taylor Mullen
2025-04-17
Run `npm run format`
Taylor Mullen
2025-04-17
Initial commit of Gemini Code CLI
Taylor Mullen