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
/
ToolMessage.tsx
Age
Commit message (
Expand
)
Author
2025-08-16
Revert "Update semantic color tokens" (#6365)
Jacob Richman
2025-08-15
Update semantic color tokens (#6253)
Miguel Solorio
2025-06-26
chore: fix typos in comment-out (#1540)
Noritaka Kobayashi
2025-06-24
Truncate all strings before displaying in a tool messages to avoid stack over...
Jacob Richman
2025-06-24
Do not render mcp responses as markdown (#1388)
Sandy Tao
2025-06-19
Fix flicker issues by ensuring all actively changing content fits in the view...
Jacob Richman
2025-06-08
enforce minimum lines shown/hidden (#860)
Olcan
2025-06-05
Allow themes to theme the UI (#769)
Miguel Solorio
2025-05-30
disable markdown rendering of shell tool output (#625)
Olcan
2025-05-30
truncate (hide) tool output at the top, add some spacing, also fix shell outp...
Olcan
2025-05-28
Refactor: Add GeminiRespondingSpinner to make use of streamingState idiomatic...
Jacob Richman
2025-05-25
Change tool call spinner to be different.
Taylor Mullen
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-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
Update color styles for yes/no questions (#369)
Miguel Solorio
2025-05-06
Prevent UI hang on long tool confirmations.
Taylor Mullen
2025-04-26
feat: Fix flickering in iTerm + scrolling + performance issues.
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-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-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