@tencent-ai/codebuddy-code 2.59.0 → 2.60.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 +21 -0
- package/dist/codebuddy-headless.js +56 -47
- package/dist/codebuddy.js +42 -33
- package/dist/web-ui/assets/{index-DWfrqSMa.js → index-cFMRajhI.js} +87 -87
- 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 +2 -2
- package/product.selfhosted.json +2 -2
package/dist/web-ui/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
6
6
|
<title>CodeBuddy Code Remote Control</title>
|
|
7
7
|
<link rel="icon" type="image/svg+xml" href="/assets/small-icon-COgkmynj.svg">
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-cFMRajhI.js"></script>
|
|
9
9
|
<link rel="modulepreload" crossorigin href="/assets/markdown-Ce2Umeb2.js">
|
|
10
10
|
<link rel="modulepreload" crossorigin href="/assets/vendor-DpYitQz5.js">
|
|
11
11
|
<link rel="stylesheet" crossorigin href="/assets/index-BNoVPAG4.css">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.60.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
|
@@ -1414,6 +1414,6 @@
|
|
|
1414
1414
|
"description": "tool-cronlist-description"
|
|
1415
1415
|
}
|
|
1416
1416
|
],
|
|
1417
|
-
"commit": "
|
|
1418
|
-
"date": "2026-03-
|
|
1417
|
+
"commit": "a581a94c6b83a774ec29df131ec7e09242ba5007",
|
|
1418
|
+
"date": "2026-03-12T10:17:29.954Z"
|
|
1419
1419
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -284,6 +284,6 @@
|
|
|
284
284
|
"DeferToolLoading": true,
|
|
285
285
|
"ScheduledTasks": true
|
|
286
286
|
},
|
|
287
|
-
"commit": "
|
|
288
|
-
"date": "2026-03-
|
|
287
|
+
"commit": "a581a94c6b83a774ec29df131ec7e09242ba5007",
|
|
288
|
+
"date": "2026-03-12T10:17:30.003Z"
|
|
289
289
|
}
|