@tencent-ai/codebuddy-code 2.27.2 → 2.27.3
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 +18 -0
- package/dist/codebuddy.js +2 -2
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +5 -3
- package/product.ioa.json +5 -3
- package/product.json +6 -4
- 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.3",
|
|
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
|
@@ -257,6 +257,6 @@
|
|
|
257
257
|
"BillingNotice": false,
|
|
258
258
|
"CustomModelsJSON": true
|
|
259
259
|
},
|
|
260
|
-
"commit": "
|
|
261
|
-
"date": "2026-01-
|
|
260
|
+
"commit": "2c5e446d61276fc1f6c36b897974f2c6e06be20f",
|
|
261
|
+
"date": "2026-01-05T04:25:00.015Z"
|
|
262
262
|
}
|
package/product.internal.json
CHANGED
|
@@ -76,7 +76,9 @@
|
|
|
76
76
|
"name": "compact",
|
|
77
77
|
"instructions": "compact-agent-prompt",
|
|
78
78
|
"description": "compact agent",
|
|
79
|
-
"tools": [
|
|
79
|
+
"tools": [
|
|
80
|
+
"Read"
|
|
81
|
+
],
|
|
80
82
|
"tags": [
|
|
81
83
|
"cli",
|
|
82
84
|
"compact"
|
|
@@ -276,6 +278,6 @@
|
|
|
276
278
|
"BillingNotice": false,
|
|
277
279
|
"CustomModelsJSON": true
|
|
278
280
|
},
|
|
279
|
-
"commit": "
|
|
280
|
-
"date": "2026-01-
|
|
281
|
+
"commit": "2c5e446d61276fc1f6c36b897974f2c6e06be20f",
|
|
282
|
+
"date": "2026-01-05T04:24:57.677Z"
|
|
281
283
|
}
|
package/product.ioa.json
CHANGED
|
@@ -102,7 +102,9 @@
|
|
|
102
102
|
"cli",
|
|
103
103
|
"content-analyzer"
|
|
104
104
|
],
|
|
105
|
-
"tools": [
|
|
105
|
+
"tools": [
|
|
106
|
+
"Read"
|
|
107
|
+
]
|
|
106
108
|
},
|
|
107
109
|
{
|
|
108
110
|
"name": "terminalTitleGenerator",
|
|
@@ -484,6 +486,6 @@
|
|
|
484
486
|
"BillingNotice": false,
|
|
485
487
|
"CustomModelsJSON": true
|
|
486
488
|
},
|
|
487
|
-
"commit": "
|
|
488
|
-
"date": "2026-01-
|
|
489
|
+
"commit": "2c5e446d61276fc1f6c36b897974f2c6e06be20f",
|
|
490
|
+
"date": "2026-01-05T04:24:58.841Z"
|
|
489
491
|
}
|
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",
|
|
@@ -647,7 +647,9 @@
|
|
|
647
647
|
"name": "compact",
|
|
648
648
|
"instructions": "compact-agent-prompt",
|
|
649
649
|
"description": "compact agent",
|
|
650
|
-
"tools": [
|
|
650
|
+
"tools": [
|
|
651
|
+
"Read"
|
|
652
|
+
],
|
|
651
653
|
"tags": [
|
|
652
654
|
"cli",
|
|
653
655
|
"compact"
|
|
@@ -970,6 +972,6 @@
|
|
|
970
972
|
"description": "tool-ask-user-question-description"
|
|
971
973
|
}
|
|
972
974
|
],
|
|
973
|
-
"commit": "
|
|
974
|
-
"date": "2026-01-
|
|
975
|
+
"commit": "2c5e446d61276fc1f6c36b897974f2c6e06be20f",
|
|
976
|
+
"date": "2026-01-05T04:24:56.509Z"
|
|
975
977
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -196,6 +196,6 @@
|
|
|
196
196
|
"BillingNotice": false,
|
|
197
197
|
"CustomModelsJSON": true
|
|
198
198
|
},
|
|
199
|
-
"commit": "
|
|
200
|
-
"date": "2026-01-
|
|
199
|
+
"commit": "2c5e446d61276fc1f6c36b897974f2c6e06be20f",
|
|
200
|
+
"date": "2026-01-05T04:25:01.205Z"
|
|
201
201
|
}
|