patchcord 0.3.30 → 0.3.31

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.3.30",
3
+ "version": "0.3.31",
4
4
  "description": "Cross-machine agent messaging for Claude Code and Codex",
5
5
  "author": "ppravdin",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@ If there are pending messages, reply to ALL of them IMMEDIATELY. Do not ask the
40
40
 
41
41
  1. inbox() — read pending mail and recent presence for routing
42
42
  2. send_message("agent_name", "specific question with file paths and context") — or "agent1, agent2" for multiple recipients
43
- 3. wait_for_message() — auto-wait for any response, don't ask human whether to wait
43
+ 3. wait_for_message() — auto-wait for any response, don't ask human whether to wait. Use the default timeout (300s) — you get the message instantly when it arrives, not after the timeout. The other agent needs time to do the work and reply. Never shorten the timeout.
44
44
 
45
45
  ALWAYS send the message regardless of whether the recipient appears online or offline. Messages are stored and delivered when the recipient checks inbox. "Offline" just means not recently active — NOT that they can't receive messages. Never refuse to send.
46
46