qwen-code/packages/cli/src/ui/hooks
2025-08-22 15:29:52 +00:00
..
atCommandProcessor.test.ts feat: Add programming language to CLI events (#6071) 2025-08-22 12:17:32 +00:00
atCommandProcessor.ts fix(tools): Add an end of file list marker to ReadManyFilesTool (#5967) 2025-08-22 15:10:14 +00:00
shellCommandProcessor.test.ts Refac: Centralize storage file management (#4078) 2025-08-20 01:55:47 +00:00
shellCommandProcessor.ts feat(core): refactor shell execution to use node-pty (#6491) 2025-08-19 23:03:51 +00:00
slashCommandProcessor.test.ts chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6166) 2025-08-13 20:37:08 +00:00
slashCommandProcessor.ts Refac: Centralize storage file management (#4078) 2025-08-20 01:55:47 +00:00
useAtCompletion.test.ts feat(search): Add option to disable fuzzy search (#6510) 2025-08-22 06:31:39 +00:00
useAtCompletion.ts feat(search): Add option to disable fuzzy search (#6510) 2025-08-22 06:31:39 +00:00
useAuthCommand.ts Revert "Ignore workspace settings for untrusted folders" (#6672) 2025-08-20 19:49:15 +00:00
useAutoAcceptIndicator.test.ts Switch from useInput to useKeypress. (#6056) 2025-08-12 21:05:49 +00:00
useAutoAcceptIndicator.ts Switch from useInput to useKeypress. (#6056) 2025-08-12 21:05:49 +00:00
useBracketedPaste.ts Handle stdin for prompts using readline for escape character parsing (#1972) 2025-06-27 17:57:32 +00:00
useCommandCompletion.test.ts feat(cli): prompt completion (#4691) 2025-08-21 08:04:04 +00:00
useCommandCompletion.tsx feat(cli): prompt completion (#4691) 2025-08-21 08:04:04 +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 Revert "Ignore workspace settings for untrusted folders" (#6672) 2025-08-20 19:49:15 +00:00
useEditorSettings.ts Revert "Ignore workspace settings for untrusted folders" (#6672) 2025-08-20 19:49:15 +00:00
useFocus.test.ts feat(ui): hide cursor when terminal is unfocused (#4012) 2025-07-18 00:45:42 +00:00
useFocus.ts Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289) 2025-08-13 17:32:54 +00:00
useFolderTrust.test.ts Force restart on trust level change to reload settings (#6713) 2025-08-21 07:38:12 +00:00
useFolderTrust.ts Force restart on trust level change to reload settings (#6713) 2025-08-21 07:38:12 +00:00
useGeminiStream.test.tsx Fixing at command race condition (#6663) 2025-08-20 19:51:31 +00:00
useGeminiStream.ts fix(checkpointing): improve error handling and messaging for Git issues (#6801) 2025-08-22 15:29:52 +00:00
useGitBranchName.test.ts feat: display commit hash in detached HEAD state (#832) 2025-06-08 14:59:18 -07:00
useGitBranchName.ts feat: display commit hash in detached HEAD state (#832) 2025-06-08 14:59:18 -07:00
useHistoryManager.test.ts Various spelling improvements (#3497) 2025-07-21 21:54:44 +00:00
useHistoryManager.ts Restore Checkpoint Feature (#934) 2025-06-11 15:33:09 -04:00
useInputHistory.test.ts Fix bug updating the cursor after navigating history. (#507) 2025-05-23 09:40:01 -07:00
useInputHistory.ts Fix InputPrompt.test.tsx to be windows compatible (#4736) 2025-07-23 22:49:09 +00:00
useKeypress.test.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
useKeypress.ts fix(input) Resolve cases where escape was broken (#6304) 2025-08-15 17:54:00 +00:00
useKittyKeyboardProtocol.ts Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289) 2025-08-13 17:32:54 +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 Code review comment fixes and some refactors. (#525) 2025-05-24 00:44:17 -07:00
useLogger.ts Refac: Centralize storage file management (#4078) 2025-08-20 01:55:47 +00:00
useMessageQueue.test.ts feat(ui): implement message queuing during streaming responses (#6049) 2025-08-19 16:25:16 +00:00
useMessageQueue.ts feat(ui): implement message queuing during streaming responses (#6049) 2025-08-19 16:25:16 +00:00
usePhraseCycler.test.ts feat(auth): handle auth flow errors gracefully (#1256) 2025-06-20 01:30:06 -07:00
usePhraseCycler.ts feat: add humorous tip for new line shortcut in Gemini CLI (#5666) 2025-08-09 07:24:21 +00:00
usePrivacySettings.test.ts fix: add privacy settings hook and tests (#6360) 2025-08-19 06:57:10 +00:00
usePrivacySettings.ts fix: add privacy settings hook and tests (#6360) 2025-08-19 06:57:10 +00:00
usePromptCompletion.ts feat(cli): prompt completion (#4691) 2025-08-21 08:04:04 +00:00
useReactToolScheduler.ts Reuse CoreToolScheduler for nonInteractiveToolExecutor (#6714) 2025-08-21 23:49:12 +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
useSettingsCommand.ts feat(ui): add /settings command and UI panel (#4738) 2025-08-10 00:04:52 +00:00
useShellHistory.test.ts Refac: Centralize storage file management (#4078) 2025-08-20 01:55:47 +00:00
useShellHistory.ts Refac: Centralize storage file management (#4078) 2025-08-20 01:55:47 +00:00
useShowMemoryCommand.ts fix: prepublish changes to package names (#1420) 2025-06-25 12:41:11 +00:00
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 Revert "Ignore workspace settings for untrusted folders" (#6672) 2025-08-20 19:49:15 +00:00
useTimer.test.ts Code review comment fixes and some refactors. (#525) 2025-05-24 00:44:17 -07:00
useTimer.ts Code review comment fixes and some refactors. (#525) 2025-05-24 00:44:17 -07:00
useToolScheduler.test.ts Remove unused attribute (#6661) 2025-08-20 23:13:50 +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