@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.27.2",
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",
@@ -257,6 +257,6 @@
257
257
  "BillingNotice": false,
258
258
  "CustomModelsJSON": true
259
259
  },
260
- "commit": "a544fde26ac3169aa9632103a69c251f0f6fc211",
261
- "date": "2026-01-04T06:14:16.167Z"
260
+ "commit": "2c5e446d61276fc1f6c36b897974f2c6e06be20f",
261
+ "date": "2026-01-05T04:25:00.015Z"
262
262
  }
@@ -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": "a544fde26ac3169aa9632103a69c251f0f6fc211",
280
- "date": "2026-01-04T06:14:13.665Z"
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": "a544fde26ac3169aa9632103a69c251f0f6fc211",
488
- "date": "2026-01-04T06:14:14.924Z"
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\nHow to use skills:\n- Invoke skills using this tool with the skill name only (no arguments)\n- When you invoke a skill, you will see <command-message>The \"{name}\" skill is loading</command-message>\n- The skill's prompt will expand and provide detailed instructions on how to complete the task\n- Examples:\n - `skill: \"pdf\"` - invoke the pdf skill\n - `skill: \"xlsx\"` - invoke the xlsx skill\n - `skill: \"data-analysis\"` - invoke the data-analysis skill\n\nImportant:\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"
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": "a544fde26ac3169aa9632103a69c251f0f6fc211",
974
- "date": "2026-01-04T06:14:12.389Z"
975
+ "commit": "2c5e446d61276fc1f6c36b897974f2c6e06be20f",
976
+ "date": "2026-01-05T04:24:56.509Z"
975
977
  }
@@ -196,6 +196,6 @@
196
196
  "BillingNotice": false,
197
197
  "CustomModelsJSON": true
198
198
  },
199
- "commit": "a544fde26ac3169aa9632103a69c251f0f6fc211",
200
- "date": "2026-01-04T06:14:17.351Z"
199
+ "commit": "2c5e446d61276fc1f6c36b897974f2c6e06be20f",
200
+ "date": "2026-01-05T04:25:01.205Z"
201
201
  }