0x0101010/dsh-feishu0

dsh-feishu

Feishu (Lark) long-connection channel plugin for DeepSeek Harness (dsh) — zero npm dependencies

包名
dsh-feishu
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

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

Configuration (cordis.patch.yml)

KeyDefaultDescription
appIdrequiredFeishu App ID (FEISHU_APP_ID)
appSecretrequiredFeishu App Secret (FEISHU_APP_SECRET)
domainhttps://open.feishu.cnAPI domain; use https://open.larksuite.com for the international version
cwdprocess.cwd()Agent working directory
allowUsers[]open_id allowlist; empty = no restriction — set this in production
allowChats[]chat_id allowlist; empty = no restriction
sessionTimeoutMs1800000Idle session recycle timeout
defaultModestandardDefault agent preset for new sessions
modeAliasessee patchMode aliases (defaults include Chinese aliases)

Security note: when allowUsers/allowChats are empty, anyone who can talk to the bot can drive your agent (executing tasks on your machine). Configure them before sharing publicly.