@tencent-ai/codebuddy-code 2.27.1 → 2.27.2-next.a0dd13b.20260104
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 +14 -0
- package/dist/codebuddy.js +2 -2
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +3 -3
- 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.27.
|
|
3
|
+
"version": "2.27.2-next.a0dd13b.20260104",
|
|
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
|
@@ -257,6 +257,6 @@
|
|
|
257
257
|
"BillingNotice": false,
|
|
258
258
|
"CustomModelsJSON": true
|
|
259
259
|
},
|
|
260
|
-
"commit": "
|
|
261
|
-
"date": "
|
|
260
|
+
"commit": "a0dd13b32b7e23ae130cab1e98782667499eef75",
|
|
261
|
+
"date": "2026-01-04T10:06:36.225Z"
|
|
262
262
|
}
|
package/product.internal.json
CHANGED
|
@@ -276,6 +276,6 @@
|
|
|
276
276
|
"BillingNotice": false,
|
|
277
277
|
"CustomModelsJSON": true
|
|
278
278
|
},
|
|
279
|
-
"commit": "
|
|
280
|
-
"date": "
|
|
279
|
+
"commit": "a0dd13b32b7e23ae130cab1e98782667499eef75",
|
|
280
|
+
"date": "2026-01-04T10:06:33.883Z"
|
|
281
281
|
}
|
package/product.ioa.json
CHANGED
|
@@ -484,6 +484,6 @@
|
|
|
484
484
|
"BillingNotice": false,
|
|
485
485
|
"CustomModelsJSON": true
|
|
486
486
|
},
|
|
487
|
-
"commit": "
|
|
488
|
-
"date": "
|
|
487
|
+
"commit": "a0dd13b32b7e23ae130cab1e98782667499eef75",
|
|
488
|
+
"date": "2026-01-04T10:06:35.040Z"
|
|
489
489
|
}
|
package/product.json
CHANGED
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
},
|
|
494
494
|
{
|
|
495
495
|
"name": "tool-skill-description",
|
|
496
|
-
"template": "Execute a skill within the main conversation\n\n<skills_instructions>\nWhen users ask you to perform tasks, check if any of the available skills below can help complete the task more effectively. Skills provide specialized capabilities and domain knowledge.\n\
|
|
496
|
+
"template": "Execute a skill within the main conversation\n\n<skills_instructions>\nWhen users ask you to perform tasks, check if any of the available skills below can help complete the task more effectively. Skills provide specialized capabilities and domain knowledge.\n\nWhen users ask you to run a \\\"slash command\\\" or reference \\\"/<something>\\\" (e.g., \\\"/commit\\\", \\\"/review-pr\\\"), they are referring to a skill. Use this tool to invoke the corresponding skill.\n\n<example>\nUser: \\\"run /commit\\\"\nAssistant: [Calls Skill tool with skill: \\\"commit\\\"]\n</example>\n\nHow to invoke:\n- Use this tool with the skill name and optional arguments\n- Examples:\n - `skill: \\\"pdf\\\"` - invoke the pdf skill\n - `skill: \\\"commit\\\", args: \\\"-m 'Fix bug'\\\"` - invoke with arguments\n - `skill: \\\"review-pr\\\", args: \\\"123\\\"` - invoke with arguments\n - `skill: \\\"ms-office-suite:pdf\\\"` - invoke using fully qualified name\n\nImportant:\n- When a skill is relevant, you must invoke this tool IMMEDIATELY as your first action\n- NEVER just announce or mention a skill in your text response without actually calling this tool\n- This is a BLOCKING REQUIREMENT: invoke the relevant Skill tool BEFORE generating any other response about the task\n- Only use skills listed in <available_skills> below\n- Do not invoke a skill that is already running\n- Do not use this tool for built-in CLI commands (like /help, /clear, etc.)\n</skills_instructions>\n\n<available_skills>\n{%- if skills and skills.length > 0 -%}\n{%- for skill in skills %}\n<skill>\n<name>\n{{skill.name}}\n</name>\n<description>\n{{skill.description}}\n</description>\n<location>\n{{skill.source}}\n</location>\n{%- if skill.allowedTools %}\n<allowed-tools>\n{{skill.allowedTools.join(', ')}}\n</allowed-tools>\n{%- endif %}\n</skill>\n{%- endfor -%}\n{%- endif %}\n</available_skills>\n"
|
|
497
497
|
},
|
|
498
498
|
{
|
|
499
499
|
"name": "agent-statusline-instructions",
|
|
@@ -970,6 +970,6 @@
|
|
|
970
970
|
"description": "tool-ask-user-question-description"
|
|
971
971
|
}
|
|
972
972
|
],
|
|
973
|
-
"commit": "
|
|
974
|
-
"date": "
|
|
973
|
+
"commit": "a0dd13b32b7e23ae130cab1e98782667499eef75",
|
|
974
|
+
"date": "2026-01-04T10:06:32.715Z"
|
|
975
975
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -196,6 +196,6 @@
|
|
|
196
196
|
"BillingNotice": false,
|
|
197
197
|
"CustomModelsJSON": true
|
|
198
198
|
},
|
|
199
|
-
"commit": "
|
|
200
|
-
"date": "
|
|
199
|
+
"commit": "a0dd13b32b7e23ae130cab1e98782667499eef75",
|
|
200
|
+
"date": "2026-01-04T10:06:37.404Z"
|
|
201
201
|
}
|