@vlln/dsh-task-status
后台任务状态条——对话输入区上方的任务进度 UI(官方 dock 槽 + Node 轮询路由)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vlln/dsh-task-status说明文档
阅读完整 README ↗使用
跑一个后台任务即可看到状态条(如模型侧 bash 工具 run_in_background: true):
⚙ 1 个后台任务运行中
● bash-1 for i in $(seq 1 20)… 21:30:15 起 运行中
点击任务行展开 → 输出 tail 实时滚动(超过 10 行滚动条)。任务结束后状态条自动消失。