AFANman/dsh-work-board--packages-tool-board ↗★ 0
@deepseek-ai/dsh-tool-board
Model-facing board_list and board_status tools over the work board service, authorized by workspace, for the DeepSeek Harness
AI Analysis
为智能体提供操作工作板的工具接口,使其能读取任务列表或更新任务状态。适合需要让 AI 自动管理、更新或汇报看板任务进度的自动化工作流。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗@deepseek-ai/dsh-tool-board
English | 中文
Model-facing work-board tools over ctx.board: board_list reads the current workspace's items and board_status moves one of them between statuses.
Authorization
Both tools are workspace-authorized: board_list never returns another workspace's items, and board_status rejects an item whose workspace differs from the caller's session cwd. A caller without an owning agent session cwd is rejected.
Model Experience
System prompt
What the model sees
The two tool schemas and descriptions join the standard tool assembly. board_list optionally takes a status filter; board_status takes an item id and a status from the closed vocabulary todo | in_progress | done | failed | interrupted.
Token effect
One fixed tool-description block per tool, independent of board size.
Tool results
board_list returns a compact item projection (id, title, status, workspace, optional session/result/error fields) for the current workspace. board_status returns the updated item's projection. Errors name the business failure (item-not-found, cross-workspace access, or a missing owning session).
Known Limitations and Deferred Work
- The model cannot list another workspace's items, even to read them; the board tools are strictly current-workspace-scoped.