@emqo/claudebridge 0.10.2 → 0.10.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.
@@ -3,8 +3,8 @@ import { fileURLToPath } from "url";
3
3
  const __filename = fileURLToPath(import.meta.url);
4
4
  const __dirname = dirname(__filename);
5
5
  export function generateSkillDoc(ctx) {
6
- const ctlPath = resolve(__dirname, "../ctl.js");
7
- const ctl = `node ${ctlPath}`;
6
+ const ctlPath = resolve(__dirname, "../ctl.js").replace(/\\/g, "/");
7
+ const ctl = `node "${ctlPath}"`;
8
8
  if (ctx.locale === "zh") {
9
9
  return [
10
10
  `## ClaudeBridge 内置能力`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emqo/claudebridge",
3
- "version": "0.10.2",
3
+ "version": "0.10.3",
4
4
  "description": "Bridge claude CLI to chat platforms (Telegram, Discord) with scheduled auto-tasks, autonomous project management, HITL approval, conditional branching, webhook triggers, parallel execution, and observability",
5
5
  "main": "dist/index.js",
6
6
  "bin": {