qwen-code/packages/cli/src/ui/hooks
2025-08-22 10:20:01 +08:00
..
atCommandProcessor.test.ts sync gemini-cli 0.1.17 2025-08-05 17:09:19 +08:00
atCommandProcessor.ts chore: sync gemini-cli v0.1.19 2025-08-18 19:55:46 +08:00
shellCommandProcessor.test.ts Merge tag 'v0.1.15' into feature/yiheng/sync-gemini-cli-0.1.15 2025-08-01 23:06:11 +08:00
shellCommandProcessor.ts Merge tag 'v0.1.15' into feature/yiheng/sync-gemini-cli-0.1.15 2025-08-01 23:06:11 +08:00
slashCommandProcessor.test.ts Merge tag 'v0.1.21' of github.com:google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.21 2025-08-20 22:24:50 +08:00
slashCommandProcessor.ts Merge tag 'v0.1.21' of github.com:google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.21 2025-08-20 22:24:50 +08:00
useAtCompletion.test.ts chore: sync gemini-cli v0.1.19 2025-08-18 19:55:46 +08:00
useAtCompletion.ts chore: sync gemini-cli v0.1.19 2025-08-18 19:55:46 +08:00
useAuthCommand.ts Merge tag 'v0.1.15' into feature/yiheng/sync-gemini-cli-0.1.15 2025-08-01 23:06:11 +08:00
useAutoAcceptIndicator.test.ts Merge tag 'v0.1.21' of github.com:google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.21 2025-08-20 22:24:50 +08:00
useAutoAcceptIndicator.ts Merge tag 'v0.1.21' of github.com:google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.21 2025-08-20 22:24:50 +08:00
useBracketedPaste.ts pre-release commit 2025-07-22 23:26:01 +08:00
useCommandCompletion.test.ts chore: fix invalid package deps 2025-08-13 16:00:26 +08:00
useCommandCompletion.tsx Merge tag 'v0.1.18' of https://github.com/google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.18 2025-08-13 15:11:10 +08: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 pre-release: fix ci (#1) 2025-07-22 09:27:14 -07:00
useEditorSettings.ts pre-release: fix ci (#1) 2025-07-22 09:27:14 -07: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 fix: add patch for sync upstream 2025-08-20 22:24:53 +08:00
useFolderTrust.ts fix: add patch for sync upstream 2025-08-20 22:24:53 +08:00
useGeminiStream.test.tsx Merge tag 'v0.1.21' of github.com:google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.21 2025-08-20 22:24:50 +08:00
useGeminiStream.ts Merge branch 'main' into chore/sync-gemini-cli-v0.1.21 2025-08-22 10:20:01 +08:00
useGitBranchName.test.ts pre-release commit 2025-07-22 23:26:01 +08:00
useGitBranchName.ts pre-release commit 2025-07-22 23:26:01 +08:00
useHistoryManager.test.ts pre-release commit 2025-07-22 23:26:01 +08:00
useHistoryManager.ts pre-release commit 2025-07-22 23:26:01 +08:00
useInputHistory.test.ts pre-release commit 2025-07-22 23:26:01 +08:00
useInputHistory.ts Fix InputPrompt.test.tsx to be windows compatible (#4736) 2025-07-23 22:49:09 +00:00
useKeypress.test.ts Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289) 2025-08-13 17:32:54 +00:00
useKeypress.ts fix: add patch for sync upstream 2025-08-20 22:24:53 +08: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 pre-release commit 2025-07-22 23:26:01 +08:00
useLoadingIndicator.ts pre-release commit 2025-07-22 23:26:01 +08:00
useLogger.ts pre-release: fix ci (#1) 2025-07-22 09:27:14 -07:00
usePhraseCycler.test.ts pre-release commit 2025-07-22 23:26:01 +08:00
usePhraseCycler.ts feat: add humorous tip for new line shortcut in Gemini CLI (#5666) 2025-08-09 07:24:21 +00:00
usePrivacySettings.ts Merge tag 'v0.1.15' into feature/yiheng/sync-gemini-cli-0.1.15 2025-08-01 23:06:11 +08:00
useQwenAuth.test.ts feat(oauth): add Qwen OAuth integration 2025-08-08 10:30:18 +08:00
useQwenAuth.ts refactor: re-organize Qwen related code files. 2025-08-08 11:55:58 +08:00
useReactToolScheduler.ts chore: sync gemini-cli v0.1.19 2025-08-18 19:55:46 +08:00
useRefreshMemoryCommand.ts pre-release commit 2025-07-22 23:26:01 +08:00
useReverseSearchCompletion.test.tsx feat: Add reverse search capability for shell commands (#4793) 2025-08-03 19:53:24 +00:00
useReverseSearchCompletion.tsx Merge tag 'v0.1.18' of https://github.com/google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.18 2025-08-13 15:11:10 +08:00
useSettingsCommand.ts feat(ui): add /settings command and UI panel (#4738) 2025-08-10 00:04:52 +00:00
useShellHistory.test.ts Merge tag 'v0.1.15' into feature/yiheng/sync-gemini-cli-0.1.15 2025-08-01 23:06:11 +08:00
useShellHistory.ts sync gemini-cli 0.1.17 2025-08-05 17:09:19 +08:00
useShowMemoryCommand.ts refactor: rename GEMINI.md to QWEN.md across the codebase 2025-08-09 10:33:02 +08: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 pre-release commit 2025-07-22 23:26:01 +08:00
useTerminalSize.ts pre-release commit 2025-07-22 23:26:01 +08:00
useThemeCommand.ts pre-release commit 2025-07-22 23:26:01 +08:00
useTimer.test.ts pre-release commit 2025-07-22 23:26:01 +08:00
useTimer.ts pre-release commit 2025-07-22 23:26:01 +08:00
useToolScheduler.test.ts Merge tag 'v0.1.21' of github.com:google-gemini/gemini-cli into chore/sync-gemini-cli-v0.1.21 2025-08-20 22:24:50 +08: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