You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.3.3: validate recipient is live before send/reply
Agents were sending postcards to 3-word addresses from long-ended
peer sessions. Since addresses are per-session and don't persist
across restarts, those sends silently landed in orphan inboxes
that cleanup would later garbage-collect — making it look like the
message went through when no peer ever read it.
`send` and `reply` now check the recipient against the live
directory and error out with a message pointing the agent at
`oat-postcard directory` to see who's actually reachable. `--force`
added to both verbs for the rare case you want to drop a postcard
into an orphan inbox intentionally.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@
5
5
},
6
6
"metadata": {
7
7
"description": "Asynchronous 1-to-1 postcard messaging between AI agent sessions via a Git-backed ledger",
8
-
"version": "0.3.2"
8
+
"version": "0.3.3"
9
9
},
10
10
"plugins": [
11
11
{
12
12
"name": "postcard",
13
13
"source": "./",
14
14
"description": "Postcard protocol for cross-session AI agent messaging. Ships a CLI, slash commands, a model-invoked skill, a Clerk subagent for inbox triage, and SessionStart / Stop / UserPromptSubmit hooks.",
0 commit comments