@tencent-ai/codebuddy-code 2.97.2-next.e94e5cd.20260517 → 2.97.3-next.37b5d19.20260519
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 +18 -0
- package/dist/codebuddy-headless.js +195 -185
- package/dist/codebuddy.js +117 -107
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.97.
|
|
3
|
+
"version": "2.97.3-next.37b5d19.20260519",
|
|
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
|
@@ -413,6 +413,6 @@
|
|
|
413
413
|
"SkillManage": false,
|
|
414
414
|
"SelectImage": true
|
|
415
415
|
},
|
|
416
|
-
"commit": "
|
|
417
|
-
"date": "2026-05-
|
|
416
|
+
"commit": "37b5d1970d459dbd46b54365f66e714790c95888",
|
|
417
|
+
"date": "2026-05-19T10:18:21.353Z"
|
|
418
418
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -1527,6 +1527,6 @@
|
|
|
1527
1527
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1528
1528
|
}
|
|
1529
1529
|
],
|
|
1530
|
-
"commit": "
|
|
1531
|
-
"date": "2026-05-
|
|
1530
|
+
"commit": "37b5d1970d459dbd46b54365f66e714790c95888",
|
|
1531
|
+
"date": "2026-05-19T10:18:21.305Z"
|
|
1532
1532
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -299,6 +299,6 @@
|
|
|
299
299
|
"DeferToolLoading": true,
|
|
300
300
|
"ScheduledTasks": true
|
|
301
301
|
},
|
|
302
|
-
"commit": "
|
|
303
|
-
"date": "2026-05-
|
|
302
|
+
"commit": "37b5d1970d459dbd46b54365f66e714790c95888",
|
|
303
|
+
"date": "2026-05-19T10:18:21.303Z"
|
|
304
304
|
}
|