diff --git a/README.md b/README.md index 1c3cf8a..d5a9f6c 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,15 @@ +
+ Honcho - AI-native long-term memory for OpenCode +
+ 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. +

+ 🔗 View Repository +
+
+
kibi-opencode - Repo-local, branch-scoped knowledge and traceability for OpenCode
@@ -425,6 +434,15 @@ sync and targeted validation checks, and helps keep repo knowledge branch-local
+
+ OpenCode Adaptive Thinking - Adaptive reasoning-effort control +
+ 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. +

+ 🔗 View Repository +
+
+
OpenCode Agent Tmux - Real-time tmux panes for OpenCode agents with auto-launch, streaming, and cleanup.
@@ -932,6 +950,15 @@ sync and targeted validation checks, and helps keep repo knowledge branch-local
+
+ toon-config - Loads TOON based, AGENTS.toon rather than Markdown +
+ Use TOON based agent instructions. Command to analyize and improve agent instructions. +

+ 🔗 View Repository +
+
+
TypeUI - Design systems, UI prompts, and layout variation guidance
diff --git a/dist/registry.json b/dist/registry.json index ad69b10..90f6515 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -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",