CAI-MH/dsh-feishu-task-recorder0

dsh-feishu-task-recorder

轮询飞书会话提取候选任务,与任务看板插件双向同步,含界面悬浮面板 — DSH bundle。

包名
dsh-feishu-task-recorder
版本
0.2.0
许可证
MIT
最近更新
2026年9月4日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CAI-MH/dsh-feishu-task-recorder

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 process PATH, or an absolute path. macOS desktop apps often lack /opt/homebrew/bin on PATH; use an absolute path there.
  • fallbackOrigin — used only before the panel's first request teaches the plugin the live web-server origin.