@tencent-ai/codebuddy-code 2.135.0-dev.e50d412.202608131935 → 2.136.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 +11 -11
- package/dist/codebuddy.js +19 -19
- package/package.json +2 -3
- 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.
|
|
3
|
+
"version": "2.136.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",
|
|
@@ -43,8 +43,7 @@
|
|
|
43
43
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
|
-
"access": "public"
|
|
47
|
-
"tag": "dev"
|
|
46
|
+
"access": "public"
|
|
48
47
|
},
|
|
49
48
|
"scripts": {},
|
|
50
49
|
"devDependencies": {}
|
package/product.cloudhosted.json
CHANGED
|
@@ -812,6 +812,6 @@
|
|
|
812
812
|
"SelectImage": true,
|
|
813
813
|
"SkipToolCallSupportCheck": true
|
|
814
814
|
},
|
|
815
|
-
"commit": "
|
|
816
|
-
"date": "2026-08-
|
|
815
|
+
"commit": "91251a6261849cba6267217ec73e19ed65e0c103",
|
|
816
|
+
"date": "2026-08-13T12:36:24.965Z"
|
|
817
817
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -1812,6 +1812,6 @@
|
|
|
1812
1812
|
"description": "tool-repl-description"
|
|
1813
1813
|
}
|
|
1814
1814
|
],
|
|
1815
|
-
"commit": "
|
|
1816
|
-
"date": "2026-08-
|
|
1815
|
+
"commit": "91251a6261849cba6267217ec73e19ed65e0c103",
|
|
1816
|
+
"date": "2026-08-13T12:36:24.970Z"
|
|
1817
1817
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -349,6 +349,6 @@
|
|
|
349
349
|
"ScheduledTasks": true,
|
|
350
350
|
"SkipToolCallSupportCheck": true
|
|
351
351
|
},
|
|
352
|
-
"commit": "
|
|
353
|
-
"date": "2026-08-
|
|
352
|
+
"commit": "91251a6261849cba6267217ec73e19ed65e0c103",
|
|
353
|
+
"date": "2026-08-13T12:36:24.967Z"
|
|
354
354
|
}
|