diff --git a/README.md b/README.md index 53f394d..5fe8dca 100644 --- a/README.md +++ b/README.md @@ -871,6 +871,15 @@ startup. +
+ opencode-short-term-memory - Maintain user instructions and preferences throughout long sessions. No more repeating yourself. +
+ 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. +

+ 🔗 View Repository +
+
+
opencode-snip - OpenCode plugin that prefixes shell commands with snip to reduce LLM token consumption by 60-90%
diff --git a/dist/registry.json b/dist/registry.json index 27a444d..6639c78 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -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",