@tencent-ai/codebuddy-code 1.23.0 → 1.24.0-next.df84bb9.20251105

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/lib/node/index.js CHANGED
@@ -1,40 +1,42 @@
1
1
  import './process';
2
- export * from './embed-fs';
3
- export * from './ui';
4
- export * from './product';
5
- export * from './runtime';
6
- export * from './tools';
2
+ export * from './agent';
7
3
  export * from './authentication';
4
+ export * from './billing';
8
5
  export * from './cli';
6
+ export * from './client';
7
+ export * from './command';
9
8
  export * from './console';
10
- export * from './agent';
11
- export * from './session';
12
9
  export * from './constants';
13
10
  export * from './context';
11
+ export * from './debug';
12
+ export * from './doctor';
13
+ export * from './embed-fs';
14
+ export * from './git';
15
+ export * from './hooks';
14
16
  export * from './http';
17
+ export * from './install';
18
+ export * from './mcp';
19
+ export * from './memory';
15
20
  export * from './model';
21
+ export * from './navigation';
22
+ export * from './permission';
23
+ export * from './product';
24
+ export * from './references';
25
+ export * from './resume';
26
+ export * from './runtime';
27
+ export * from './sandbox';
16
28
  export * from './server';
17
- export * from './command';
18
- export * from './shell';
19
- export * from './git';
20
- export * from './memory';
21
- export * from './trace';
29
+ export * from './session';
22
30
  export * from './settings';
23
- export * from './status';
24
- export * from './mcp';
25
- export * from './update';
26
- export * from './client';
31
+ export * from './shell';
27
32
  export * from './shortcut';
28
- export * from './navigation';
33
+ export * from './status';
29
34
  export * from './telemetry';
30
- export * from './billing';
31
- export * from './token-usage-thresholds';
32
- export * from './references';
33
- export * from './permission';
34
- export * from './doctor';
35
- export * from './resume';
36
35
  export * from './tips';
37
- export * from './debug';
38
- export * from './sandbox';
39
- export * from './hooks';
36
+ export * from './token-usage-thresholds';
37
+ export * from './tools';
38
+ export * from './trace';
39
+ export * from './ui';
40
+ export * from './update';
41
+ export * from './plugins';
40
42
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "1.23.0",
3
+ "version": "1.24.0-next.df84bb9.20251105",
4
4
  "description": "Use CodeBuddy, Tencent's AI assistant, right from your terminal. CodeBuddy can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
5
5
  "main": "lib/node/index.js",
6
6
  "typings": "lib/node/index.d.ts",
@@ -29,7 +29,8 @@
29
29
  "url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
30
30
  },
31
31
  "publishConfig": {
32
- "access": "public"
32
+ "access": "public",
33
+ "tag": "next"
33
34
  },
34
35
  "scripts": {},
35
36
  "devDependencies": {}
@@ -175,6 +175,6 @@
175
175
  "productFeatures": {
176
176
  "BillingNotice": false
177
177
  },
178
- "commit": "15d036bdb644d975966be259ef244c3700099359",
179
- "date": "2025-11-03T13:17:48.350Z"
178
+ "commit": "df84bb996e8cc0d9c455630170085b03c8ba6de0",
179
+ "date": "2025-11-04T16:05:16.566Z"
180
180
  }
@@ -7,6 +7,7 @@
7
7
  "instructions": "cli-agent-prompt",
8
8
  "description": "cli agent",
9
9
  "models": [
10
+ "glm-4.6",
10
11
  "deepseek-v3.1",
11
12
  "deepseek-v3-0324"
12
13
  ],
@@ -147,6 +148,20 @@
147
148
  "disabledMultimodal": true,
148
149
  "maxAllowedSize": 56000
149
150
  },
151
+ {
152
+ "credits": "x0.18 credits",
153
+ "id": "glm-4.6",
154
+ "name": "GLM-4.6",
155
+ "vendor": "f",
156
+ "maxOutputTokens": 32000,
157
+ "maxInputTokens": 168000,
158
+ "supportsToolCall": true,
159
+ "supportsImages": false,
160
+ "disabledMultimodal": true,
161
+ "maxAllowedSize": 168000,
162
+ "supportsReasoning": true,
163
+ "temperature": 1
164
+ },
150
165
  {
151
166
  "id": "hunyuan-chat",
152
167
  "name": "Hunyuan-Turbos",
@@ -177,6 +192,6 @@
177
192
  "productFeatures": {
178
193
  "BillingNotice": false
179
194
  },
180
- "commit": "15d036bdb644d975966be259ef244c3700099359",
181
- "date": "2025-11-03T13:17:45.764Z"
195
+ "commit": "df84bb996e8cc0d9c455630170085b03c8ba6de0",
196
+ "date": "2025-11-04T16:05:13.971Z"
182
197
  }
package/product.ioa.json CHANGED
@@ -16,6 +16,7 @@
16
16
  "gpt-5-mini",
17
17
  "gpt-5-nano",
18
18
  "o4-mini",
19
+ "glm-4.6",
19
20
  "deepseek-v3.1"
20
21
  ],
21
22
  "commands": [
@@ -148,6 +149,20 @@
148
149
  "disabledMultimodal": true,
149
150
  "maxAllowedSize": 56000
150
151
  },
152
+ {
153
+ "credits": "x0.18 credits",
154
+ "id": "glm-4.6",
155
+ "name": "GLM-4.6",
156
+ "vendor": "f",
157
+ "maxOutputTokens": 32000,
158
+ "maxInputTokens": 168000,
159
+ "supportsToolCall": true,
160
+ "supportsImages": false,
161
+ "disabledMultimodal": true,
162
+ "maxAllowedSize": 168000,
163
+ "supportsReasoning": true,
164
+ "temperature": 1
165
+ },
151
166
  {
152
167
  "credits": "x2.00 credits",
153
168
  "id": "claude-4.0",
@@ -318,6 +333,6 @@
318
333
  "productFeatures": {
319
334
  "BillingNotice": false
320
335
  },
321
- "commit": "15d036bdb644d975966be259ef244c3700099359",
322
- "date": "2025-11-03T13:17:46.997Z"
336
+ "commit": "df84bb996e8cc0d9c455630170085b03c8ba6de0",
337
+ "date": "2025-11-04T16:05:15.238Z"
323
338
  }
package/product.json CHANGED
@@ -231,6 +231,7 @@
231
231
  "emergency": 0.92
232
232
  }
233
233
  },
234
+ "requestMaxStepLimit": 64,
234
235
  "prompts": [
235
236
  {
236
237
  "name": "cli-agent-prompt",
@@ -691,6 +692,6 @@
691
692
  "description": "tool-skill-description"
692
693
  }
693
694
  ],
694
- "commit": "15d036bdb644d975966be259ef244c3700099359",
695
- "date": "2025-11-03T13:17:44.327Z"
695
+ "commit": "df84bb996e8cc0d9c455630170085b03c8ba6de0",
696
+ "date": "2025-11-04T16:05:12.652Z"
696
697
  }
@@ -145,6 +145,6 @@
145
145
  "productFeatures": {
146
146
  "BillingNotice": false
147
147
  },
148
- "commit": "15d036bdb644d975966be259ef244c3700099359",
149
- "date": "2025-11-03T13:17:49.606Z"
148
+ "commit": "df84bb996e8cc0d9c455630170085b03c8ba6de0",
149
+ "date": "2025-11-04T16:05:17.846Z"
150
150
  }