From 2d87c331b3ecc47f528f83fceb7c5b960a462581 Mon Sep 17 00:00:00 2001 From: Michael Ramos Date: Tue, 30 Dec 2025 21:40:54 -0800 Subject: [PATCH] Add plannotator plugin to ecosystem documentation Plannotator hooks into plan mode, submits a plan and opens an interactive UI, feedback is automated back to opencode - approval launches opencode into build mode. Local-first, no backend and explicit annotation. --- packages/web/src/content/docs/ecosystem.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index a7b708f7304..1b524db663b 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -37,7 +37,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [opencode-zellij-namer](https://github.com/24601/opencode-zellij-namer) | AI-powered automatic Zellij session naming based on OpenCode context | | [opencode-skillful](https://github.com/zenobi-us/opencode-skillful) | Allow OpenCode agents to lazy load prompts on demand with skill discovery and injection | | [opencode-supermemory](https://github.com/supermemoryai/opencode-supermemory) | Persistent memory across sessions using Supermemory | - +| [@plannotator/opencode](https://github.com/backnotprop/plannotator/tree/main/apps/opencode-plugin)| Interactive plan review with visual annotation and private/offline sharing | --- ## Projects