qwen-code/packages/cli/src/ui/hooks
Hiroaki Mitsuyoshi 6487cc1689
feat(chat): Add overwrite confirmation dialog to /chat save (#5686)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-08-09 06:59:22 +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 [ide-mode] Close all open diffs when the CLI gets closed (#5792) 2025-08-08 15:38:30 +00:00
slashCommandProcessor.ts feat(chat): Add overwrite confirmation dialog to /chat save (#5686) 2025-08-09 06:59:22 +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 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
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 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 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 Update a couple more witty phrases (#5641) 2025-08-06 01:13:22 +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
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 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