@tencent-ai/codebuddy-code 2.95.1 → 2.96.0-next.35c7246.20260512
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 +17 -0
- package/dist/codebuddy-headless.js +177 -177
- package/dist/codebuddy.js +123 -123
- package/package.json +3 -2
- package/product.cloudhosted.json +4 -3
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +11 -3
- package/product.selfhosted.json +2 -2
- package/vendor/sandbox/sandbox-cli +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.96.0-next.35c7246.20260512",
|
|
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,7 +29,8 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
32
|
+
"access": "public",
|
|
33
|
+
"tag": "next"
|
|
33
34
|
},
|
|
34
35
|
"scripts": {},
|
|
35
36
|
"devDependencies": {},
|
package/product.cloudhosted.json
CHANGED
|
@@ -407,8 +407,9 @@
|
|
|
407
407
|
"DeferToolLoading": true,
|
|
408
408
|
"ImageGen": true,
|
|
409
409
|
"ScheduledTasks": true,
|
|
410
|
-
"SkillManage": false
|
|
410
|
+
"SkillManage": false,
|
|
411
|
+
"SelectImage": true
|
|
411
412
|
},
|
|
412
|
-
"commit": "
|
|
413
|
-
"date": "2026-05-
|
|
413
|
+
"commit": "35c72461c71784b55f2aef36ee63df0077b4459d",
|
|
414
|
+
"date": "2026-05-12T10:27:45.397Z"
|
|
414
415
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
},
|
|
506
506
|
{
|
|
507
507
|
"name": "terminal-title-generator-instructions",
|
|
508
|
-
"template": "You are a topic analyzer. Your ONLY purpose is to identify conversation topics.\n\nYour job:\n1. Read the user message\n2. Determine if it starts a NEW conversation topic (compared to previous context if any)\n3. If yes, extract a 2-3 word title for the topic\n\nCRITICAL CONSTRAINTS:\n- You are NOT a code generator, writer, or task executor\n- You MUST respond ONLY with JSON in this exact format:\n {\"isNewTopic\": boolean, \"title\": string or null}\n- NEVER generate, implement, code, or produce any content\n- NEVER provide explanations, reasoning, or extra text\n- NEVER engage with the user's actual request beyond identifying the topic\n\nExamples:\nUser: \"Can you build an HTML5 game?\" → {\"isNewTopic\": true, \"title\": \"Game Development\"}\nUser: \"Add more features\" → {\"isNewTopic\": false, \"title\": null}\n\nReturn only the JSON object. Nothing else.\n"
|
|
508
|
+
"template": "You are a topic analyzer. Your ONLY purpose is to identify conversation topics.\n\nYour job:\n1. Read the user message\n2. Determine if it starts a NEW conversation topic (compared to previous context if any)\n3. If yes, extract a 2-3 word title for the topic\n\nCRITICAL CONSTRAINTS:\n- You are NOT a code generator, writer, or task executor\n- You MUST respond ONLY with JSON in this exact format:\n {\"isNewTopic\": boolean, \"title\": string or null}\n- NEVER generate, implement, code, or produce any content\n- NEVER provide explanations, reasoning, or extra text\n- NEVER engage with the user's actual request beyond identifying the topic\n\nExamples:\nUser: \"Can you build an HTML5 game?\" → {\"isNewTopic\": true, \"title\": \"Game Development\"}\nUser: \"Add more features\" → {\"isNewTopic\": false, \"title\": null}\n\nReturn only the JSON object. Nothing else.\n{%- if language -%}\n\nIMPORTANT: The `title` field MUST be written in {{language}}. Do not use English for the title value even though these instructions are in English. The JSON structure itself (field names, boolean values) stays unchanged.\n{%- endif -%}\n"
|
|
509
509
|
},
|
|
510
510
|
{
|
|
511
511
|
"name": "memory-selector-instructions",
|
|
@@ -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": "35c72461c71784b55f2aef36ee63df0077b4459d",
|
|
1531
|
+
"date": "2026-05-12T10:27:45.430Z"
|
|
1524
1532
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -296,6 +296,6 @@
|
|
|
296
296
|
"DeferToolLoading": true,
|
|
297
297
|
"ScheduledTasks": true
|
|
298
298
|
},
|
|
299
|
-
"commit": "
|
|
300
|
-
"date": "2026-05-
|
|
299
|
+
"commit": "35c72461c71784b55f2aef36ee63df0077b4459d",
|
|
300
|
+
"date": "2026-05-12T10:27:45.263Z"
|
|
301
301
|
}
|
|
Binary file
|