@a5c-ai/babysitter-opencode 5.0.1-staging.30330719 → 5.0.1-staging.37ca18bd

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.
@@ -369,7 +369,7 @@ function mergeHooksConfig(packageRoot, openCodeHome) {
369
369
  const normalizedScript = relativeScript.replace(/\\/g, '/').replace(/^\.\//, '');
370
370
  return {
371
371
  ...entry,
372
- script: `npx -y @a5c-ai/hooks-proxy-cli invoke --adapter opencode --handler "node ./plugins/${PLUGIN_NAME}/${normalizedScript}" --json`,
372
+ script: `npx -y @a5c-ai/hooks-mux-cli invoke --adapter opencode --handler "node ./plugins/${PLUGIN_NAME}/${normalizedScript}" --json`,
373
373
  };
374
374
  }
375
375
  if (entry.command) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/babysitter-opencode",
3
- "version": "5.0.1-staging.30330719",
3
+ "version": "5.0.1-staging.37ca18bd",
4
4
  "description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
5
5
  "scripts": {
6
6
  "deploy": "npm publish --access public",
@@ -36,7 +36,7 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@a5c-ai/babysitter-sdk": "5.0.1-staging.30330719"
39
+ "@a5c-ai/babysitter-sdk": "5.0.1-staging.37ca18bd"
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babysitter",
3
- "version": "5.0.1-staging.30330719",
3
+ "version": "5.0.1-staging.37ca18bd",
4
4
  "description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
5
5
  "author": "a5c.ai",
6
6
  "license": "MIT",
package/versions.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "sdkVersion": "5.0.1-staging.30330719",
2
+ "sdkVersion": "5.0.1-staging.37ca18bd",
3
3
  "pluginVersion": "0.1.0"
4
4
  }