dsh-lark
Minimal Lark/Feishu gateway plugin for DeepSeek Harness — chat with your agent from Feishu, one topic = one session
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:keepview/dsh-lark说明文档
阅读完整 README ↗Configuration
| Config | Env var | Default | Notes |
|---|---|---|---|
appId | DSH_LARK_APP_ID | — | required |
appSecret | DSH_LARK_APP_SECRET | — | required |
brand | — | feishu | feishu or lark |
cwd | DSH_LARK_CWD | process cwd | agent working directory |
provider / model | — | dsh default | model override |
requireMention | — | true | require @mention in groups |
groupSessionScope | — | thread | thread / chat / sender |
allowedOpenIds | DSH_LARK_ALLOWED_OPEN_IDS | [] | comma-separated allowlist |
allowAllUsers | DSH_LARK_ALLOW_ALL_USERS | false | open to everyone (think twice) |
approvals | — | true | relay tool approvals to Feishu |
imageInput | — | true | native image input |
maxReplyChars | — | 30000 | reply size cap |