@tencent-ai/codebuddy-code 2.94.4-next.fb461eb.20260502 → 2.95.0-next.26e75c2.20260503
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 +37 -0
- package/dist/codebuddy-headless.js +29 -16
- package/dist/codebuddy.js +31 -18
- package/package.json +1 -1
- package/product.cloudhosted.json +5 -3
- package/product.internal.json +5 -3
- package/product.ioa.json +5 -3
- package/product.json +5 -3
- package/product.selfhosted.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.95.0-next.26e75c2.20260503",
|
|
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
|
@@ -94,7 +94,9 @@
|
|
|
94
94
|
"SendMessage",
|
|
95
95
|
"NotebookEdit",
|
|
96
96
|
"LSP",
|
|
97
|
-
"ComputerUse"
|
|
97
|
+
"ComputerUse",
|
|
98
|
+
"ImageGen",
|
|
99
|
+
"ImageEdit"
|
|
98
100
|
],
|
|
99
101
|
"tags": [
|
|
100
102
|
"cli",
|
|
@@ -407,6 +409,6 @@
|
|
|
407
409
|
"ScheduledTasks": true,
|
|
408
410
|
"SkillManage": false
|
|
409
411
|
},
|
|
410
|
-
"commit": "
|
|
411
|
-
"date": "2026-05-
|
|
412
|
+
"commit": "26e75c22f8bc2e546a174cd4d7ec71180cf7b96d",
|
|
413
|
+
"date": "2026-05-02T16:15:32.910Z"
|
|
412
414
|
}
|
package/product.internal.json
CHANGED
|
@@ -102,7 +102,9 @@
|
|
|
102
102
|
"SendMessage",
|
|
103
103
|
"NotebookEdit",
|
|
104
104
|
"LSP",
|
|
105
|
-
"ComputerUse"
|
|
105
|
+
"ComputerUse",
|
|
106
|
+
"ImageGen",
|
|
107
|
+
"ImageEdit"
|
|
106
108
|
],
|
|
107
109
|
"tags": [
|
|
108
110
|
"cli",
|
|
@@ -592,6 +594,6 @@
|
|
|
592
594
|
}
|
|
593
595
|
}
|
|
594
596
|
},
|
|
595
|
-
"commit": "
|
|
596
|
-
"date": "2026-05-
|
|
597
|
+
"commit": "26e75c22f8bc2e546a174cd4d7ec71180cf7b96d",
|
|
598
|
+
"date": "2026-05-02T16:15:32.766Z"
|
|
597
599
|
}
|
package/product.ioa.json
CHANGED
|
@@ -125,7 +125,9 @@
|
|
|
125
125
|
"NotebookEdit",
|
|
126
126
|
"LSP",
|
|
127
127
|
"SkillManage",
|
|
128
|
-
"ComputerUse"
|
|
128
|
+
"ComputerUse",
|
|
129
|
+
"ImageGen",
|
|
130
|
+
"ImageEdit"
|
|
129
131
|
],
|
|
130
132
|
"tags": [
|
|
131
133
|
"cli",
|
|
@@ -943,6 +945,6 @@
|
|
|
943
945
|
}
|
|
944
946
|
}
|
|
945
947
|
},
|
|
946
|
-
"commit": "
|
|
947
|
-
"date": "2026-05-
|
|
948
|
+
"commit": "26e75c22f8bc2e546a174cd4d7ec71180cf7b96d",
|
|
949
|
+
"date": "2026-05-02T16:15:32.767Z"
|
|
948
950
|
}
|
package/product.json
CHANGED
|
@@ -929,7 +929,9 @@
|
|
|
929
929
|
"LSP",
|
|
930
930
|
"WeChatReply",
|
|
931
931
|
"WeComReply",
|
|
932
|
-
"ComputerUse"
|
|
932
|
+
"ComputerUse",
|
|
933
|
+
"ImageGen",
|
|
934
|
+
"ImageEdit"
|
|
933
935
|
],
|
|
934
936
|
"tags": [
|
|
935
937
|
"cli",
|
|
@@ -1517,6 +1519,6 @@
|
|
|
1517
1519
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1518
1520
|
}
|
|
1519
1521
|
],
|
|
1520
|
-
"commit": "
|
|
1521
|
-
"date": "2026-05-
|
|
1522
|
+
"commit": "26e75c22f8bc2e546a174cd4d7ec71180cf7b96d",
|
|
1523
|
+
"date": "2026-05-02T16:15:32.930Z"
|
|
1522
1524
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -88,7 +88,9 @@
|
|
|
88
88
|
"SendMessage",
|
|
89
89
|
"NotebookEdit",
|
|
90
90
|
"LSP",
|
|
91
|
-
"ComputerUse"
|
|
91
|
+
"ComputerUse",
|
|
92
|
+
"ImageGen",
|
|
93
|
+
"ImageEdit"
|
|
92
94
|
],
|
|
93
95
|
"tags": [
|
|
94
96
|
"cli",
|
|
@@ -294,6 +296,6 @@
|
|
|
294
296
|
"DeferToolLoading": true,
|
|
295
297
|
"ScheduledTasks": true
|
|
296
298
|
},
|
|
297
|
-
"commit": "
|
|
298
|
-
"date": "2026-05-
|
|
299
|
+
"commit": "26e75c22f8bc2e546a174cd4d7ec71180cf7b96d",
|
|
300
|
+
"date": "2026-05-02T16:15:32.856Z"
|
|
299
301
|
}
|