From 7da53e5ea64a4de3ddbf9273eccb202651867829 Mon Sep 17 00:00:00 2001 From: Kenny Date: Sat, 10 Jan 2026 14:44:26 -0500 Subject: [PATCH 1/2] docs(web): add KDCO plugins to ecosystem --- packages/web/src/content/docs/ecosystem.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index 44a73de69e9..403899610ec 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 | --- @@ -57,6 +61,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [ai-sdk-provider-opencode-sdk](https://github.com/ben-vargas/ai-sdk-provider-opencode-sdk) | Vercel AI SDK provider for using OpenCode via @opencode-ai/sdk | | [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 | +| [ocx](https://github.com/kdcokenny/ocx) | OpenCode extension manager with Ghost Mode | --- From c93de5ccd070201c0b22bb3b0d944f13c3511614 Mon Sep 17 00:00:00 2001 From: Kenny Date: Sat, 10 Jan 2026 14:47:31 -0500 Subject: [PATCH 2/2] Update description for ocx in ecosystem.mdx --- 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 403899610ec..c4bcf6933f1 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -61,7 +61,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [ai-sdk-provider-opencode-sdk](https://github.com/ben-vargas/ai-sdk-provider-opencode-sdk) | Vercel AI SDK provider for using OpenCode via @opencode-ai/sdk | | [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 | -| [ocx](https://github.com/kdcokenny/ocx) | OpenCode extension manager with Ghost Mode | +| [ocx](https://github.com/kdcokenny/ocx) | OpenCode extension manager with portable, isolated profiles. | ---