qwen-code/packages/cli/src/ui/hooks
Taylor Mullen 7c3591f641 Refactor: Update streaming state logic to hide loader during confirmation
- The streaming state logic in `useGeminiStream.ts` has been updated.
- Previously, the loading indicator was displayed even when the system was
waiting for user confirmation on a tool call.
- This change introduces a `WaitingForConfirmation` state to ensure the
loading indicator is hidden during these confirmation prompts, improving
the user experience.
2025-05-23 00:39:05 -07:00
..
atCommandProcessor.test.ts Support Images and PDFs (#447) 2025-05-20 13:02:41 -07:00
atCommandProcessor.ts Add globbing support to @-command file suggestions and resolution. (#462) 2025-05-21 12:22:18 -07:00
shellCommandProcessor.test.ts use pending history item for shell mode, update as output is received (#471) 2025-05-21 13:16:50 -07:00
shellCommandProcessor.ts use pending history item for shell mode, update as output is received (#471) 2025-05-21 13:16:50 -07:00
slashCommandProcessor.test.ts Refactor: Streamline memoryUtils and update slash commands (#478) 2025-05-22 10:57:06 -07:00
slashCommandProcessor.ts Refactor: Streamline memoryUtils and update slash commands (#478) 2025-05-22 10:57:06 -07:00
useAutoAcceptIndicator.test.ts feat: Add auto-accept indicator and toggle 2025-05-17 22:27:22 -07:00
useAutoAcceptIndicator.ts feat: Add auto-accept indicator and toggle 2025-05-17 22:27:22 -07:00
useCompletion.ts Add globbing support to @-command file suggestions and resolution. (#462) 2025-05-21 12:22:18 -07:00
useGeminiStream.ts Refactor: Update streaming state logic to hide loader during confirmation 2025-05-23 00:39:05 -07:00
useHistoryManager.test.ts refactor(cli): Centralize history management via useHistoryManager hook (#261) 2025-05-06 16:20:28 -07:00
useHistoryManager.ts Fix flicker in iterm2 (#266) 2025-05-07 12:57:19 -07:00
useInputHistory.ts Multiline editor (#302) 2025-05-13 11:24:04 -07:00
useLoadingIndicator.ts
useLogger.ts Add Logger for command history (#435) 2025-05-21 00:36:22 -07:00
useRefreshMemoryCommand.ts This commit introduces the hierarchical memory feature, allowing GEMI… (#327) 2025-05-14 12:37:17 -07:00
useShowMemoryCommand.ts This commit introduces the hierarchical memory feature, allowing GEMI… (#327) 2025-05-14 12:37:17 -07:00
useStateAndRef.ts Fix flicker in iterm2 (#266) 2025-05-07 12:57:19 -07:00
useTerminalSize.ts Multiline editor (#302) 2025-05-13 11:24:04 -07:00
useThemeCommand.ts feat: Improve theme not found handling 2025-05-09 10:28:20 -07:00
useToolScheduler.ts feat: add emphasis to tool confirmations (#502) 2025-05-23 05:28:31 +00:00