docs: auto-regenerate README and registry data

This commit is contained in:
rhighs 2026-03-08 18:22:39 +00:00 committed by github-actions[bot]
parent 577a6fd3d2
commit 017e81f65a
2 changed files with 21 additions and 0 deletions

View file

@ -52,6 +52,15 @@
<summary><strong>🧩 PLUGINS</strong></summary>
<br>
<details>
<summary><b>Agent Identity</b> <img src="https://badgen.net/github/stars/gotgenes/opencode-agent-identity" height="14"/> - <i>Agent self-identity and per-message attribution for multi-agent sessions</i></summary>
<blockquote>
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.
<br><br>
<a href="https://github.com/gotgenes/opencode-agent-identity">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Agent Memory</b> <img src="https://badgen.net/github/stars/joshuadavidthomas/opencode-agent-memory" height="14"/> - <i>Letta-inspired memory</i></summary>
<blockquote>

12
dist/registry.json vendored
View file

@ -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",