@tencent-ai/codebuddy-code 2.89.0 → 2.90.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 +23 -0
- package/dist/codebuddy-headless.js +83 -78
- package/dist/codebuddy.js +106 -101
- package/dist/web-ui/assets/{index-BgS-uO9X.js → index-CRSsImIs.js} +179 -179
- package/dist/web-ui/index.html +1 -1
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +6 -5
- package/product.selfhosted.json +2 -2
package/dist/web-ui/index.html
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
19
19
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
20
20
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
21
|
-
<script type="module" crossorigin src="/assets/index-
|
|
21
|
+
<script type="module" crossorigin src="/assets/index-CRSsImIs.js"></script>
|
|
22
22
|
<link rel="modulepreload" crossorigin href="/assets/markdown-Ce2Umeb2.js">
|
|
23
23
|
<link rel="modulepreload" crossorigin href="/assets/vendor-DpYitQz5.js">
|
|
24
24
|
<link rel="stylesheet" crossorigin href="/assets/index-D6QqhsAR.css">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.90.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",
|
package/product.cloudhosted.json
CHANGED
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -457,9 +457,10 @@
|
|
|
457
457
|
"emergency": 0.9
|
|
458
458
|
},
|
|
459
459
|
"inputTokens": {
|
|
460
|
-
"warning": 0.
|
|
461
|
-
"critical": 0.
|
|
462
|
-
"emergency": 0.92
|
|
460
|
+
"warning": 0.6,
|
|
461
|
+
"critical": 0.7,
|
|
462
|
+
"emergency": 0.92,
|
|
463
|
+
"preMessage": 0.8
|
|
463
464
|
}
|
|
464
465
|
},
|
|
465
466
|
"requestMaxStepLimit": 100,
|
|
@@ -1519,6 +1520,6 @@
|
|
|
1519
1520
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1520
1521
|
}
|
|
1521
1522
|
],
|
|
1522
|
-
"commit": "
|
|
1523
|
-
"date": "2026-04-
|
|
1523
|
+
"commit": "b271de3e6affb6fa0aaca8823413ad78ac884178",
|
|
1524
|
+
"date": "2026-04-16T13:27:25.559Z"
|
|
1524
1525
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -310,6 +310,6 @@
|
|
|
310
310
|
"DeferToolLoading": true,
|
|
311
311
|
"ScheduledTasks": true
|
|
312
312
|
},
|
|
313
|
-
"commit": "
|
|
314
|
-
"date": "2026-04-
|
|
313
|
+
"commit": "b271de3e6affb6fa0aaca8823413ad78ac884178",
|
|
314
|
+
"date": "2026-04-16T13:27:25.719Z"
|
|
315
315
|
}
|