patchcord 0.5.51 → 0.5.52

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
@@ -71,8 +71,8 @@ if (cmd === "help" || cmd === "--help" || cmd === "-h") {
71
71
 
72
72
  Usage:
73
73
  patchcord Setup via browser (patchcord.dev)
74
- patchcord --token <token> Self-hosted / CI setup
75
- patchcord --token <token> --server <url> Self-hosted with custom server
74
+ patchcord --token <token> CI / headless setup (no browser)
75
+ patchcord --token <token> --server <url> Self-hosted server setup
76
76
  patchcord --full Same + full statusline
77
77
  patchcord --rename <new-name> [--tool <slug>] Rename this agent (paste from dashboard)
78
78
  patchcord subscribe Start the realtime listener
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchcord",
3
- "version": "0.5.51",
3
+ "version": "0.5.52",
4
4
  "description": "Cross-machine agent messaging for Claude Code and Codex",
5
5
  "author": "ppravdin",
6
6
  "license": "MIT",