qwen-code/packages/cli/src/ui/hooks
christine betts aeb6602266
Remove a few witty loading phrases (#5631)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
2025-08-05 23:59:14 +00:00
..
atCommandProcessor.test.ts feat(cli): Handle Punctuation in @ Command Parsing (#5482) 2025-08-04 17:49:15 +00:00
atCommandProcessor.ts feat(cli): Handle Punctuation in @ Command Parsing (#5482) 2025-08-04 17:49:15 +00:00
shellCommandProcessor.test.ts refactor(core): Centralize shell logic into ShellExecutionService (#4823) 2025-07-26 01:56:49 +00:00
shellCommandProcessor.ts refactor(core): Centralize shell logic into ShellExecutionService (#4823) 2025-07-26 01:56:49 +00:00
slashCommandProcessor.test.ts fix: /help remove flickering and respect clear shortcut (ctr+l) (#3611) 2025-08-04 16:53:50 +00:00
slashCommandProcessor.ts feat: Multi-Directory Workspace Support (part 3: configuration in settings.json) (#5354) 2025-08-05 17:01:01 +00:00
useAtCompletion.test.ts feat(core, cli): Introduce high-performance FileSearch engine (#5136) 2025-08-05 23:18:03 +00:00
useAtCompletion.ts feat(core, cli): Introduce high-performance FileSearch engine (#5136) 2025-08-05 23:18:03 +00:00
useAuthCommand.ts Refactor the logic for deciding whether to launch a browser into config (#4622) 2025-07-21 23:23:28 +00:00
useAutoAcceptIndicator.test.ts
useAutoAcceptIndicator.ts
useBracketedPaste.ts
useCommandCompletion.test.ts feat(core, cli): Introduce high-performance FileSearch engine (#5136) 2025-08-05 23:18:03 +00:00
useCommandCompletion.tsx feat(core, cli): Introduce high-performance FileSearch engine (#5136) 2025-08-05 23:18:03 +00:00
useCompletion.ts feat: Add reverse search capability for shell commands (#4793) 2025-08-03 19:53:24 +00:00
useConsoleMessages.test.ts Handle unhandled rejections more gracefully. (#4417) 2025-07-26 00:35:26 +00:00
useConsoleMessages.ts Handle unhandled rejections more gracefully. (#4417) 2025-07-26 00:35:26 +00:00
useEditorSettings.test.ts
useEditorSettings.ts
useFocus.test.ts feat(ui): hide cursor when terminal is unfocused (#4012) 2025-07-18 00:45:42 +00:00
useFocus.ts feat(ui): hide cursor when terminal is unfocused (#4012) 2025-07-18 00:45:42 +00:00
useGeminiStream.test.tsx fix: /help remove flickering and respect clear shortcut (ctr+l) (#3611) 2025-08-04 16:53:50 +00:00
useGeminiStream.ts fix(core): prevent UI shift after vim edit (#5315) 2025-08-05 21:55:54 +00:00
useGitBranchName.test.ts
useGitBranchName.ts
useHistoryManager.test.ts Various spelling improvements (#3497) 2025-07-21 21:54:44 +00:00
useHistoryManager.ts
useInputHistory.test.ts
useInputHistory.ts Fix InputPrompt.test.tsx to be windows compatible (#4736) 2025-07-23 22:49:09 +00:00
useKeypress.test.ts
useKeypress.ts Vim mode (#3936) 2025-07-25 22:36:42 +00:00
useLoadingIndicator.test.ts
useLoadingIndicator.ts
useLogger.ts
usePhraseCycler.test.ts
usePhraseCycler.ts Remove a few witty loading phrases (#5631) 2025-08-05 23:59:14 +00:00
usePrivacySettings.ts fix: remove direct gaxios dependency (#4289) 2025-07-17 22:54:19 +00:00
useReactToolScheduler.ts fix(core): prevent UI shift after vim edit (#5315) 2025-08-05 21:55:54 +00:00
useRefreshMemoryCommand.ts
useReverseSearchCompletion.test.tsx feat: Add reverse search capability for shell commands (#4793) 2025-08-03 19:53:24 +00:00
useReverseSearchCompletion.tsx feat(core, cli): Introduce high-performance FileSearch engine (#5136) 2025-08-05 23:18:03 +00:00
useShellHistory.test.ts Various spelling improvements (#3497) 2025-07-21 21:54:44 +00:00
useShellHistory.ts feat: Add reverse search capability for shell commands (#4793) 2025-08-03 19:53:24 +00:00
useShowMemoryCommand.ts
useSlashCompletion.test.ts feat(core, cli): Introduce high-performance FileSearch engine (#5136) 2025-08-05 23:18:03 +00:00
useSlashCompletion.ts feat(core, cli): Introduce high-performance FileSearch engine (#5136) 2025-08-05 23:18:03 +00:00
useStateAndRef.ts
useTerminalSize.ts
useThemeCommand.ts Feature custom themes logic (#2639) 2025-07-20 07:51:18 +00:00
useTimer.test.ts
useTimer.ts
useToolScheduler.test.ts Various spelling improvements (#3497) 2025-07-21 21:54:44 +00:00
vim.test.ts Fix(vim): Fix shell mode in Vim mode (#5567) 2025-08-05 23:29:37 +00:00
vim.ts Fix(vim): Fix shell mode in Vim mode (#5567) 2025-08-05 23:29:37 +00:00