From 41bb4c644de4c46f13f26ee17b2394e2b9e51e6b Mon Sep 17 00:00:00 2001 From: andrejtonev <29177572+andrejtonev@users.noreply.github.com> Date: Fri, 8 May 2026 20:11:01 +0200 Subject: [PATCH 1/2] Create opencode-short-term-memory.yaml plugin config Add YAML configuration for opencode-short-term-memory plugin. --- data/plugins/opencode-short-term-memory.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/opencode-short-term-memory.yaml diff --git a/data/plugins/opencode-short-term-memory.yaml b/data/plugins/opencode-short-term-memory.yaml new file mode 100644 index 0000000..17680ef --- /dev/null +++ b/data/plugins/opencode-short-term-memory.yaml @@ -0,0 +1,4 @@ +name: opencode-short-term-memory +repo: https://github.com/andrejtonev/opencode-short-term-memory +tagline: OpenCode plugin designed to 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. From f39d15fbf764e6b81cabe67cd78b2705fd2b9fc3 Mon Sep 17 00:00:00 2001 From: andrejtonev <29177572+andrejtonev@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:37:30 +0200 Subject: [PATCH 2/2] Shorten tagline for opencode-short-term-memory --- data/plugins/opencode-short-term-memory.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/plugins/opencode-short-term-memory.yaml b/data/plugins/opencode-short-term-memory.yaml index 17680ef..d250de6 100644 --- a/data/plugins/opencode-short-term-memory.yaml +++ b/data/plugins/opencode-short-term-memory.yaml @@ -1,4 +1,4 @@ name: opencode-short-term-memory repo: https://github.com/andrejtonev/opencode-short-term-memory -tagline: OpenCode plugin designed to maintain user instructions and preferences throughout long sessions. No more repeating yourself. +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.