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
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 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.