gemini-cli/packages/cli/src/ui/components
Arya Gummadi 8f8082fe3d
feat: add file change tracking to session metrics (#6094)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-08-19 05:57:53 +00:00
..
__snapshots__ feat: add file change tracking to session metrics (#6094) 2025-08-19 05:57:53 +00:00
messages Fix URL truncation in CLI display components #5902 (#5925) 2025-08-18 05:26:34 +00:00
shared chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
AboutBox.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
AsciiArt.ts feat(ui): Improve UI layout adaptation for narrow terminals (#5651) 2025-08-07 22:55:53 +00:00
AuthDialog.test.tsx chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
AuthDialog.tsx chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
AuthInProgress.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
AutoAcceptIndicator.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
ConsoleSummaryDisplay.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
ContextSummaryDisplay.test.tsx Update IDE integration context toggle shortcut to ctrl+G (#6245) 2025-08-14 17:50:20 +00:00
ContextSummaryDisplay.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
ContextUsageDisplay.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
DebugProfiler.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
DetailedMessagesDisplay.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
EditorSettingsDialog.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
FolderTrustDialog.test.tsx fix(input) Resolve cases where escape was broken (#6304) 2025-08-15 17:54:00 +00:00
FolderTrustDialog.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
Footer.test.tsx feat: Show untrusted status in the Footer (#6210) 2025-08-14 18:15:48 +00:00
Footer.tsx chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
GeminiRespondingSpinner.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
Header.test.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
Header.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
Help.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
HistoryItemDisplay.test.tsx feat(about): Add the IDE Client's display name to /about (#6311) 2025-08-15 16:32:15 +00:00
HistoryItemDisplay.tsx feat(about): Add the IDE Client's display name to /about (#6311) 2025-08-15 16:32:15 +00:00
InputPrompt.test.tsx fix(input) Resolve cases where escape was broken (#6304) 2025-08-15 17:54:00 +00:00
InputPrompt.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
LoadingIndicator.test.tsx feat(ui): Improve UI layout adaptation for narrow terminals (#5651) 2025-08-07 22:55:53 +00:00
LoadingIndicator.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
MemoryUsageDisplay.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
ModelStatsDisplay.test.tsx fix(testing): make ModelStatsDisplay snapshot test deterministic (#5236) 2025-07-30 22:09:32 +00:00
ModelStatsDisplay.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
PrepareLabel.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
SessionSummaryDisplay.test.tsx feat: add file change tracking to session metrics (#6094) 2025-08-19 05:57:53 +00:00
SessionSummaryDisplay.tsx refactor(ui): revamp exit stats display (#2771) 2025-07-01 00:28:49 +00:00
SettingsDialog.test.tsx feat(settings): enhance settings management with generic setter and display hel… (#6202) 2025-08-19 02:28:45 +00:00
SettingsDialog.tsx feat(settings): enhance settings management with generic setter and display hel… (#6202) 2025-08-19 02:28:45 +00:00
ShellConfirmationDialog.test.tsx fix(input) Resolve cases where escape was broken (#6304) 2025-08-15 17:54:00 +00:00
ShellConfirmationDialog.tsx Fix URL truncation in CLI display components #5902 (#5925) 2025-08-18 05:26:34 +00:00
ShellModeIndicator.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
ShowMoreLines.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
StatsDisplay.test.tsx feat: add file change tracking to session metrics (#6094) 2025-08-19 05:57:53 +00:00
StatsDisplay.tsx feat: add file change tracking to session metrics (#6094) 2025-08-19 05:57:53 +00:00
SuggestionsDisplay.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
ThemeDialog.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
Tips.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
ToolStatsDisplay.test.tsx Adding TurnId to Tool call and API responses and error logs. (#3039) 2025-07-09 18:49:30 +00:00
ToolStatsDisplay.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
UpdateNotification.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00