IvanWu2015/dsh-connect--packages-connect-feishu0

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进行交互的用户。

패키지
dsh-connect-feishu
버전
0.5.2
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

검증된 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
KeyDefaultDescription
appId / appSecretenv FEISHU_APP_ID / FEISHU_APP_SECRETFeishu custom app credentials
transportwebsocketLong connection (no public network needed); webhook needs public HTTPS
requireMentiontrueGroups only respond when the bot is @mentioned
dmModeopenDM policy: open / allowlist / pair / disabled
languagezhUser-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.