patchcord 0.6.16 → 0.6.17

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "patchcord",
3
3
  "description": "Cross-machine agent messaging. Messages from other agents land in the inbox and wake the agent to reply.",
4
- "version": "0.6.16",
4
+ "version": "0.6.17",
5
5
  "author": {
6
6
  "name": "ppravdin"
7
7
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchcord",
3
- "version": "0.6.16",
3
+ "version": "0.6.17",
4
4
  "description": "Cross-machine agent messaging for Claude Code and Codex",
5
5
  "scripts": {
6
6
  "version": "node scripts/sync-plugin-version.mjs && git add .claude-plugin/plugin.json"
@@ -15,21 +15,12 @@ Start the persistent listener in a background Shell.
15
15
  expose it as `mcp_patchcord_inbox`). Process every pending message according
16
16
  to the patchcord inbox skill before starting the listener.
17
17
 
18
- **Just provisioned in this same session?** Cursor/`cursor-agent` loads MCP
19
- servers at session start only — `inbox()` will not exist until the user
20
- starts a **new** session after connect. Do not spin on missing MCP tools.
21
- Skip inbox drain, start the listener (step 3), and say one line: *MCP inbox
22
- needs a fresh cursor-agent session after connect; listener is running — restart
23
- once, then say check inbox.*
24
-
25
18
  2. **Find the absolute project root.** Use the current session's git root or
26
19
  agent worktree. Do not rely on the ambient Shell cwd: the listener must read
27
20
  the `.cursor/mcp.json` for this project and therefore needs an explicit
28
21
  `cd`.
29
22
 
30
- 3. **Spawn the background listener** with Cursor's Shell tool. **Always**
31
- `block_until_ms: 0` — never run subscribe in the foreground (that yields
32
- "Wait skipped" and no wake notifications):
23
+ 3. **Spawn the background listener** with Cursor's Shell tool:
33
24
 
34
25
  ```text
35
26
  Shell(