dsh-download-progress:为 DeepSeek Harness 提供常驻下载进度面板
`dsh-download-progress` 是 DeepSeek Harness (DSH) 的下载管理插件,旨在解决多任务下载时进度难以区分的问题。该插件在右下角提供常驻悬浮面板,实时显示文件名、百分比、速度及剩余时间,支持多任务并发、历史记录保留(最多20条)及文件定位,并具备面板拖动与缩放功能。下载功能支持断点续传、HTTP 重定向、GitHub 镜像加速及 aria2 多线程下载(16 连接),任务状态写入 JSON 文件以供面板读取。安装分为动态(临时)和固化(重启自动加载)两种模式,推荐长期使用固化模式,需复制插件包至指定目录并配置 `cordis.patch.yml`。典型用
Read Moredsh-workshop: Adding a Local Plugin Store to the DSH Web UI
dsh-workshop is a Steam-style plugin marketplace integrated into the DeepSeek Harness Web UI, designed to address the issues of scattered community plugins, inconsistent installation sources, and unstable GitHub access. It provides a "Workshop" entry in the sidebar, offering browsing of 850+ plugins, category filtering, and bilingual descriptions in both Chinese and English. Core capabilities include one-click installation with npm as the primary source and automatic fallback to GitHub sources, built-in mirror speed testing across 7 mirrors to accelerate downloads, and safety mechanisms such as a TUI plugin blacklist, installation pre-checks, artifact verification, and automatic rollback. Additionally, it supports unified management and updates for installed plugins. Users require a Node.js 18.17+ environment and can use the tool by adding plugins via the command line and restarting the service. This tool is positioned as a local development aid, providing basic security
Read More