CAI-MH/dsh-feishu-task-recorder ↗★ 0
dsh-feishu-task-recorder
轮询飞书会话提取候选任务,与任务看板插件双向同步,含界面悬浮面板 — DSH bundle。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CAI-MH/dsh-feishu-task-recorder说明文档
阅读完整 README ↗Configuration
All fields have safe defaults; override them from your profile's cordis.patch.yml:
- id: feishu-task-recorder
config:
workspace: /path/to/your/workspace # where feishu-tasks.json/.md live
larkCli: /opt/homebrew/bin/lark-cli # lark-cli command name or absolute path
fallbackOrigin: 'http://127.0.0.1:62658' # board API origin until auto-learned
workspace— directory for the task store files. Empty means:$DSH_FEISHU_WORKSPACE→ the DSH process cwd.larkCli— a command name found on the DSH processPATH, or an absolute path. macOS desktop apps often lack/opt/homebrew/binonPATH; use an absolute path there.fallbackOrigin— used only before the panel's first request teaches the plugin the live web-server origin.