Merge pull request #1193 from nearai/staging-promote/97b11ffd-23104193988

chore: promote staging to staging-promote/15ab156d-23103553911 (2026-03-15 05:30 UTC)
This commit is contained in:
Henry Park
2026-03-16 13:27:34 -07:00
committed by GitHub
9 changed files with 1084 additions and 2 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
"channels/discord",
"channels/telegram",
"channels/slack",
"channels/whatsapp"
"channels/whatsapp",
"channels/feishu"
],
"shared_auth": null
},
+34
View File
@@ -0,0 +1,34 @@
{
"name": "feishu",
"display_name": "Feishu / Lark Channel",
"kind": "channel",
"version": "0.1.0",
"wit_version": "0.3.0",
"description": "Talk to your agent through a Feishu or Lark bot",
"keywords": [
"messaging",
"bot",
"chat",
"feishu",
"lark"
],
"source": {
"dir": "channels-src/feishu",
"capabilities": "feishu.capabilities.json",
"crate_name": "feishu-channel"
},
"artifacts": {},
"auth_summary": {
"method": "manual",
"provider": "Feishu / Lark",
"secrets": [
"feishu_app_id",
"feishu_app_secret"
],
"shared_auth": null,
"setup_url": "https://open.feishu.cn/app"
},
"tags": [
"messaging"
]
}