@qwen-code/qwen-code 0.14.0-preview.1 → 0.14.0-preview.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -9
- package/bundled/qc-helper/SKILL.md +151 -0
- package/bundled/qc-helper/docs/_meta.ts +30 -0
- package/bundled/qc-helper/docs/common-workflow.md +571 -0
- package/bundled/qc-helper/docs/configuration/_meta.ts +10 -0
- package/bundled/qc-helper/docs/configuration/auth.md +366 -0
- package/bundled/qc-helper/docs/configuration/memory.md +0 -0
- package/bundled/qc-helper/docs/configuration/model-providers.md +542 -0
- package/bundled/qc-helper/docs/configuration/qwen-ignore.md +55 -0
- package/bundled/qc-helper/docs/configuration/settings.md +655 -0
- package/bundled/qc-helper/docs/configuration/themes.md +160 -0
- package/bundled/qc-helper/docs/configuration/trusted-folders.md +61 -0
- package/bundled/qc-helper/docs/extension/_meta.ts +9 -0
- package/bundled/qc-helper/docs/extension/extension-releasing.md +121 -0
- package/bundled/qc-helper/docs/extension/getting-started-extensions.md +299 -0
- package/bundled/qc-helper/docs/extension/introduction.md +310 -0
- package/bundled/qc-helper/docs/features/_meta.ts +18 -0
- package/bundled/qc-helper/docs/features/approval-mode.md +263 -0
- package/bundled/qc-helper/docs/features/arena.md +218 -0
- package/bundled/qc-helper/docs/features/channels/_meta.ts +7 -0
- package/bundled/qc-helper/docs/features/channels/dingtalk.md +134 -0
- package/bundled/qc-helper/docs/features/channels/overview.md +336 -0
- package/bundled/qc-helper/docs/features/channels/plugins.md +87 -0
- package/bundled/qc-helper/docs/features/channels/telegram.md +120 -0
- package/bundled/qc-helper/docs/features/channels/weixin.md +106 -0
- package/bundled/qc-helper/docs/features/checkpointing.md +77 -0
- package/bundled/qc-helper/docs/features/commands.md +312 -0
- package/bundled/qc-helper/docs/features/headless.md +318 -0
- package/bundled/qc-helper/docs/features/hooks.md +715 -0
- package/bundled/qc-helper/docs/features/language.md +139 -0
- package/bundled/qc-helper/docs/features/lsp.md +417 -0
- package/bundled/qc-helper/docs/features/mcp.md +281 -0
- package/bundled/qc-helper/docs/features/sandbox.md +241 -0
- package/bundled/qc-helper/docs/features/skills.md +289 -0
- package/bundled/qc-helper/docs/features/sub-agents.md +511 -0
- package/bundled/qc-helper/docs/features/token-caching.md +29 -0
- package/bundled/qc-helper/docs/ide-integration/_meta.ts +4 -0
- package/bundled/qc-helper/docs/ide-integration/ide-companion-spec.md +182 -0
- package/bundled/qc-helper/docs/ide-integration/ide-integration.md +144 -0
- package/bundled/qc-helper/docs/integration-github-action.md +241 -0
- package/bundled/qc-helper/docs/integration-jetbrains.md +81 -0
- package/bundled/qc-helper/docs/integration-vscode.md +39 -0
- package/bundled/qc-helper/docs/integration-zed.md +72 -0
- package/bundled/qc-helper/docs/overview.md +64 -0
- package/bundled/qc-helper/docs/quickstart.md +273 -0
- package/bundled/qc-helper/docs/reference/_meta.ts +3 -0
- package/bundled/qc-helper/docs/reference/keyboard-shortcuts.md +72 -0
- package/bundled/qc-helper/docs/support/Uninstall.md +42 -0
- package/bundled/qc-helper/docs/support/_meta.ts +6 -0
- package/bundled/qc-helper/docs/support/tos-privacy.md +112 -0
- package/bundled/qc-helper/docs/support/troubleshooting.md +123 -0
- package/cli.js +4530 -3605
- package/locales/de.js +2 -2
- package/locales/en.js +2 -2
- package/locales/ja.js +2 -2
- package/locales/pt.js +2 -2
- package/locales/ru.js +2 -2
- package/locales/zh.js +1 -1
- package/package.json +2 -2
package/locales/de.js
CHANGED
|
@@ -1784,8 +1784,8 @@ export default {
|
|
|
1784
1784
|
// Auth Dialog - View Titles and Labels
|
|
1785
1785
|
// ============================================================================
|
|
1786
1786
|
'Coding Plan': 'Coding Plan',
|
|
1787
|
-
"Paste your api key of
|
|
1788
|
-
'Fügen Sie Ihren
|
|
1787
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1788
|
+
'Fügen Sie Ihren ModelStudio Coding Plan API-Schlüssel ein und Sie sind bereit!',
|
|
1789
1789
|
Custom: 'Benutzerdefiniert',
|
|
1790
1790
|
'More instructions about configuring `modelProviders` manually.':
|
|
1791
1791
|
'Weitere Anweisungen zur manuellen Konfiguration von `modelProviders`.',
|
package/locales/en.js
CHANGED
|
@@ -1833,8 +1833,8 @@ export default {
|
|
|
1833
1833
|
// Auth Dialog - View Titles and Labels
|
|
1834
1834
|
// ============================================================================
|
|
1835
1835
|
'Coding Plan': 'Coding Plan',
|
|
1836
|
-
"Paste your api key of
|
|
1837
|
-
"Paste your api key of
|
|
1836
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1837
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!",
|
|
1838
1838
|
Custom: 'Custom',
|
|
1839
1839
|
'More instructions about configuring `modelProviders` manually.':
|
|
1840
1840
|
'More instructions about configuring `modelProviders` manually.',
|
package/locales/ja.js
CHANGED
|
@@ -1285,8 +1285,8 @@ export default {
|
|
|
1285
1285
|
// Auth Dialog - View Titles and Labels
|
|
1286
1286
|
// ============================================================================
|
|
1287
1287
|
'Coding Plan': 'Coding Plan',
|
|
1288
|
-
"Paste your api key of
|
|
1289
|
-
'
|
|
1288
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1289
|
+
'ModelStudio Coding PlanのAPIキーを貼り付けるだけで準備完了です!',
|
|
1290
1290
|
Custom: 'カスタム',
|
|
1291
1291
|
'More instructions about configuring `modelProviders` manually.':
|
|
1292
1292
|
'`modelProviders`を手動で設定する方法の詳細はこちら。',
|
package/locales/pt.js
CHANGED
|
@@ -1777,8 +1777,8 @@ export default {
|
|
|
1777
1777
|
// Auth Dialog - View Titles and Labels
|
|
1778
1778
|
// ============================================================================
|
|
1779
1779
|
'Coding Plan': 'Coding Plan',
|
|
1780
|
-
"Paste your api key of
|
|
1781
|
-
'Cole sua chave de API do
|
|
1780
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1781
|
+
'Cole sua chave de API do ModelStudio Coding Plan e pronto!',
|
|
1782
1782
|
Custom: 'Personalizado',
|
|
1783
1783
|
'More instructions about configuring `modelProviders` manually.':
|
|
1784
1784
|
'Mais instruções sobre como configurar `modelProviders` manualmente.',
|
package/locales/ru.js
CHANGED
|
@@ -1711,8 +1711,8 @@ export default {
|
|
|
1711
1711
|
// Auth Dialog - View Titles and Labels
|
|
1712
1712
|
// ============================================================================
|
|
1713
1713
|
'Coding Plan': 'Coding Plan',
|
|
1714
|
-
"Paste your api key of
|
|
1715
|
-
'Вставьте ваш API-ключ
|
|
1714
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1715
|
+
'Вставьте ваш API-ключ ModelStudio Coding Plan и всё готово!',
|
|
1716
1716
|
Custom: 'Пользовательский',
|
|
1717
1717
|
'More instructions about configuring `modelProviders` manually.':
|
|
1718
1718
|
'Дополнительные инструкции по ручной настройке `modelProviders`.',
|
package/locales/zh.js
CHANGED
|
@@ -1650,7 +1650,7 @@ export default {
|
|
|
1650
1650
|
// ============================================================================
|
|
1651
1651
|
'API-KEY': 'API-KEY',
|
|
1652
1652
|
'Coding Plan': 'Coding Plan',
|
|
1653
|
-
"Paste your api key of
|
|
1653
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1654
1654
|
'粘贴您的百炼 Coding Plan API Key,即可完成设置!',
|
|
1655
1655
|
Custom: '自定义',
|
|
1656
1656
|
'More instructions about configuring `modelProviders` manually.':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.14.0-preview.
|
|
3
|
+
"version": "0.14.0-preview.2",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"bundled"
|
|
22
22
|
],
|
|
23
23
|
"config": {
|
|
24
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.0-preview.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.0-preview.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|