qwen-code/packages/cli/src/ui/hooks
2025-07-30 21:26:31 +00:00
..
atCommandProcessor.test.ts feat: Multi-Directory Workspace Support (part1: add --include-directories option) (#4605) 2025-07-30 20:38:20 +00:00
atCommandProcessor.ts feat: Multi-Directory Workspace Support (part1: add --include-directories option) (#4605) 2025-07-30 20:38:20 +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 Introduce IDE mode installer (#4877) 2025-07-30 21:26:31 +00:00
slashCommandProcessor.ts Adds centralized support to log slash commands + sub commands (#5128) 2025-07-29 20:20:37 +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 fix: prepublish changes to package names (#1420) 2025-06-25 12:41:11 +00:00
useAutoAcceptIndicator.ts fix: prepublish changes to package names (#1420) 2025-06-25 12:41:11 +00:00
useBracketedPaste.ts Handle stdin for prompts using readline for escape character parsing (#1972) 2025-06-27 17:57:32 +00:00
useCompletion.test.ts feat: Multi-Directory Workspace Support (part1: add --include-directories option) (#4605) 2025-07-30 20:38:20 +00:00
useCompletion.ts feat: Multi-Directory Workspace Support (part1: add --include-directories option) (#4605) 2025-07-30 20:38:20 +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 fix: prepublish changes to package names (#1420) 2025-06-25 12:41:11 +00:00
useEditorSettings.ts fix: prepublish changes to package names (#1420) 2025-06-25 12:41:11 +00:00
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: Clear previous thoughts when starting new prompts (#4966) 2025-07-28 17:57:33 +00:00
useGeminiStream.ts fix: Clear previous thoughts when starting new prompts (#4966) 2025-07-28 17:57:33 +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 Work around bracketed paste support for node < 20 (#2476) 2025-07-10 19:56:34 +00:00
useKeypress.ts Vim mode (#3936) 2025-07-25 22:36:42 +00:00
useLoadingIndicator.test.ts fix(core): Sanitize tool parameters to fix 400 API errors (#3300) 2025-07-05 21:58:51 +00:00
useLoadingIndicator.ts
useLogger.ts fix: prepublish changes to package names (#1420) 2025-06-25 12:41:11 +00:00
usePhraseCycler.test.ts
usePhraseCycler.ts Add Starcraft ref to witty loading phrases (#5120) 2025-07-29 23:22:13 +00:00
usePrivacySettings.ts fix: remove direct gaxios dependency (#4289) 2025-07-17 22:54:19 +00:00
useReactToolScheduler.ts fix: yolo mode not respected (#4972) 2025-07-27 21:42:26 +00:00
useRefreshMemoryCommand.ts
useShellHistory.test.ts Various spelling improvements (#3497) 2025-07-21 21:54:44 +00:00
useShellHistory.ts Fix InputPrompt.test.tsx to be windows compatible (#4736) 2025-07-23 22:49:09 +00:00
useShowMemoryCommand.ts fix: prepublish changes to package names (#1420) 2025-06-25 12:41:11 +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 Vim mode (#3936) 2025-07-25 22:36:42 +00:00
vim.ts Vim mode (#3936) 2025-07-25 22:36:42 +00:00