docs: auto-regenerate README and registry data
Some checks are pending
Auto-Generate README / generate (push) Waiting to run

This commit is contained in:
github-actions[bot] 2026-06-23 17:29:27 +00:00
parent fddb4609dc
commit a6d21b7c9b
2 changed files with 21 additions and 0 deletions

View file

@ -871,6 +871,15 @@ startup.
</blockquote>
</details>
<details>
<summary><b>opencode-short-term-memory</b> <img src="https://badgen.net/github/stars/andrejtonev/opencode-short-term-memory" height="14"/> - <i>Maintain user instructions and preferences throughout long sessions. No more repeating yourself.</i></summary>
<blockquote>
Automatically summarizes conversation context into structured session memory and injects it back into the system prompt every few turns — preserving user instructions, project context, decisions, and active references across long chats and compactions.
<br><br>
<a href="https://github.com/andrejtonev/opencode-short-term-memory">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>opencode-snip</b> <img src="https://badgen.net/github/stars/VincentHardouin/opencode-snip" height="14"/> - <i>OpenCode plugin that prefixes shell commands with snip to reduce LLM token consumption by 60-90%</i></summary>
<blockquote>

12
dist/registry.json vendored
View file

@ -1135,6 +1135,18 @@
],
"tags": []
},
{
"productId": "opencode-short-term-memory",
"type": "plugins",
"displayName": "opencode-short-term-memory",
"repoUrl": "https://github.com/andrejtonev/opencode-short-term-memory",
"tagline": "Maintain user instructions and preferences throughout long sessions. No more repeating yourself.",
"description": "Automatically summarizes conversation context into structured session memory and injects it back into the system prompt every few turns — preserving user instructions, project context, decisions, and active references across long chats and compactions.",
"scope": [
"global"
],
"tags": []
},
{
"productId": "opencode-simple-notify",
"type": "plugins",