From f8a9d5464b888ca70b5297428c63d7340e30927d Mon Sep 17 00:00:00 2001 From: yinut Date: Sat, 7 Mar 2026 03:15:24 +0800 Subject: [PATCH] Add opencode-chat-channel to ecosystem documentation add a plugin named opencode-chat-channel to ecosystem documentation; the plugin could connect instant messaging bots like feishu/lark; --- packages/web/src/content/docs/zh-cn/ecosystem.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/src/content/docs/zh-cn/ecosystem.mdx b/packages/web/src/content/docs/zh-cn/ecosystem.mdx index d222903d341..0c40c2043ce 100644 --- a/packages/web/src/content/docs/zh-cn/ecosystem.mdx +++ b/packages/web/src/content/docs/zh-cn/ecosystem.mdx @@ -49,6 +49,7 @@ description: 基于 OpenCode 构建的项目与集成。 | [opencode-workspace](https://github.com/kdcokenny/opencode-workspace) | 捆绑式多代理编排套件——16 个组件,一次安装 | | [opencode-worktree](https://github.com/kdcokenny/opencode-worktree) | OpenCode 的零摩擦 git worktree 管理 | | [opencode-sentry-monitor](https://github.com/stolinski/opencode-sentry-monitor) | 使用 Sentry AI Monitoring 追踪和调试您的 AI 代理 | +| [opencode-chat-channel](https://github.com/coneycode/opencode-chat-channel) | 支持opencode接入即时通信软件,如飞书等 | ---