dsh-feishu
Feishu (Lark) long-connection channel plugin for DeepSeek Harness (dsh) — zero npm dependencies
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:0x0101010/dsh-feishu说明文档
阅读完整 README ↗Configuration (cordis.patch.yml)
| Key | Default | Description |
|---|---|---|
appId | required | Feishu App ID (FEISHU_APP_ID) |
appSecret | required | Feishu App Secret (FEISHU_APP_SECRET) |
domain | https://open.feishu.cn | API domain; use https://open.larksuite.com for the international version |
cwd | process.cwd() | Agent working directory |
allowUsers | [] | open_id allowlist; empty = no restriction — set this in production |
allowChats | [] | chat_id allowlist; empty = no restriction |
sessionTimeoutMs | 1800000 | Idle session recycle timeout |
defaultMode | standard | Default agent preset for new sessions |
modeAliases | see patch | Mode aliases (defaults include Chinese aliases) |
Security note: when
allowUsers/allowChatsare empty, anyone who can talk to the bot can drive your agent (executing tasks on your machine). Configure them before sharing publicly.