summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKenny <[email protected]>2026-01-20 16:47:07 -0500
committerGitHub <[email protected]>2026-01-20 15:47:07 -0600
commitd51089b52f7b2282f76a311f1a2bf58df320126f (patch)
treee003a68d44a45f2ebf81e3b8fde86b53f4b21e4b
parent694695050a40635cc8d3d2aacbfea2aa71512e84 (diff)
downloadopencode-d51089b52f7b2282f76a311f1a2bf58df320126f.tar.gz
opencode-d51089b52f7b2282f76a311f1a2bf58df320126f.zip
docs(web): add KDCO plugins to ecosystem (#7694)
-rw-r--r--packages/web/src/content/docs/ecosystem.mdx5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx
index ce3e3deb8..c9a3225b8 100644
--- a/packages/web/src/content/docs/ecosystem.mdx
+++ b/packages/web/src/content/docs/ecosystem.mdx
@@ -42,6 +42,10 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw
| [opencode-scheduler](https://github.com/different-ai/opencode-scheduler) | Schedule recurring jobs using launchd (Mac) or systemd (Linux) with cron syntax |
| [micode](https://github.com/vtemian/micode) | Structured Brainstorm → Plan → Implement workflow with session continuity |
| [octto](https://github.com/vtemian/octto) | Interactive browser UI for AI brainstorming with multi-question forms |
+| [opencode-background-agents](https://github.com/kdcokenny/opencode-background-agents) | Claude Code-style background agents with async delegation and context persistence |
+| [opencode-notify](https://github.com/kdcokenny/opencode-notify) | Native OS notifications for OpenCode – know when tasks complete |
+| [opencode-workspace](https://github.com/kdcokenny/opencode-workspace) | Bundled multi-agent orchestration harness – 16 components, one install |
+| [opencode-worktree](https://github.com/kdcokenny/opencode-worktree) | Zero-friction git worktrees for OpenCode |
---
@@ -58,6 +62,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw
| [OpenChamber](https://github.com/btriapitsyn/openchamber) | Web / Desktop App and VS Code Extension for OpenCode |
| [OpenCode-Obsidian](https://github.com/mtymek/opencode-obsidian) | Obsidian plugin that embedds OpenCode in Obsidian's UI |
| [OpenWork](https://github.com/different-ai/openwork) | An open-source alternative to Claude Cowork, powered by OpenCode |
+| [ocx](https://github.com/kdcokenny/ocx) | OpenCode extension manager with portable, isolated profiles. |
---