@tencent-ai/codebuddy-code 2.55.1-next.e2f60fd.20260307 → 2.56.0
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/CHANGELOG.md +22 -0
- package/dist/codebuddy-headless.js +33 -33
- package/dist/codebuddy.js +78 -78
- package/package.json +2 -3
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +18 -2
- package/product.json +18 -2
- package/product.selfhosted.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.56.0",
|
|
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,8 +29,7 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
33
|
-
"tag": "next"
|
|
32
|
+
"access": "public"
|
|
34
33
|
},
|
|
35
34
|
"scripts": {},
|
|
36
35
|
"devDependencies": {},
|
package/product.cloudhosted.json
CHANGED
|
@@ -391,6 +391,6 @@
|
|
|
391
391
|
"DeferToolLoading": true,
|
|
392
392
|
"ImageGen": true
|
|
393
393
|
},
|
|
394
|
-
"commit": "
|
|
395
|
-
"date": "2026-03-
|
|
394
|
+
"commit": "1528672189d5975e8007643d900b4c3266cf1ae3",
|
|
395
|
+
"date": "2026-03-07T11:31:56.718Z"
|
|
396
396
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"gemini-3.1-pro",
|
|
20
20
|
"gemini-3.0-flash",
|
|
21
21
|
"gemini-2.5-pro",
|
|
22
|
+
"gpt-5.4",
|
|
22
23
|
"gpt-5.2",
|
|
23
24
|
"gpt-5.3-codex",
|
|
24
25
|
"gpt-5.2-codex",
|
|
@@ -538,6 +539,21 @@
|
|
|
538
539
|
"lite"
|
|
539
540
|
]
|
|
540
541
|
},
|
|
542
|
+
{
|
|
543
|
+
"credits": "x1.70 credits",
|
|
544
|
+
"id": "gpt-5.4",
|
|
545
|
+
"name": "GPT-5.4",
|
|
546
|
+
"vendor": "e",
|
|
547
|
+
"maxInputTokens": 272000,
|
|
548
|
+
"maxOutputTokens": 128000,
|
|
549
|
+
"supportsToolCall": true,
|
|
550
|
+
"supportsImages": true,
|
|
551
|
+
"supportsReasoning": true,
|
|
552
|
+
"reseaning": {
|
|
553
|
+
"effort": "high",
|
|
554
|
+
"summary": "auto"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
541
557
|
{
|
|
542
558
|
"credits": "x1.35 credits",
|
|
543
559
|
"id": "gpt-5.3-codex",
|
|
@@ -770,6 +786,6 @@
|
|
|
770
786
|
}
|
|
771
787
|
}
|
|
772
788
|
},
|
|
773
|
-
"commit": "
|
|
774
|
-
"date": "2026-03-
|
|
789
|
+
"commit": "1528672189d5975e8007643d900b4c3266cf1ae3",
|
|
790
|
+
"date": "2026-03-07T11:31:56.832Z"
|
|
775
791
|
}
|
package/product.json
CHANGED
|
@@ -158,6 +158,21 @@
|
|
|
158
158
|
"lite"
|
|
159
159
|
]
|
|
160
160
|
},
|
|
161
|
+
{
|
|
162
|
+
"credits": "x1.70 credits",
|
|
163
|
+
"id": "gpt-5.4",
|
|
164
|
+
"name": "GPT-5.4",
|
|
165
|
+
"vendor": "e",
|
|
166
|
+
"maxInputTokens": 272000,
|
|
167
|
+
"maxOutputTokens": 128000,
|
|
168
|
+
"supportsToolCall": true,
|
|
169
|
+
"supportsImages": true,
|
|
170
|
+
"supportsReasoning": true,
|
|
171
|
+
"reseaning": {
|
|
172
|
+
"effort": "high",
|
|
173
|
+
"summary": "auto"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
161
176
|
{
|
|
162
177
|
"credits": "x1.35 credits",
|
|
163
178
|
"id": "gpt-5.3-codex",
|
|
@@ -785,6 +800,7 @@
|
|
|
785
800
|
"gemini-3.0-flash",
|
|
786
801
|
"gemini-2.5-pro",
|
|
787
802
|
"gemini-2.5-flash",
|
|
803
|
+
"gpt-5.4",
|
|
788
804
|
"gpt-5.2",
|
|
789
805
|
"gpt-5.3-codex",
|
|
790
806
|
"gpt-5.2-codex",
|
|
@@ -1366,6 +1382,6 @@
|
|
|
1366
1382
|
"description": "tool-enterworktree-description"
|
|
1367
1383
|
}
|
|
1368
1384
|
],
|
|
1369
|
-
"commit": "
|
|
1370
|
-
"date": "2026-03-
|
|
1385
|
+
"commit": "1528672189d5975e8007643d900b4c3266cf1ae3",
|
|
1386
|
+
"date": "2026-03-07T11:31:56.879Z"
|
|
1371
1387
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -280,6 +280,6 @@
|
|
|
280
280
|
"CustomModelsJSON": true,
|
|
281
281
|
"DeferToolLoading": true
|
|
282
282
|
},
|
|
283
|
-
"commit": "
|
|
284
|
-
"date": "2026-03-
|
|
283
|
+
"commit": "1528672189d5975e8007643d900b4c3266cf1ae3",
|
|
284
|
+
"date": "2026-03-07T11:31:56.845Z"
|
|
285
285
|
}
|