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/08/14

インストール

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

ドキュメント

README 全文を読む ↗

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