@tencent-ai/codebuddy-code 2.96.0-next.637b40c.20260512 → 2.97.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 +141 -0
- package/dist/codebuddy-headless.js +46 -118
- package/dist/codebuddy.js +62 -134
- package/package.json +2 -3
- package/product.cloudhosted.json +5 -2
- package/product.internal.json +5 -2
- package/product.ioa.json +5 -2
- package/product.json +10 -2
- package/product.selfhosted.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.97.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",
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
33
|
-
"tag": "next"
|
|
32
|
+
"access": "public"
|
|
34
33
|
},
|
|
35
34
|
"scripts": {},
|
|
36
35
|
"devDependencies": {},
|
package/product.cloudhosted.json
CHANGED
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
"tools": [
|
|
111
111
|
"Read"
|
|
112
112
|
],
|
|
113
|
+
"commands": [
|
|
114
|
+
"_compact"
|
|
115
|
+
],
|
|
113
116
|
"tags": [
|
|
114
117
|
"cli",
|
|
115
118
|
"compact"
|
|
@@ -410,6 +413,6 @@
|
|
|
410
413
|
"SkillManage": false,
|
|
411
414
|
"SelectImage": true
|
|
412
415
|
},
|
|
413
|
-
"commit": "
|
|
414
|
-
"date": "2026-05-
|
|
416
|
+
"commit": "128246570576896f27eea5952184b086b997c167",
|
|
417
|
+
"date": "2026-05-13T07:00:25.744Z"
|
|
415
418
|
}
|
package/product.internal.json
CHANGED
|
@@ -118,6 +118,9 @@
|
|
|
118
118
|
"tools": [
|
|
119
119
|
"Read"
|
|
120
120
|
],
|
|
121
|
+
"commands": [
|
|
122
|
+
"_compact"
|
|
123
|
+
],
|
|
121
124
|
"tags": [
|
|
122
125
|
"cli",
|
|
123
126
|
"compact"
|
|
@@ -594,6 +597,6 @@
|
|
|
594
597
|
}
|
|
595
598
|
}
|
|
596
599
|
},
|
|
597
|
-
"commit": "
|
|
598
|
-
"date": "2026-05-
|
|
600
|
+
"commit": "128246570576896f27eea5952184b086b997c167",
|
|
601
|
+
"date": "2026-05-13T07:00:25.618Z"
|
|
599
602
|
}
|
package/product.ioa.json
CHANGED
|
@@ -141,6 +141,9 @@
|
|
|
141
141
|
"tools": [
|
|
142
142
|
"Read"
|
|
143
143
|
],
|
|
144
|
+
"commands": [
|
|
145
|
+
"_compact"
|
|
146
|
+
],
|
|
144
147
|
"tags": [
|
|
145
148
|
"cli",
|
|
146
149
|
"compact"
|
|
@@ -945,6 +948,6 @@
|
|
|
945
948
|
}
|
|
946
949
|
}
|
|
947
950
|
},
|
|
948
|
-
"commit": "
|
|
949
|
-
"date": "2026-05-
|
|
951
|
+
"commit": "128246570576896f27eea5952184b086b997c167",
|
|
952
|
+
"date": "2026-05-13T07:00:25.824Z"
|
|
950
953
|
}
|
package/product.json
CHANGED
|
@@ -945,6 +945,9 @@
|
|
|
945
945
|
"tools": [
|
|
946
946
|
"Read"
|
|
947
947
|
],
|
|
948
|
+
"commands": [
|
|
949
|
+
"_compact"
|
|
950
|
+
],
|
|
948
951
|
"tags": [
|
|
949
952
|
"cli",
|
|
950
953
|
"compact"
|
|
@@ -1128,6 +1131,11 @@
|
|
|
1128
1131
|
"compact-agent"
|
|
1129
1132
|
]
|
|
1130
1133
|
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "_compact",
|
|
1136
|
+
"description": "Clear conversation history but keep a summary in context. Optional: /compact [instructions for summarization]",
|
|
1137
|
+
"prompt": "compact-prompt"
|
|
1138
|
+
},
|
|
1131
1139
|
{
|
|
1132
1140
|
"name": "upgrade",
|
|
1133
1141
|
"description": "Open upgrade page in browser"
|
|
@@ -1519,6 +1527,6 @@
|
|
|
1519
1527
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1520
1528
|
}
|
|
1521
1529
|
],
|
|
1522
|
-
"commit": "
|
|
1523
|
-
"date": "2026-05-
|
|
1530
|
+
"commit": "128246570576896f27eea5952184b086b997c167",
|
|
1531
|
+
"date": "2026-05-13T07:00:25.365Z"
|
|
1524
1532
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -104,6 +104,9 @@
|
|
|
104
104
|
"tools": [
|
|
105
105
|
"Read"
|
|
106
106
|
],
|
|
107
|
+
"commands": [
|
|
108
|
+
"_compact"
|
|
109
|
+
],
|
|
107
110
|
"tags": [
|
|
108
111
|
"cli",
|
|
109
112
|
"compact"
|
|
@@ -296,6 +299,6 @@
|
|
|
296
299
|
"DeferToolLoading": true,
|
|
297
300
|
"ScheduledTasks": true
|
|
298
301
|
},
|
|
299
|
-
"commit": "
|
|
300
|
-
"date": "2026-05-
|
|
302
|
+
"commit": "128246570576896f27eea5952184b086b997c167",
|
|
303
|
+
"date": "2026-05-13T07:00:25.707Z"
|
|
301
304
|
}
|