patchcord 0.5.44 → 0.5.45

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": "patchcord",
3
- "version": "0.5.44",
3
+ "version": "0.5.45",
4
4
  "description": "Cross-machine agent messaging for Claude Code and Codex",
5
5
  "author": "ppravdin",
6
6
  "license": "MIT",
@@ -20,7 +20,7 @@ User invoked /patchcord:subscribe — do NOT substitute `wait_for_message()`. Sp
20
20
  description: "patchcord realtime listener",
21
21
  persistent: true,
22
22
  timeout_ms: 3600000,
23
- command: "exec npx patchcord subscribe"
23
+ command: "exec node \"${CLAUDE_PLUGIN_ROOT}/scripts/subscribe.mjs\""
24
24
  )
25
25
  ```
26
26