CAI-MH/dsh-feishu-task-recorder0

dsh-feishu-task-recorder

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

AI 분석

核心用途是从飞书聊天中自动提取任务并同步到看板。适合使用飞书协作并需要自动化任务管理团队。

패키지
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.