qwen-code/packages/cli/src/ui/hooks
2025-08-12 21:05:49 +00:00
..
atCommandProcessor.test.ts feat(cli): Handle Punctuation in @ Command Parsing (#5482) 2025-08-04 17:49:15 +00:00
atCommandProcessor.ts feat(core): Introduce DeclarativeTool and ToolInvocation. (#5613) 2025-08-06 17:50:02 +00:00
shellCommandProcessor.test.ts
shellCommandProcessor.ts
slashCommandProcessor.test.ts feat(ui): add /settings command and UI panel (#4738) 2025-08-10 00:04:52 +00:00
slashCommandProcessor.ts feat(ui): add /settings command and UI panel (#4738) 2025-08-10 00:04:52 +00:00
useAtCompletion.test.ts perf(filesearch): Use async fzf for non-blocking file search (#5771) 2025-08-07 22:24:55 +00:00
useAtCompletion.ts perf(filesearch): Use async fzf for non-blocking file search (#5771) 2025-08-07 22:24:55 +00:00
useAuthCommand.ts
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
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
useConsoleMessages.ts
useEditorSettings.test.ts
useEditorSettings.ts
useFocus.test.ts
useFocus.ts
useFolderTrust.test.ts Add FolderTrustDialog that shows on launch and enables folderTrust setting (#5815) 2025-08-08 18:02:27 +00:00
useFolderTrust.ts Add FolderTrustDialog that shows on launch and enables folderTrust setting (#5815) 2025-08-08 18:02:27 +00:00
useGeminiStream.test.tsx Switch from useInput to useKeypress. (#6056) 2025-08-12 21:05:49 +00:00
useGeminiStream.ts Switch from useInput to useKeypress. (#6056) 2025-08-12 21:05:49 +00:00
useGitBranchName.test.ts
useGitBranchName.ts
useHistoryManager.test.ts
useHistoryManager.ts
useInputHistory.test.ts
useInputHistory.ts
useKeypress.test.ts
useKeypress.ts
useLoadingIndicator.test.ts
useLoadingIndicator.ts
useLogger.ts
usePhraseCycler.test.ts
usePhraseCycler.ts feat: add humorous tip for new line shortcut in Gemini CLI (#5666) 2025-08-09 07:24:21 +00:00
usePrivacySettings.ts
useReactToolScheduler.ts Add a request queue to the tool scheduler (#5845) 2025-08-08 21:50:35 +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
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
useTimer.test.ts
useTimer.ts
useToolScheduler.test.ts feat(core): Introduce DeclarativeTool and ToolInvocation. (#5613) 2025-08-06 17:50:02 +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