qwen-code/packages/cli/src/ui/components
christine betts b55467c1dd
[ide-mode] Support rendering in-IDE diffs using the edit tool (#5618)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-06 20:55:29 +00:00
..
__snapshots__ feat: Add Shell Command Execution to Custom Commands (#4917) 2025-07-27 06:00:26 +00:00
messages [ide-mode] Support rendering in-IDE diffs using the edit tool (#5618) 2025-08-06 20:55:29 +00:00
shared fix(ux) bug in replaceRange dealing with newLines that was breaking vim support (#5320) 2025-07-31 23:16:29 +00:00
AboutBox.tsx
AsciiArt.ts
AuthDialog.test.tsx Feature custom themes logic (#2639) 2025-07-20 07:51:18 +00:00
AuthDialog.tsx feat: Add GEMINI_DEFAULT_AUTH_TYPE support (#4002) 2025-07-13 03:43:35 +00:00
AuthInProgress.tsx
AutoAcceptIndicator.tsx
ConsoleSummaryDisplay.tsx
ContextSummaryDisplay.tsx Updates schema, UX and prompt for IDE context (#5046) 2025-07-28 15:03:22 +00:00
DebugProfiler.tsx Add render counter in debug mode (#5242) 2025-07-31 00:43:11 +00:00
DetailedMessagesDisplay.tsx
EditorSettingsDialog.tsx
Footer.tsx Add render counter in debug mode (#5242) 2025-07-31 00:43:11 +00:00
GeminiRespondingSpinner.tsx
Header.tsx fix(ui): remove extraneous whitespace from startup screen (#3990) 2025-07-26 00:36:19 +00:00
Help.tsx Adds docs outlining keyboard shortcuts for gemini-cli (#4727) 2025-07-28 19:35:06 +00:00
HistoryItemDisplay.test.tsx Highlight slash commands in history (#5323) 2025-07-31 23:24:23 +00:00
HistoryItemDisplay.tsx fix: /help remove flickering and respect clear shortcut (ctr+l) (#3611) 2025-08-04 16:53:50 +00:00
IDEContextDetailDisplay.tsx Introduce IDE mode installer (#4877) 2025-07-30 21:26:31 +00:00
InputPrompt.test.tsx bug(core): Fix flaky test by using waitFor. (#5540) 2025-08-05 21:56:38 +00:00
InputPrompt.tsx refactor(core): Rename useSlashCompletion to useCommandCompletion (#5532) 2025-08-04 20:35:26 +00:00
LoadingIndicator.test.tsx style: Format execution time as minutes, seconds (#2707) 2025-07-08 06:14:42 +00:00
LoadingIndicator.tsx style: Format execution time as minutes, seconds (#2707) 2025-07-08 06:14:42 +00:00
MemoryUsageDisplay.tsx
ModelStatsDisplay.test.tsx fix(testing): make ModelStatsDisplay snapshot test deterministic (#5236) 2025-07-30 22:09:32 +00:00
ModelStatsDisplay.tsx
PrepareLabel.tsx feat: Add reverse search capability for shell commands (#4793) 2025-08-03 19:53:24 +00:00
SessionSummaryDisplay.test.tsx Adding TurnId to Tool call and API responses and error logs. (#3039) 2025-07-09 18:49:30 +00:00
SessionSummaryDisplay.tsx
ShellConfirmationDialog.test.tsx feat: Add Shell Command Execution to Custom Commands (#4917) 2025-07-27 06:00:26 +00:00
ShellConfirmationDialog.tsx feat: Add Shell Command Execution to Custom Commands (#4917) 2025-07-27 06:00:26 +00:00
ShellModeIndicator.tsx
ShowMoreLines.tsx
StatsDisplay.test.tsx Adding TurnId to Tool call and API responses and error logs. (#3039) 2025-07-09 18:49:30 +00:00
StatsDisplay.tsx
SuggestionsDisplay.tsx feat: Add reverse search capability for shell commands (#4793) 2025-08-03 19:53:24 +00:00
ThemeDialog.tsx Update diff colors (#4747) 2025-07-23 22:39:22 +00:00
Tips.tsx fix(ui): remove extraneous whitespace from startup screen (#3990) 2025-07-26 00:36:19 +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
UpdateNotification.tsx