mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-10 01:29:37 +00:00
docs: auto-regenerate README and registry data
Some checks are pending
Auto-Generate README / generate (push) Waiting to run
Some checks are pending
Auto-Generate README / generate (push) Waiting to run
This commit is contained in:
parent
fddb4609dc
commit
a6d21b7c9b
2 changed files with 21 additions and 0 deletions
|
|
@ -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
12
dist/registry.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue