@qwen-code/qwen-code 0.15.2 → 0.15.3-nightly.20260430.da2936336
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 +31 -4
- package/bundled/batch/SKILL.md +1 -0
- package/bundled/loop/SKILL.md +1 -0
- package/bundled/qc-helper/SKILL.md +1 -0
- package/bundled/qc-helper/docs/configuration/auth.md +6 -1
- package/bundled/qc-helper/docs/configuration/settings.md +12 -11
- package/bundled/qc-helper/docs/features/_meta.ts +1 -0
- package/bundled/qc-helper/docs/features/commands.md +2 -1
- package/bundled/qc-helper/docs/features/tool-use-summaries.md +178 -0
- package/bundled/qc-helper/docs/quickstart.md +1 -0
- package/bundled/review/SKILL.md +3 -2
- package/cli.js +16941 -7131
- package/locales/ca.js +2144 -0
- package/locales/de.js +3 -0
- package/locales/en.js +3 -0
- package/locales/fr.js +3 -0
- package/locales/ja.js +4 -0
- package/locales/pt.js +3 -0
- package/locales/ru.js +3 -0
- package/locales/zh-TW.js +1679 -0
- package/locales/zh.js +3 -0
- package/package.json +2 -2
package/locales/zh.js
CHANGED
|
@@ -1291,6 +1291,8 @@ export default {
|
|
|
1291
1291
|
'付费 \u00B7 每 5 小时最多 6,000 次请求 \u00B7 支持阿里云百炼 Coding Plan 全部模型',
|
|
1292
1292
|
'Alibaba Cloud Coding Plan': '阿里云百炼 Coding Plan',
|
|
1293
1293
|
'Bring your own API key': '使用自己的 API 密钥',
|
|
1294
|
+
'Browser-based authentication with third-party providers (e.g. OpenRouter, ModelScope)':
|
|
1295
|
+
'基于浏览器的第三方提供商认证(例如 OpenRouter、ModelScope)',
|
|
1294
1296
|
'Use coding plan credentials or your own api-keys/providers.':
|
|
1295
1297
|
'使用 Coding Plan 凭证或您自己的 API 密钥/提供商。',
|
|
1296
1298
|
OpenAI: 'OpenAI',
|
|
@@ -1607,6 +1609,7 @@ export default {
|
|
|
1607
1609
|
'Command Format Migration': '命令格式迁移',
|
|
1608
1610
|
'Found {{count}} TOML command file:': '发现 {{count}} 个 TOML 命令文件:',
|
|
1609
1611
|
'Found {{count}} TOML command files:': '发现 {{count}} 个 TOML 命令文件:',
|
|
1612
|
+
'Current tasks': '当前任务',
|
|
1610
1613
|
'... and {{count}} more': '... 以及其他 {{count}} 个',
|
|
1611
1614
|
'The TOML format is deprecated. Would you like to migrate them to Markdown format?':
|
|
1612
1615
|
'TOML 格式已弃用。是否将它们迁移到 Markdown 格式?',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.3-nightly.20260430.da2936336",
|
|
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.15.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.15.3-nightly.20260430.da2936336"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|