Chance-Wu/dsh-task-capsule ↗★ 0
dsh-task-capsule
DeepSeek Harness task capsule — an always-visible, expandable status pill for the running task
AI 分析
核心用途是直观展示当前运行任务的进度、耗时和操作步骤。适合需要实时监控 Agent 执行状态、查看历史任务记录的 Web 端用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Chance-Wu/dsh-task-capsuleドキュメント
README 全文を読む ↗配置
显示开关可走 profile 的 cordis.patch.yml,也可在设置面板 → 任务胶囊里运行时调整(后者写回 $DSH_HOME/task-capsule.json):
- insert:
- id: task-capsule
name: dsh-task-capsule
config:
keepAfterDoneMs: 8000 # 完成态胶囊保留时长(0 = 立即收缩)
autoExpandFailed: false # 失败时自动展开面板
autoExpandRunning: true # 任务进行时自动展开面板(完成后缩回)
historyLimit: 5 # 最近任务历史环形缓冲容量(3 | 5 | 10)
showDuration: true # 展开态显示逐任务耗时
showCurrentOp: true # 显示当前操作行
alwaysVisible: false # 空闲无活动时也保持胶囊可见
showProgress: true # 当前任务行下的细进度条
density: comfortable # 面板密度(comfortable | compact)
accent: auto # 强调色(auto | business | success | warn | error)
traceFrames: false # 控制台追踪投影帧(调试)