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
This commit is contained in:
parent
850eedc4a6
commit
024384b83f
2 changed files with 63 additions and 0 deletions
27
README.md
27
README.md
|
|
@ -286,6 +286,15 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Honcho</b> <img src="https://badgen.net/github/stars/plastic-labs/opencode-honcho" height="14"/> - <i>AI-native long-term memory for OpenCode</i></summary>
|
||||
<blockquote>
|
||||
Give OpenCode persistent memory that survives context wipes, session restarts, and fresh chats. Honcho remembers what you're working on, durable preferences, and prior context across projects. Supports cloud and self-hosted deployments with configurable session strategies.
|
||||
<br><br>
|
||||
<a href="https://github.com/plastic-labs/opencode-honcho">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>kibi-opencode</b> <img src="https://badgen.net/github/stars/Looted/kibi" height="14"/> - <i>Repo-local, branch-scoped knowledge and traceability for OpenCode</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -425,6 +434,15 @@ sync and targeted validation checks, and helps keep repo knowledge branch-local
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenCode Adaptive Thinking</b> <img src="https://badgen.net/github/stars/ian-pascoe/opencode-adaptive-thinking" height="14"/> - <i>Adaptive reasoning-effort control</i></summary>
|
||||
<blockquote>
|
||||
OpenCode plugin that lets agents actively adjust model reasoning effort during a session, with configurable system guidance and a tool for switching between valid reasoning-effort variants.
|
||||
<br><br>
|
||||
<a href="https://github.com/ian-pascoe/opencode-adaptive-thinking">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenCode Agent Tmux</b> <img src="https://badgen.net/github/stars/AnganSamadder/opencode-agent-tmux" height="14"/> - <i>Real-time tmux panes for OpenCode agents with auto-launch, streaming, and cleanup.</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -932,6 +950,15 @@ sync and targeted validation checks, and helps keep repo knowledge branch-local
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>toon-config</b> <img src="https://badgen.net/github/stars/mmynsted/opencode-toon-config-plugin" height="14"/> - <i>Loads TOON based, AGENTS.toon rather than Markdown</i></summary>
|
||||
<blockquote>
|
||||
Use TOON based agent instructions. Command to analyize and improve agent instructions.
|
||||
<br><br>
|
||||
<a href="https://github.com/mmynsted/opencode-toon-config-plugin">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>TypeUI</b> <img src="https://badgen.net/github/stars/bergside/typeui" height="14"/> - <i>Design systems, UI prompts, and layout variation guidance</i></summary>
|
||||
<blockquote>
|
||||
|
|
|
|||
36
dist/registry.json
vendored
36
dist/registry.json
vendored
|
|
@ -332,6 +332,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "honcho",
|
||||
"type": "plugins",
|
||||
"displayName": "Honcho",
|
||||
"repoUrl": "https://github.com/plastic-labs/opencode-honcho",
|
||||
"tagline": "AI-native long-term memory for OpenCode",
|
||||
"description": "Give OpenCode persistent memory that survives context wipes, session restarts, and fresh chats. Honcho remembers what you're working on, durable preferences, and prior context across projects. Supports cloud and self-hosted deployments with configurable session strategies.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "kibi-opencode",
|
||||
"type": "plugins",
|
||||
|
|
@ -532,6 +544,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-adaptive-thinking",
|
||||
"type": "plugins",
|
||||
"displayName": "OpenCode Adaptive Thinking",
|
||||
"repoUrl": "https://github.com/ian-pascoe/opencode-adaptive-thinking",
|
||||
"tagline": "Adaptive reasoning-effort control",
|
||||
"description": "OpenCode plugin that lets agents actively adjust model reasoning effort during a session, with configurable system guidance and a tool for switching between valid reasoning-effort variants.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-agent-identity",
|
||||
"type": "plugins",
|
||||
|
|
@ -1271,6 +1295,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "toon-config",
|
||||
"type": "plugins",
|
||||
"displayName": "toon-config",
|
||||
"repoUrl": "https://github.com/mmynsted/opencode-toon-config-plugin",
|
||||
"tagline": "Loads TOON based, AGENTS.toon rather than Markdown",
|
||||
"description": "Use TOON based agent instructions. Command to analyize and improve agent instructions.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "typeui",
|
||||
"type": "plugins",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue