qwen-code/packages/cli/src
xwj02155382 fd41309ed2 refactor: share editorCommands between core and cli packages
- Export editorCommands from @qwen-code/qwen-code-core
- Remove duplicate editorCommands definition in useLaunchEditor
- Import shared editorCommands configuration in CLI package
- Reduces code duplication and ensures consistency

This change makes the editor configuration a single source of truth,
making it easier to maintain and add new editors in the future.
2025-12-26 16:03:05 +08:00
..
acp-integration test 2025-12-13 23:04:00 +08:00
commands Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00
config feat(core,cli): add Anthropic provider, normalize auth/env config, and centralize logging 2025-12-24 19:00:56 +08:00
core feat(i18n): Add Internationalization Support for UI and LLM Output (#1058) 2025-11-21 15:44:37 +08:00
i18n Merge pull request #1214 from kfxmvp/fix/issue-1186-schema-converter 2025-12-17 11:12:57 +08:00
nonInteractive Add Gemini provider, remove legacy Google OAuth, and tune generation defaults 2025-12-19 16:26:54 +08:00
patches adh/bugfix/1563 (#4822) 2025-07-25 16:39:37 +00:00
services Add Gemini provider, remove legacy Google OAuth, and tune generation defaults 2025-12-19 16:26:54 +08:00
test-utils remove obsolete corgi mode 2025-12-13 16:41:03 +08:00
ui refactor: share editorCommands between core and cli packages 2025-12-26 16:03:05 +08:00
utils feat(core,cli): add Anthropic provider, normalize auth/env config, and centralize logging 2025-12-24 19:00:56 +08:00
gemini.test.tsx add experimental-skills flag to enable skills feature 2025-12-23 10:24:57 +08:00
gemini.tsx special handling for summarized thinking 2025-12-22 14:07:23 +08:00
nonInteractiveCli.test.ts DeepSeek V3.2 Thinking Mode Integration (#1134) 2025-12-05 15:08:35 +08:00
nonInteractiveCli.ts Add Gemini provider, remove legacy Google OAuth, and tune generation defaults 2025-12-19 16:26:54 +08:00
nonInteractiveCliCommands.ts fix: basic slash command support (#1020) 2025-11-18 13:46:42 +08:00
validateNonInterActiveAuth.test.ts feat(core,cli): add Anthropic provider, normalize auth/env config, and centralize logging 2025-12-24 19:00:56 +08:00
validateNonInterActiveAuth.ts feat(core,cli): add Anthropic provider, normalize auth/env config, and centralize logging 2025-12-24 19:00:56 +08:00