@tencent-ai/codebuddy-code 2.65.1-next.f740ccd.20260325 → 2.66.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 +15 -0
- package/dist/codebuddy-headless.js +5 -5
- package/dist/codebuddy.js +5 -5
- package/package.json +2 -3
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +30 -2
- package/product.json +2 -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.66.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
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
|
@@ -12,8 +12,10 @@
|
|
|
12
12
|
"description": "cli agent",
|
|
13
13
|
"models": [
|
|
14
14
|
"claude-sonnet-4.6",
|
|
15
|
+
"claude-sonnet-4.6-1m",
|
|
15
16
|
"claude-4.5",
|
|
16
17
|
"claude-opus-4.6",
|
|
18
|
+
"claude-opus-4.6-1m",
|
|
17
19
|
"claude-opus-4.5",
|
|
18
20
|
"claude-haiku-4.5",
|
|
19
21
|
"gemini-3.1-pro",
|
|
@@ -546,6 +548,19 @@
|
|
|
546
548
|
"maxAllowedSize": 80000,
|
|
547
549
|
"supportsReasoning": true
|
|
548
550
|
},
|
|
551
|
+
{
|
|
552
|
+
"credits": "x2.00 credits",
|
|
553
|
+
"id": "claude-sonnet-4.6-1m",
|
|
554
|
+
"name": "Claude-Sonnet-4.6-1M",
|
|
555
|
+
"vendor": "e",
|
|
556
|
+
"maxOutputTokens": 24000,
|
|
557
|
+
"maxInputTokens": 1000000,
|
|
558
|
+
"supportsToolCall": true,
|
|
559
|
+
"supportsImages": true,
|
|
560
|
+
"maxAllowedSize": 1000000,
|
|
561
|
+
"temperature": 1,
|
|
562
|
+
"supportsReasoning": true
|
|
563
|
+
},
|
|
549
564
|
{
|
|
550
565
|
"credits": "x3.33 credits",
|
|
551
566
|
"id": "claude-opus-4.6",
|
|
@@ -558,6 +573,19 @@
|
|
|
558
573
|
"maxAllowedSize": 80000,
|
|
559
574
|
"supportsReasoning": true
|
|
560
575
|
},
|
|
576
|
+
{
|
|
577
|
+
"credits": "x3.33 credits",
|
|
578
|
+
"id": "claude-opus-4.6-1m",
|
|
579
|
+
"name": "Claude-Opus-4.6-1M",
|
|
580
|
+
"vendor": "e",
|
|
581
|
+
"maxOutputTokens": 24000,
|
|
582
|
+
"maxInputTokens": 1000000,
|
|
583
|
+
"supportsToolCall": true,
|
|
584
|
+
"supportsImages": true,
|
|
585
|
+
"maxAllowedSize": 1000000,
|
|
586
|
+
"temperature": 1,
|
|
587
|
+
"supportsReasoning": true
|
|
588
|
+
},
|
|
561
589
|
{
|
|
562
590
|
"credits": "x3.33 credits",
|
|
563
591
|
"id": "claude-opus-4.5",
|
|
@@ -863,6 +891,6 @@
|
|
|
863
891
|
}
|
|
864
892
|
}
|
|
865
893
|
},
|
|
866
|
-
"commit": "
|
|
867
|
-
"date": "2026-03-
|
|
894
|
+
"commit": "ba5bf3e220d219b20a66cb752e77e5eda344eb3a",
|
|
895
|
+
"date": "2026-03-25T15:05:56.215Z"
|
|
868
896
|
}
|
package/product.json
CHANGED
|
@@ -1472,6 +1472,6 @@
|
|
|
1472
1472
|
"description": "Send a reply to a WeChat user. For text: pass text. For images/files: pass file_path."
|
|
1473
1473
|
}
|
|
1474
1474
|
],
|
|
1475
|
-
"commit": "
|
|
1476
|
-
"date": "2026-03-
|
|
1475
|
+
"commit": "ba5bf3e220d219b20a66cb752e77e5eda344eb3a",
|
|
1476
|
+
"date": "2026-03-25T15:05:56.131Z"
|
|
1477
1477
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -292,6 +292,6 @@
|
|
|
292
292
|
"DeferToolLoading": true,
|
|
293
293
|
"ScheduledTasks": true
|
|
294
294
|
},
|
|
295
|
-
"commit": "
|
|
296
|
-
"date": "2026-03-
|
|
295
|
+
"commit": "ba5bf3e220d219b20a66cb752e77e5eda344eb3a",
|
|
296
|
+
"date": "2026-03-25T15:05:56.131Z"
|
|
297
297
|
}
|