@qwen-code/qwen-code 0.15.9 → 0.15.10
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/bundled/qc-helper/docs/configuration/settings.md +6 -0
- package/cli.js +18976 -14875
- package/locales/en.js +23 -0
- package/locales/zh-TW.js +22 -0
- package/locales/zh.js +22 -0
- package/package.json +2 -2
- package/sandbox-macos-permissive-closed.sb +2 -1
- package/sandbox-macos-permissive-open.sb +2 -1
- package/sandbox-macos-permissive-proxied.sb +2 -1
- package/sandbox-macos-restrictive-closed.sb +2 -1
- package/sandbox-macos-restrictive-open.sb +2 -1
- package/sandbox-macos-restrictive-proxied.sb +2 -1
package/locales/en.js
CHANGED
|
@@ -153,6 +153,29 @@ export default {
|
|
|
153
153
|
'Configure authentication information for login',
|
|
154
154
|
'Copy the last result or code snippet to clipboard':
|
|
155
155
|
'Copy the last result or code snippet to clipboard',
|
|
156
|
+
'Show working-tree change stats versus HEAD':
|
|
157
|
+
'Show working-tree change stats versus HEAD',
|
|
158
|
+
'Could not determine current working directory.':
|
|
159
|
+
'Could not determine current working directory.',
|
|
160
|
+
'Failed to compute git diff stats': 'Failed to compute git diff stats',
|
|
161
|
+
'No diff available. Either this is not a git repository, HEAD is missing, or a merge/rebase/cherry-pick/revert is in progress.':
|
|
162
|
+
'No diff available. Either this is not a git repository, HEAD is missing, or a merge/rebase/cherry-pick/revert is in progress.',
|
|
163
|
+
'Clean working tree — no changes against HEAD.':
|
|
164
|
+
'Clean working tree — no changes against HEAD.',
|
|
165
|
+
'{{count}} file changed, +{{added}} / -{{removed}}':
|
|
166
|
+
'{{count}} file changed, +{{added}} / -{{removed}}',
|
|
167
|
+
'{{count}} files changed, +{{added}} / -{{removed}}':
|
|
168
|
+
'{{count}} files changed, +{{added}} / -{{removed}}',
|
|
169
|
+
'{{count}} file changed': '{{count}} file changed',
|
|
170
|
+
'{{count}} files changed': '{{count}} files changed',
|
|
171
|
+
'…and {{hidden}} more (showing first {{shown}})':
|
|
172
|
+
'…and {{hidden}} more (showing first {{shown}})',
|
|
173
|
+
'(binary)': '(binary)',
|
|
174
|
+
'(binary, new)': '(binary, new)',
|
|
175
|
+
'(new)': '(new)',
|
|
176
|
+
'(new, partial)': '(new, partial)',
|
|
177
|
+
'(deleted)': '(deleted)',
|
|
178
|
+
'(binary, deleted)': '(binary, deleted)',
|
|
156
179
|
|
|
157
180
|
// ============================================================================
|
|
158
181
|
// Commands - Agents
|
package/locales/zh-TW.js
CHANGED
|
@@ -136,6 +136,28 @@ export default {
|
|
|
136
136
|
'Configure authentication information for login': '配置登錄認證信息',
|
|
137
137
|
'Copy the last result or code snippet to clipboard':
|
|
138
138
|
'將最後的結果或代碼片段複製到剪貼板',
|
|
139
|
+
'Show working-tree change stats versus HEAD':
|
|
140
|
+
'顯示工作區相對 HEAD 的變更統計',
|
|
141
|
+
'Could not determine current working directory.': '無法確定當前工作目錄。',
|
|
142
|
+
'Failed to compute git diff stats': '計算 git diff 統計失敗',
|
|
143
|
+
'No diff available. Either this is not a git repository, HEAD is missing, or a merge/rebase/cherry-pick/revert is in progress.':
|
|
144
|
+
'無可用 diff。可能不是 Git 倉庫、HEAD 缺失,或正在執行 merge/rebase/cherry-pick/revert。',
|
|
145
|
+
'Clean working tree — no changes against HEAD.':
|
|
146
|
+
'工作區乾淨 —— 與 HEAD 無差異。',
|
|
147
|
+
'{{count}} file changed, +{{added}} / -{{removed}}':
|
|
148
|
+
'{{count}} 個檔案變更,+{{added}} / -{{removed}}',
|
|
149
|
+
'{{count}} files changed, +{{added}} / -{{removed}}':
|
|
150
|
+
'{{count}} 個檔案變更,+{{added}} / -{{removed}}',
|
|
151
|
+
'{{count}} file changed': '{{count}} 個檔案變更',
|
|
152
|
+
'{{count}} files changed': '{{count}} 個檔案變更',
|
|
153
|
+
'…and {{hidden}} more (showing first {{shown}})':
|
|
154
|
+
'…還有 {{hidden}} 個(僅顯示前 {{shown}} 個)',
|
|
155
|
+
'(binary)': '(二進位)',
|
|
156
|
+
'(binary, new)': '(二進位,新增)',
|
|
157
|
+
'(new)': '(新增)',
|
|
158
|
+
'(new, partial)': '(新增,部分統計)',
|
|
159
|
+
'(deleted)': '(已刪除)',
|
|
160
|
+
'(binary, deleted)': '(二進位,已刪除)',
|
|
139
161
|
'Manage subagents for specialized task delegation.':
|
|
140
162
|
'管理用於專門任務委派的子智能體',
|
|
141
163
|
'Manage existing subagents (view, edit, delete).':
|
package/locales/zh.js
CHANGED
|
@@ -149,6 +149,28 @@ export default {
|
|
|
149
149
|
'Configure authentication information for login': '配置登录认证信息',
|
|
150
150
|
'Copy the last result or code snippet to clipboard':
|
|
151
151
|
'将最后的结果或代码片段复制到剪贴板',
|
|
152
|
+
'Show working-tree change stats versus HEAD':
|
|
153
|
+
'显示工作区相对 HEAD 的变更统计',
|
|
154
|
+
'Could not determine current working directory.': '无法确定当前工作目录。',
|
|
155
|
+
'Failed to compute git diff stats': '计算 git diff 统计失败',
|
|
156
|
+
'No diff available. Either this is not a git repository, HEAD is missing, or a merge/rebase/cherry-pick/revert is in progress.':
|
|
157
|
+
'无可用 diff。可能不是 Git 仓库、HEAD 缺失,或正在执行 merge/rebase/cherry-pick/revert。',
|
|
158
|
+
'Clean working tree — no changes against HEAD.':
|
|
159
|
+
'工作区干净 —— 与 HEAD 无差异。',
|
|
160
|
+
'{{count}} file changed, +{{added}} / -{{removed}}':
|
|
161
|
+
'{{count}} 个文件变更,+{{added}} / -{{removed}}',
|
|
162
|
+
'{{count}} files changed, +{{added}} / -{{removed}}':
|
|
163
|
+
'{{count}} 个文件变更,+{{added}} / -{{removed}}',
|
|
164
|
+
'{{count}} file changed': '{{count}} 个文件变更',
|
|
165
|
+
'{{count}} files changed': '{{count}} 个文件变更',
|
|
166
|
+
'…and {{hidden}} more (showing first {{shown}})':
|
|
167
|
+
'…还有 {{hidden}} 个(仅显示前 {{shown}} 个)',
|
|
168
|
+
'(binary)': '(二进制)',
|
|
169
|
+
'(binary, new)': '(二进制,新增)',
|
|
170
|
+
'(new)': '(新增)',
|
|
171
|
+
'(new, partial)': '(新增,部分统计)',
|
|
172
|
+
'(deleted)': '(已删除)',
|
|
173
|
+
'(binary, deleted)': '(二进制,已删除)',
|
|
152
174
|
|
|
153
175
|
// ============================================================================
|
|
154
176
|
// Commands - Agents
|
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.10",
|
|
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.10"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
(subpath (param "TARGET_DIR"))
|
|
10
10
|
(subpath (param "TMP_DIR"))
|
|
11
11
|
(subpath (param "CACHE_DIR"))
|
|
12
|
-
(subpath (
|
|
12
|
+
(subpath (param "QWEN_DIR"))
|
|
13
|
+
(subpath (param "RUNTIME_DIR"))
|
|
13
14
|
(subpath (string-append (param "HOME_DIR") "/.npm"))
|
|
14
15
|
(subpath (string-append (param "HOME_DIR") "/.cache"))
|
|
15
16
|
(subpath (string-append (param "HOME_DIR") "/.gitconfig"))
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
(subpath (param "TARGET_DIR"))
|
|
10
10
|
(subpath (param "TMP_DIR"))
|
|
11
11
|
(subpath (param "CACHE_DIR"))
|
|
12
|
-
(subpath (
|
|
12
|
+
(subpath (param "QWEN_DIR"))
|
|
13
|
+
(subpath (param "RUNTIME_DIR"))
|
|
13
14
|
(subpath (string-append (param "HOME_DIR") "/.npm"))
|
|
14
15
|
(subpath (string-append (param "HOME_DIR") "/.cache"))
|
|
15
16
|
(subpath (string-append (param "HOME_DIR") "/.gitconfig"))
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
(subpath (param "TARGET_DIR"))
|
|
10
10
|
(subpath (param "TMP_DIR"))
|
|
11
11
|
(subpath (param "CACHE_DIR"))
|
|
12
|
-
(subpath (
|
|
12
|
+
(subpath (param "QWEN_DIR"))
|
|
13
|
+
(subpath (param "RUNTIME_DIR"))
|
|
13
14
|
(subpath (string-append (param "HOME_DIR") "/.npm"))
|
|
14
15
|
(subpath (string-append (param "HOME_DIR") "/.cache"))
|
|
15
16
|
(subpath (string-append (param "HOME_DIR") "/.gitconfig"))
|
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
(subpath (param "TARGET_DIR"))
|
|
68
68
|
(subpath (param "TMP_DIR"))
|
|
69
69
|
(subpath (param "CACHE_DIR"))
|
|
70
|
-
(subpath (
|
|
70
|
+
(subpath (param "QWEN_DIR"))
|
|
71
|
+
(subpath (param "RUNTIME_DIR"))
|
|
71
72
|
(subpath (string-append (param "HOME_DIR") "/.npm"))
|
|
72
73
|
(subpath (string-append (param "HOME_DIR") "/.cache"))
|
|
73
74
|
(subpath (string-append (param "HOME_DIR") "/.gitconfig"))
|
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
(subpath (param "TARGET_DIR"))
|
|
68
68
|
(subpath (param "TMP_DIR"))
|
|
69
69
|
(subpath (param "CACHE_DIR"))
|
|
70
|
-
(subpath (
|
|
70
|
+
(subpath (param "QWEN_DIR"))
|
|
71
|
+
(subpath (param "RUNTIME_DIR"))
|
|
71
72
|
(subpath (string-append (param "HOME_DIR") "/.npm"))
|
|
72
73
|
(subpath (string-append (param "HOME_DIR") "/.cache"))
|
|
73
74
|
(subpath (string-append (param "HOME_DIR") "/.gitconfig"))
|
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
(subpath (param "TARGET_DIR"))
|
|
68
68
|
(subpath (param "TMP_DIR"))
|
|
69
69
|
(subpath (param "CACHE_DIR"))
|
|
70
|
-
(subpath (
|
|
70
|
+
(subpath (param "QWEN_DIR"))
|
|
71
|
+
(subpath (param "RUNTIME_DIR"))
|
|
71
72
|
(subpath (string-append (param "HOME_DIR") "/.npm"))
|
|
72
73
|
(subpath (string-append (param "HOME_DIR") "/.cache"))
|
|
73
74
|
(subpath (string-append (param "HOME_DIR") "/.gitconfig"))
|