| .. |
|
__snapshots__
|
feat: implement /rewind command (#15720)
|
2026-01-22 15:26:52 +00:00 |
|
messages
|
feat(cli): consolidate shell inactivity and redirection monitoring (#17086)
|
2026-01-21 22:31:24 +00:00 |
|
shared
|
feat: implement /rewind command (#15720)
|
2026-01-22 15:26:52 +00:00 |
|
views
|
chore(ui): optimize AgentsStatus layout with dense list style and group separation (#16545)
|
2026-01-13 21:35:31 +00:00 |
|
AboutBox.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
AboutBox.tsx
|
Add User email detail to about box (#13459)
|
2025-11-20 03:46:21 +00:00 |
|
AdminSettingsChangedDialog.test.tsx
|
feat(admin): implement admin controls polling and restart prompt (#16627)
|
2026-01-16 20:24:53 +00:00 |
|
AdminSettingsChangedDialog.tsx
|
feat(admin): implement admin controls polling and restart prompt (#16627)
|
2026-01-16 20:24:53 +00:00 |
|
AlternateBufferQuittingDisplay.test.tsx
|
refactor(cli): decouple UI from live tool execution via ToolActionsContext (#17183)
|
2026-01-21 21:16:30 +00:00 |
|
AlternateBufferQuittingDisplay.tsx
|
Support ink scrolling final pr (#12567)
|
2025-11-11 15:50:11 +00:00 |
|
AnsiOutput.test.tsx
|
Improve code coverage for cli package (#13724)
|
2025-11-24 17:41:46 +00:00 |
|
AnsiOutput.tsx
|
fix(shell): cursor visibility when using interactive mode (#14095)
|
2025-12-04 16:58:03 +00:00 |
|
AppHeader.test.tsx
|
feat: Show snowfall animation for holiday theme (#15494)
|
2025-12-26 16:07:39 +00:00 |
|
AppHeader.tsx
|
Make merged settings non-nullable and fix all lints related to that. (#16647)
|
2026-01-15 17:26:10 +00:00 |
|
ApprovalModeIndicator.test.tsx
|
feat(plan): Extend Shift+Tab Mode Cycling to include Plan Mode (#17177)
|
2026-01-21 15:19:47 +00:00 |
|
ApprovalModeIndicator.tsx
|
feat(plan): Extend Shift+Tab Mode Cycling to include Plan Mode (#17177)
|
2026-01-21 15:19:47 +00:00 |
|
AsciiArt.ts
|
feat: normalize verticality (#12991)
|
2025-11-13 08:20:14 +00:00 |
|
Banner.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
Banner.tsx
|
Update banner design (#13420)
|
2025-11-20 16:52:15 +00:00 |
|
CliSpinner.test.tsx
|
Improve tracking of animated components. (#12618)
|
2025-11-06 00:20:04 +00:00 |
|
CliSpinner.tsx
|
Improve tracking of animated components. (#12618)
|
2025-11-06 00:20:04 +00:00 |
|
Composer.test.tsx
|
feat(plan): Extend Shift+Tab Mode Cycling to include Plan Mode (#17177)
|
2026-01-21 15:19:47 +00:00 |
|
Composer.tsx
|
feat(plan): Extend Shift+Tab Mode Cycling to include Plan Mode (#17177)
|
2026-01-21 15:19:47 +00:00 |
|
ConfigInitDisplay.test.tsx
|
feat(ui): Show waiting MCP servers in ConfigInitDisplay (#13721)
|
2025-11-27 00:26:44 +00:00 |
|
ConfigInitDisplay.tsx
|
feat(ui): Show waiting MCP servers in ConfigInitDisplay (#13721)
|
2025-11-27 00:26:44 +00:00 |
|
ConsentPrompt.test.tsx
|
Fix tests to wrap all calls changing the UI with act. (#12268)
|
2025-10-30 18:50:26 +00:00 |
|
ConsentPrompt.tsx
|
Extension update confirm dialog (#10183)
|
2025-09-29 21:19:19 +00:00 |
|
ConsoleSummaryDisplay.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
ConsoleSummaryDisplay.tsx
|
Change debug drawer keybinding to F12 (#12171)
|
2025-10-28 19:10:40 +00:00 |
|
ContextSummaryDisplay.test.tsx
|
feat(ui): add visual indicators for hook execution (#15408)
|
2026-01-06 20:52:12 +00:00 |
|
ContextSummaryDisplay.tsx
|
Agent Skills: Status Bar Integration for Skill Counts (#15741)
|
2026-01-02 23:01:31 +00:00 |
|
ContextUsageDisplay.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
ContextUsageDisplay.tsx
|
Re-land bbiggs changes to reduce margin on narrow screens with fixes + full width setting (#10522)
|
2025-10-10 02:27:20 +00:00 |
|
CopyModeWarning.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
CopyModeWarning.tsx
|
Support ink scrolling final pr (#12567)
|
2025-11-11 15:50:11 +00:00 |
|
DebugProfiler.test.tsx
|
Avoid spurious warnings about unexpected renders triggered by appEvents and coreEvents. (#17160)
|
2026-01-21 00:46:10 +00:00 |
|
DebugProfiler.tsx
|
Avoid spurious warnings about unexpected renders triggered by appEvents and coreEvents. (#17160)
|
2026-01-21 00:46:10 +00:00 |
|
DetailedMessagesDisplay.test.tsx
|
Fix emoji width in debug console. (#14593)
|
2025-12-05 20:58:54 +00:00 |
|
DetailedMessagesDisplay.tsx
|
Fix emoji width in debug console. (#14593)
|
2025-12-05 20:58:54 +00:00 |
|
DialogManager.test.tsx
|
refactor(cli): unify shell confirmation dialogs (#16828)
|
2026-01-16 23:06:52 +00:00 |
|
DialogManager.tsx
|
Add interactive ValidationDialog for handling 403 VALIDATION_REQUIRED errors. (#16231)
|
2026-01-21 00:23:01 +00:00 |
|
EditorSettingsDialog.test.tsx
|
Migrate console to coreEvents.emitFeedback or debugLogger (#15219)
|
2025-12-29 20:46:10 +00:00 |
|
EditorSettingsDialog.tsx
|
Make merged settings non-nullable and fix all lints related to that. (#16647)
|
2026-01-15 17:26:10 +00:00 |
|
ExitWarning.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
ExitWarning.tsx
|
Reapply "feat(accessibility): implement centralized screen reader layout (#9263)
|
2025-09-27 01:27:00 +00:00 |
|
FolderTrustDialog.test.tsx
|
fix: default folder trust to untrusted for enhanced security (#15943)
|
2026-01-06 18:09:09 +00:00 |
|
FolderTrustDialog.tsx
|
fix: default folder trust to untrusted for enhanced security (#15943)
|
2026-01-06 18:09:09 +00:00 |
|
Footer.test.tsx
|
fix(core,cli): enable recursive directory access for (#17094)
|
2026-01-21 17:58:23 +00:00 |
|
Footer.tsx
|
Make merged settings non-nullable and fix all lints related to that. (#16647)
|
2026-01-15 17:26:10 +00:00 |
|
GeminiRespondingSpinner.test.tsx
|
Fix tests (#14458)
|
2025-12-03 19:07:23 +00:00 |
|
GeminiRespondingSpinner.tsx
|
Enhance debug profiler to track tree framerate and dispatch errors (#10502)
|
2025-10-07 17:28:35 +00:00 |
|
GradientRegression.test.tsx
|
Update banner design (#13420)
|
2025-11-20 16:52:15 +00:00 |
|
Header.test.tsx
|
feat: Show snowfall animation for holiday theme (#15494)
|
2025-12-26 16:07:39 +00:00 |
|
Header.tsx
|
feat: Show snowfall animation for holiday theme (#15494)
|
2025-12-26 16:07:39 +00:00 |
|
Help.test.tsx
|
bug(ui) make it clear when users need to enter selection mode and fix clear issue. (#13083)
|
2025-11-14 20:02:15 +00:00 |
|
Help.tsx
|
feat(cli): replace relative keyboard shortcuts link with web URL (#16479)
|
2026-01-17 13:54:36 +00:00 |
|
HistoryItemDisplay.test.tsx
|
prefactor: add rootCommands as array so it can be used for policy parsing (#16640)
|
2026-01-14 18:50:28 +00:00 |
|
HistoryItemDisplay.tsx
|
feat(cli): add /agents slash command to list available agents (#16182)
|
2026-01-08 21:02:44 +00:00 |
|
HookStatusDisplay.test.tsx
|
feat(ui): add visual indicators for hook execution (#15408)
|
2026-01-06 20:52:12 +00:00 |
|
HookStatusDisplay.tsx
|
feat(ui): add visual indicators for hook execution (#15408)
|
2026-01-06 20:52:12 +00:00 |
|
IdeTrustChangeDialog.test.tsx
|
Migrate console to coreEvents.emitFeedback or debugLogger (#15219)
|
2025-12-29 20:46:10 +00:00 |
|
IdeTrustChangeDialog.tsx
|
Migrate console to coreEvents.emitFeedback or debugLogger (#15219)
|
2025-12-29 20:46:10 +00:00 |
|
InputPrompt.test.tsx
|
feat: implement /rewind command (#15720)
|
2026-01-22 15:26:52 +00:00 |
|
InputPrompt.tsx
|
feat: implement /rewind command (#15720)
|
2026-01-22 15:26:52 +00:00 |
|
LoadingIndicator.test.tsx
|
Fixes for Ink 6.4.0 (#12352)
|
2025-10-31 14:43:12 +00:00 |
|
LoadingIndicator.tsx
|
feat: custom loading phrase when interactive shell requires input (#12535)
|
2025-11-21 17:19:34 +00:00 |
|
LogoutConfirmationDialog.test.tsx
|
feat(cli): Add /auth logout command to clear credentials and auth state (#13383)
|
2025-12-17 17:07:13 +00:00 |
|
LogoutConfirmationDialog.tsx
|
feat(cli): Add /auth logout command to clear credentials and auth state (#13383)
|
2025-12-17 17:07:13 +00:00 |
|
LoopDetectionConfirmation.test.tsx
|
Fixes for Ink 6.4.0 (#12352)
|
2025-10-31 14:43:12 +00:00 |
|
LoopDetectionConfirmation.tsx
|
Fixes for Ink 6.4.0 (#12352)
|
2025-10-31 14:43:12 +00:00 |
|
MainContent.test.tsx
|
Modernize MaxSizedBox to use <Box maxHeight> and ResizeObservers (#16565)
|
2026-01-14 04:22:10 +00:00 |
|
MainContent.tsx
|
Modernize MaxSizedBox to use <Box maxHeight> and ResizeObservers (#16565)
|
2026-01-14 04:22:10 +00:00 |
|
MemoryUsageDisplay.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
MemoryUsageDisplay.tsx
|
feat(ui): Semantic tokens refactor (#8087)
|
2025-09-10 17:57:07 +00:00 |
|
ModelDialog.test.tsx
|
Opt-in to persist model from /model (#15820)
|
2026-01-05 20:31:13 +00:00 |
|
ModelDialog.tsx
|
feat(ui): highlight persist mode status in ModelDialog (#16483)
|
2026-01-14 01:52:42 +00:00 |
|
ModelStatsDisplay.test.tsx
|
Change detailed model stats to use a new shared Table class to resolve robustness issues. (#15208)
|
2025-12-18 02:01:37 +00:00 |
|
ModelStatsDisplay.tsx
|
Change detailed model stats to use a new shared Table class to resolve robustness issues. (#15208)
|
2025-12-18 02:01:37 +00:00 |
|
MultiFolderTrustDialog.test.tsx
|
Support command/ctrl/alt backspace correctly (#17175)
|
2026-01-21 18:13:26 +00:00 |
|
MultiFolderTrustDialog.tsx
|
refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471)
|
2026-01-13 19:15:04 +00:00 |
|
Notifications.test.tsx
|
Introduce GEMINI_CLI_HOME for strict test isolation (#15907)
|
2026-01-07 04:09:39 +00:00 |
|
Notifications.tsx
|
Introduce GEMINI_CLI_HOME for strict test isolation (#15907)
|
2026-01-07 04:09:39 +00:00 |
|
PermissionsModifyTrustDialog.test.tsx
|
fix(cli): Exit CLI when trust save unsuccessful during launch (#11968)
|
2025-11-14 19:56:39 +00:00 |
|
PermissionsModifyTrustDialog.tsx
|
Disallow floating promises. (#14605)
|
2025-12-06 00:12:49 +00:00 |
|
ProQuotaDialog.test.tsx
|
Add upgrade option for paid users (#15978)
|
2026-01-08 02:01:40 +00:00 |
|
ProQuotaDialog.tsx
|
Add upgrade option for paid users (#15978)
|
2026-01-08 02:01:40 +00:00 |
|
QueuedMessageDisplay.test.tsx
|
Fix tests to wrap all calls changing the UI with act. (#12268)
|
2025-10-30 18:50:26 +00:00 |
|
QueuedMessageDisplay.tsx
|
feat: allow editing queued messages with up arrow key (#10392)
|
2025-10-17 00:04:13 +00:00 |
|
QuittingDisplay.test.tsx
|
Disallow redundant typecasts. (#15030)
|
2025-12-13 01:43:43 +00:00 |
|
QuittingDisplay.tsx
|
feat(ui): Introduce useUI Hook and UIContext (#5488)
|
2025-09-06 05:39:02 +00:00 |
|
RawMarkdownIndicator.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
RawMarkdownIndicator.tsx
|
feat: Add markdown toggle (alt+m) to switch between rendered and raw… (#10383)
|
2025-10-16 18:23:36 +00:00 |
|
RewindConfirmation.test.tsx
|
feat: add Rewind Confirmation dialog and Rewind Viewer component (#15717)
|
2026-01-14 15:22:21 +00:00 |
|
RewindConfirmation.tsx
|
feat: add Rewind Confirmation dialog and Rewind Viewer component (#15717)
|
2026-01-14 15:22:21 +00:00 |
|
RewindViewer.test.tsx
|
feat: implement /rewind command (#15720)
|
2026-01-22 15:26:52 +00:00 |
|
RewindViewer.tsx
|
feat: implement /rewind command (#15720)
|
2026-01-22 15:26:52 +00:00 |
|
SessionBrowser.test.tsx
|
Support command/ctrl/alt backspace correctly (#17175)
|
2026-01-21 18:13:26 +00:00 |
|
SessionBrowser.tsx
|
Support command/ctrl/alt backspace correctly (#17175)
|
2026-01-21 18:13:26 +00:00 |
|
SessionSummaryDisplay.test.tsx
|
Show raw input token counts in json output. (#15021)
|
2025-12-16 02:47:39 +00:00 |
|
SessionSummaryDisplay.tsx
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +00:00 |
|
SettingsDialog.test.tsx
|
feat(settings): rename negative settings to positive naming (disable* -> enable*) (#14142)
|
2026-01-16 22:33:49 +00:00 |
|
SettingsDialog.tsx
|
fix: Show experiment values in settings UI for compressionThreshold (#16267)
|
2026-01-17 03:18:34 +00:00 |
|
ShellInputPrompt.test.tsx
|
Support command/ctrl/alt backspace correctly (#17175)
|
2026-01-21 18:13:26 +00:00 |
|
ShellInputPrompt.tsx
|
feat(shell): enable interactive commands with virtual terminal (#6694)
|
2025-09-11 20:27:27 +00:00 |
|
ShellModeIndicator.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
ShellModeIndicator.tsx
|
feat(ui): make accept edits & yolo mode match shell mode styles (#8200)
|
2025-09-11 17:34:29 +00:00 |
|
ShowMoreLines.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
ShowMoreLines.tsx
|
feat(ui): Semantic tokens refactor (#8087)
|
2025-09-10 17:57:07 +00:00 |
|
StatsDisplay.test.tsx
|
Show raw input token counts in json output. (#15021)
|
2025-12-16 02:47:39 +00:00 |
|
StatsDisplay.tsx
|
Show raw input token counts in json output. (#15021)
|
2025-12-16 02:47:39 +00:00 |
|
StatusDisplay.test.tsx
|
Add Esc-Esc to clear prompt when it's not empty (#17131)
|
2026-01-21 00:32:26 +00:00 |
|
StatusDisplay.tsx
|
Add Esc-Esc to clear prompt when it's not empty (#17131)
|
2026-01-21 00:32:26 +00:00 |
|
StickyHeader.test.tsx
|
Sticky headers where the top rounded border is sticky. (#12971)
|
2025-11-13 01:01:16 +00:00 |
|
StickyHeader.tsx
|
fix(ui): resolve sticky header regression in tool messages (#16514)
|
2026-01-13 22:17:05 +00:00 |
|
SuggestionsDisplay.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
SuggestionsDisplay.tsx
|
feat: implement /rewind command (#15720)
|
2026-01-22 15:26:52 +00:00 |
|
Table.test.tsx
|
Change detailed model stats to use a new shared Table class to resolve robustness issues. (#15208)
|
2025-12-18 02:01:37 +00:00 |
|
Table.tsx
|
Change detailed model stats to use a new shared Table class to resolve robustness issues. (#15208)
|
2025-12-18 02:01:37 +00:00 |
|
ThemedGradient.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
ThemedGradient.tsx
|
[cli-ui] Keep header ASCII art colored on non-gradient terminals (#13373) (#13374)
|
2025-11-19 22:04:58 +00:00 |
|
ThemeDialog.test.tsx
|
refactor(config): remove legacy V1 settings migration logic (#16252)
|
2026-01-09 22:34:23 +00:00 |
|
ThemeDialog.tsx
|
Make merged settings non-nullable and fix all lints related to that. (#16647)
|
2026-01-15 17:26:10 +00:00 |
|
Tips.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
Tips.tsx
|
feat(ui): Semantic tokens refactor (#8087)
|
2025-09-10 17:57:07 +00:00 |
|
ToolStatsDisplay.test.tsx
|
Fix tests to wrap all calls changing the UI with act. (#12268)
|
2025-10-30 18:50:26 +00:00 |
|
ToolStatsDisplay.tsx
|
Disallow redundant typecasts. (#15030)
|
2025-12-13 01:43:43 +00:00 |
|
UpdateNotification.test.tsx
|
Improve test coverage for cli/src/ui/components (#13598)
|
2025-11-22 02:47:29 +00:00 |
|
UpdateNotification.tsx
|
feat(ui): Semantic tokens refactor (#8087)
|
2025-09-10 17:57:07 +00:00 |
|
ValidationDialog.test.tsx
|
Add interactive ValidationDialog for handling 403 VALIDATION_REQUIRED errors. (#16231)
|
2026-01-21 00:23:01 +00:00 |
|
ValidationDialog.tsx
|
Add interactive ValidationDialog for handling 403 VALIDATION_REQUIRED errors. (#16231)
|
2026-01-21 00:23:01 +00:00 |