AFANman/dsh-work-board--packages-tool-board ↗★ 0
@deepseek-ai/dsh-tool-board
面向模型的 board_list 和 board_status 工具,支持按工作区授权操作工作板服务。
AI 分析
为智能体提供操作工作板的工具接口,使其能读取任务列表或更新任务状态。适合需要让 AI 自动管理、更新或汇报看板任务进度的自动化工作流。
安裝
此插件尚未提供可驗證的 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.