patchcord 0.5.43 → 0.5.44

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/bin/patchcord.mjs CHANGED
@@ -1538,5 +1538,5 @@ if (cmd === "skill") {
1538
1538
  process.exit(0);
1539
1539
  }
1540
1540
 
1541
- console.error(`Unknown command: ${cmd}. Run 'patchcord help' for usage.`);
1541
+ console.error(`Unknown command: ${cmd}. Available: subscribe, --rename, --token, --tool`);
1542
1542
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchcord",
3
- "version": "0.5.43",
3
+ "version": "0.5.44",
4
4
  "description": "Cross-machine agent messaging for Claude Code and Codex",
5
5
  "author": "ppravdin",
6
6
  "license": "MIT",