dsh-todo-inbox
DSH web static plugin: a global cross-session todo inbox. Any session's agent records human-action todos (merge MR, approve work orders, reviews) via inbox_add/inbox_done/inbox_list; a root-scope sidebar entry shows a count badge and an expandable list to view, open, and complete them. Host persists to ~/.dsh/todo-inbox.json and serves /todo-inbox/api HTTP routes for the browser half.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lumoping/dsh-todo-inbox说明文档
阅读完整 README ↗使用
给人看:待办出现在侧边栏(宽态为会话列表下方的区块,窄态为底部圆形按钮),角标是未完成数;hover 条目点 ✓ 完成、✕ 删除,点标题打开关联链接、点详情跳转来源会话。
给 agent 用:在任何会话里让 agent 登记待办,例如:
"帮我登记一条待办:合并 xxx 仓库的 MR !1234"
agent 会调用 inbox_add 写入收件箱;你也可以让 agent 用 inbox_list 检查当前有几条待办。agent 也可以直接编辑 ~/.dsh/todo-inbox.json(往 items 数组追加一条记录),5 秒内自动同步到界面。