qwen-code/packages/cli/src/ui/hooks
DevMassive 9ac3e8b79e
feat: Improve @-command file path completion with fzf integration (#5650)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-08-06 23:41:04 +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 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: Improve @-command file path completion with fzf integration (#5650) 2025-08-06 23:41:04 +00:00
useAtCompletion.ts feat(file-search): Add support for non-recursive file search (#5648) 2025-08-06 06:33:27 +00:00
useAuthCommand.ts
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
useFocus.ts
useGeminiStream.test.tsx fix: Restore user input when the user cancels response (#5601) 2025-08-06 19:19:10 +00:00
useGeminiStream.ts fix: Restore user input when the user cancels response (#5601) 2025-08-06 19:19:10 +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 Update a couple more witty phrases (#5641) 2025-08-06 01:13:22 +00:00
usePrivacySettings.ts
useReactToolScheduler.ts feat(core): Introduce DeclarativeTool and ToolInvocation. (#5613) 2025-08-06 17:50:02 +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
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