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
/
components
/
messages
Age
Commit message (
Expand
)
Author
2025-05-25
Reduce excessive diff separators in CLI. (#535)
DeWitt Clinton
2025-05-24
Code review comment fixes and some refactors. (#525)
Jacob Richman
2025-05-23
feat: Modify loading indicator to support a paused state (#506)
Jacob Richman
2025-05-23
feat: add emphasis to tool confirmations (#502)
Brandon Keiji
2025-05-22
fix: forward entire tool call confirmation object through useToolScheduler (#...
Brandon Keiji
2025-05-21
feat: useToolScheduler hook to manage parallel tool calls (#448)
Brandon Keiji
2025-05-20
feat: Improve diff rendering with gap indicators
Taylor Mullen
2025-05-18
feat(cli): Introduce toggleable shell mode with enhanced UI
Taylor Mullen
2025-05-16
fix: Ensure filename is available for diff rendering in write-file
Taylor Mullen
2025-05-15
Refactor: Improve UI rendering and address code review comments
Taylor Mullen
2025-05-15
Fix: Prevent UI tearing and improve display of long content
Taylor Mullen
2025-05-15
Refactor: Replace MarkdownRenderer with MarkdownDisplay component
Taylor Mullen
2025-05-15
UI improvements for suggestions & status (#373)
Miguel Solorio
2025-05-15
Update color styles for yes/no questions (#369)
Miguel Solorio
2025-05-15
refactor: remove unused props clearItems, openThemeDialog, onSubmit (#357)
Brandon Keiji
2025-05-09
Make cancel not explode.
Taylor Mullen
2025-05-08
UI Polish for theme selector (#294)
Miguel Solorio
2025-05-06
Prevent UI hang on long tool confirmations.
Taylor Mullen
2025-05-02
Cleanup low value comments. (#248)
Jacob Richman
2025-04-27
feat(cli): Improve new file diff rendering with syntax highlighting
Taylor Mullen
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-25
drop todo about qualified writes, turns out others don't do it either so nbd ...
Olcan
2025-04-25
more consistent confirmations, TODO to improve write confirmations, drop "des...
Olcan
2025-04-22
Refactor tool confirmation radio buttons to own component.
Taylor Mullen
2025-04-22
Update confirmation dialog UI
Taylor Mullen
2025-04-22
Update UI of tool messages
Taylor Mullen
2025-04-21
Remove duplicate CLI tools module, remove the global tool registry (#89)
Jaana Dogan
2025-04-21
Fix confirmations.
Taylor Mullen
2025-04-21
Fix Gemini Code's (GC) smarts.
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-19
Starting to modularize into separate cli / server packages. (#55)
Evan Senter
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
Run `npm run format`
Taylor Mullen
2025-04-18
Initial auto-fixing of linting errors.
Taylor Mullen
2025-04-17
Run `npm run format`
Taylor Mullen
2025-04-17
Fix build break (tool -> tools).
Taylor Mullen
2025-04-17
Improve readability issues
Jaana Dogan
2025-04-17
Initial commit of Gemini Code CLI
Taylor Mullen