kriskwok/dsh-feishu-gateway0

@kriskwok/dsh-feishu-gateway

DeepSeek Harness-native Feishu (Lark) gateway: chat with the DSH agent from Feishu via long connection, with persistent sessions, /new, Markdown replies, and proactive push.

AI 분석

核心用途是建立飞书与 DSH 的双向通信网关。适合希望直接在飞书客户端中调用本地或服务器部署的 DSH Agent,进行日常对话和任务处理的用户。

패키지
@kriskwok/dsh-feishu-gateway
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kriskwok/dsh-feishu-gateway

Configuration

All settings live in the feishu-gateway namespace (profile patch row or ~/.dsh/settings.yaml):

FieldDefaultDescription
feishu.appIdFeishu app id (required)
feishu.appSecretFeishu app secret (required)
feishu.domainfeishufeishu (CN) or lark (international)
feishu.botOpenId``Optional; @-detection works without it
feishu.replyModeatGroup policy: at or all
workspace~/Documents/DSH-WorkspaceAgent working directory
hintText爸爸,我正在努力处理中……"processing" hint text
newSessionPatterns/new + Chinese phrasesRegexes that reset the session
sessionsFiledata/dsh-feishu-sessions.jsonSession mapping persistence
http.port0Admin API port (0 disables)
http.token``Admin API bearer token