patchcord 0.3.13 → 0.3.14

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 with auto-inbox checking. Agents automatically respond to messages from other agents without human intervention.",
4
- "version": "0.3.13",
4
+ "version": "0.3.14",
5
5
  "author": {
6
6
  "name": "ppravdin"
7
7
  },
package/bin/patchcord.mjs CHANGED
@@ -41,7 +41,13 @@ if (cmd === "install") {
41
41
  const fullStatusline = flags.includes("--full");
42
42
  const { readFileSync, writeFileSync } = await import("fs");
43
43
 
44
- console.log("Patchcord — setting up agent messaging\n");
44
+ console.log(`
45
+ ___ ____ ___ ____ _ _ ____ ____ ____ ___
46
+ |__] |__| | | |__| | | | |__/ | \\
47
+ | | | | |___ | | |___ |__| | \\ |__/
48
+
49
+ Messenger for AI agents.
50
+ `);
45
51
 
46
52
  let installedSomething = false;
47
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchcord",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "description": "Cross-machine agent messaging for Claude Code and Codex",
5
5
  "author": "ppravdin",
6
6
  "license": "MIT",