diff --git a/README.md b/README.md
index 6ae75aa..6cf8d91 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,15 @@
🧩 PLUGINS
+
+ Agent Identity
- Agent self-identity and per-message attribution for multi-agent sessions
+
+ Two plugins that improve agent identity awareness. AgentSelfIdentityPlugin injects a one-liner into the system prompt so the model knows which agent it's operating as. AgentAttributionToolPlugin exposes a tool for querying per-message agent attribution via the SDK, useful for agents that review multi-agent sessions.
+
+ 🔗 View Repository
+
+
+
Agent Memory
- Letta-inspired memory
diff --git a/dist/registry.json b/dist/registry.json
index dd8cfd5..5865c94 100644
--- a/dist/registry.json
+++ b/dist/registry.json
@@ -330,6 +330,18 @@
],
"tags": []
},
+ {
+ "productId": "opencode-agent-identity",
+ "type": "plugins",
+ "displayName": "Agent Identity",
+ "repoUrl": "https://github.com/gotgenes/opencode-agent-identity",
+ "tagline": "Agent self-identity and per-message attribution for multi-agent sessions",
+ "description": "Two plugins that improve agent identity awareness. AgentSelfIdentityPlugin injects a one-liner into the system prompt so the model knows which agent it's operating as. AgentAttributionToolPlugin exposes a tool for querying per-message agent attribution via the SDK, useful for agents that review multi-agent sessions.",
+ "scope": [
+ "global"
+ ],
+ "tags": []
+ },
{
"productId": "opencode-canvas",
"type": "plugins",