IvanWu2015/dsh-connect--packages-connect-feishu ↗★ 0
dsh-connect-feishu
Feishu/Lark channel adapter for dsh-connect: long-connection event intake, message normalization, streaming replies, and work summary cards
AI 분석
核心用途是为dsh-connect核心提供飞书通道接入能力,支持长连接事件接收、消息规范化和工作总结卡片。适合需要通过飞书与DSH进行交互的用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
Configuration
In the DSH profile's cordis.patch.yml:
- insert:
- id: connect
name: dsh-connect
- id: connect-feishu
name: dsh-connect-feishu
config:
appId: cli_xxx
appSecret: cli_secret_xxx
transport: websocket
requireMention: true
dmMode: open
| Key | Default | Description |
|---|---|---|
appId / appSecret | env FEISHU_APP_ID / FEISHU_APP_SECRET | Feishu custom app credentials |
transport | websocket | Long connection (no public network needed); webhook needs public HTTPS |
requireMention | true | Groups only respond when the bot is @mentioned |
dmMode | open | DM policy: open / allowlist / pair / disabled |
language | zh | User-facing message language: zh / en |
On the Feishu side you also need: bot capability enabled, im.message.receive_v1 and card.action.trigger events subscribed, and an app version published. See docs/feishu-setup.md in the repository.