@tencent-ai/codebuddy-code 2.52.5 → 2.52.6-next.45dc26e.20260304

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/lib/node/index.js CHANGED
@@ -29,6 +29,7 @@ export * from './notification';
29
29
  export * from './permission';
30
30
  export * from './product';
31
31
  export * from './references';
32
+ export * from './remote-control';
32
33
  export * from './resume';
33
34
  export * from './runtime';
34
35
  export * from './sandbox';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.52.5",
3
+ "version": "2.52.6-next.45dc26e.20260304",
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": {},
@@ -386,6 +386,6 @@
386
386
  "DeferToolLoading": true,
387
387
  "ImageGen": true
388
388
  },
389
- "commit": "444b737609b4fd5a1fda2a1b944bf41b5e013b02",
390
- "date": "2026-03-03T08:03:22.083Z"
389
+ "commit": "45dc26e0b6d75775107f2abfbd35e2b9dd4bf1aa",
390
+ "date": "2026-03-04T10:10:53.109Z"
391
391
  }
@@ -457,6 +457,6 @@
457
457
  "ImageGen": true,
458
458
  "RequestBodyGzip": true
459
459
  },
460
- "commit": "444b737609b4fd5a1fda2a1b944bf41b5e013b02",
461
- "date": "2026-03-03T08:03:22.118Z"
460
+ "commit": "45dc26e0b6d75775107f2abfbd35e2b9dd4bf1aa",
461
+ "date": "2026-03-04T10:10:52.934Z"
462
462
  }
package/product.ioa.json CHANGED
@@ -745,6 +745,6 @@
745
745
  "ImageEdit": true,
746
746
  "RequestBodyGzip": true
747
747
  },
748
- "commit": "444b737609b4fd5a1fda2a1b944bf41b5e013b02",
749
- "date": "2026-03-03T08:03:22.157Z"
748
+ "commit": "45dc26e0b6d75775107f2abfbd35e2b9dd4bf1aa",
749
+ "date": "2026-03-04T10:10:53.163Z"
750
750
  }
package/product.json CHANGED
@@ -632,7 +632,7 @@
632
632
  },
633
633
  {
634
634
  "name": "tool-skill-description",
635
- "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"
635
+ "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- 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</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"
636
636
  },
637
637
  {
638
638
  "name": "agent-statusline-instructions",
@@ -1331,6 +1331,6 @@
1331
1331
  "description": "tool-sendmessage-description"
1332
1332
  }
1333
1333
  ],
1334
- "commit": "444b737609b4fd5a1fda2a1b944bf41b5e013b02",
1335
- "date": "2026-03-03T08:03:22.159Z"
1334
+ "commit": "45dc26e0b6d75775107f2abfbd35e2b9dd4bf1aa",
1335
+ "date": "2026-03-04T10:10:53.011Z"
1336
1336
  }
@@ -275,6 +275,6 @@
275
275
  "CustomModelsJSON": true,
276
276
  "DeferToolLoading": true
277
277
  },
278
- "commit": "444b737609b4fd5a1fda2a1b944bf41b5e013b02",
279
- "date": "2026-03-03T08:03:22.201Z"
278
+ "commit": "45dc26e0b6d75775107f2abfbd35e2b9dd4bf1aa",
279
+ "date": "2026-03-04T10:10:53.144Z"
280
280
  }