@tencent-ai/codebuddy-code 2.95.0-next.41335a0.20260502 → 2.95.0-next.a479cd2.20260504

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.95.0-next.41335a0.20260502",
3
+ "version": "2.95.0-next.a479cd2.20260504",
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",
@@ -409,6 +409,6 @@
409
409
  "ScheduledTasks": true,
410
410
  "SkillManage": false
411
411
  },
412
- "commit": "41335a0ff06adfd27131e5a324e5a9940172a8ef",
413
- "date": "2026-05-02T04:17:53.677Z"
412
+ "commit": "a479cd26da9ed18172cf81dc8a044948276721b2",
413
+ "date": "2026-05-04T04:16:43.273Z"
414
414
  }
@@ -594,6 +594,6 @@
594
594
  }
595
595
  }
596
596
  },
597
- "commit": "41335a0ff06adfd27131e5a324e5a9940172a8ef",
598
- "date": "2026-05-02T04:17:53.088Z"
597
+ "commit": "a479cd26da9ed18172cf81dc8a044948276721b2",
598
+ "date": "2026-05-04T04:16:43.170Z"
599
599
  }
package/product.ioa.json CHANGED
@@ -945,6 +945,6 @@
945
945
  }
946
946
  }
947
947
  },
948
- "commit": "41335a0ff06adfd27131e5a324e5a9940172a8ef",
949
- "date": "2026-05-02T04:17:53.467Z"
948
+ "commit": "a479cd26da9ed18172cf81dc8a044948276721b2",
949
+ "date": "2026-05-04T04:16:43.309Z"
950
950
  }
package/product.json CHANGED
@@ -665,7 +665,7 @@
665
665
  },
666
666
  {
667
667
  "name": "tool-skill-description",
668
- "template": "Execute a skill within the main conversation\n\nWhen users ask you to perform tasks, check if any of the available skills below match. Skills provide specialized capabilities and domain knowledge.\n\nWhen users reference a \"slash command\" or \"/<something>\" (e.g., \"/commit\", \"/review-pr\"), they are referring to a skill. Use this tool to invoke it.\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: \"ms-office-suite:pdf\"` - invoke using fully qualified name\n\nImportant:\n- When a skill matches the user's request, this is a BLOCKING REQUIREMENT: invoke the relevant Skill tool BEFORE generating any other response about the task\n- NEVER mention a skill without actually calling this tool\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- If you see a <command-name> tag in the current conversation turn, the skill has ALREADY been loaded - follow the instructions directly instead of calling this tool again\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{%- if skill.agentCreated %}\n<agent_created>true</agent_created>\n{%- endif %}\n</skill>\n{%- endfor -%}\n{%- endif %}\n</available_skills>\n"
668
+ "template": "Execute a skill within the main conversation\n\nWhen users ask you to perform tasks, check if any of the available skills below match. Skills provide specialized capabilities and domain knowledge.\n\nWhen users reference a \"slash command\" or \"/<something>\" (e.g., \"/commit\", \"/review-pr\"), they are referring to a skill. Use this tool to invoke it.\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: \"ms-office-suite:pdf\"` - invoke using fully qualified name\n\nImportant:\n- When a skill matches the user's request, this is a BLOCKING REQUIREMENT: invoke the relevant Skill tool BEFORE generating any other response about the task\n- NEVER mention a skill without actually calling this tool\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- If you see a <command-name> tag in the current conversation turn, the skill has ALREADY been loaded - follow the instructions directly instead of calling this tool again\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{%- if skill.truncatedDescription == undefined %}\n<description>\n{{skill.description}}\n</description>\n{%- elif skill.truncatedDescription %}\n<description>\n{{skill.truncatedDescription}}\n</description>\n{%- endif %}\n<location>\n{{skill.source}}\n</location>\n{%- if skill.allowedTools %}\n<allowed-tools>\n{{skill.allowedTools.join(', ')}}\n</allowed-tools>\n{%- endif %}\n{%- if skill.agentCreated %}\n<agent_created>true</agent_created>\n{%- endif %}\n</skill>\n{%- endfor -%}\n{%- endif %}\n</available_skills>\n{%- if skillsOverview and skillsOverview.truncationMode != 'none' %}\n{%- if skillsOverview.omittedCount > 0 %}\n<!-- Showing {{skillsOverview.shownCount}} of {{skillsOverview.totalCount}} skills due to token limits -->\n{%- if skillsOverview.scanDirs and skillsOverview.scanDirs.length > 0 %}\nMore skills are available in these directories. Each subdirectory name is a skill name (containing a SKILL.md file). Discover them as needed, then invoke by name with this tool:\n{%- for dir in skillsOverview.scanDirs %}\n - {{dir.path}}\n{%- endfor %}\n{%- endif %}\n{%- else %}\n<!-- Descriptions for some skills have been trimmed to fit token limits. All listed names remain callable. -->\n{%- endif %}\n{%- endif %}\n"
669
669
  },
670
670
  {
671
671
  "name": "tool-skillmanage-description",
@@ -1519,6 +1519,6 @@
1519
1519
  "description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
1520
1520
  }
1521
1521
  ],
1522
- "commit": "41335a0ff06adfd27131e5a324e5a9940172a8ef",
1523
- "date": "2026-05-02T04:17:53.561Z"
1522
+ "commit": "a479cd26da9ed18172cf81dc8a044948276721b2",
1523
+ "date": "2026-05-04T04:16:43.348Z"
1524
1524
  }
@@ -296,6 +296,6 @@
296
296
  "DeferToolLoading": true,
297
297
  "ScheduledTasks": true
298
298
  },
299
- "commit": "41335a0ff06adfd27131e5a324e5a9940172a8ef",
300
- "date": "2026-05-02T04:17:53.338Z"
299
+ "commit": "a479cd26da9ed18172cf81dc8a044948276721b2",
300
+ "date": "2026-05-04T04:16:43.279Z"
301
301
  }