zhoulvyuan/dsh-plugin

deepseek-harness插件

Project Overview项目介绍

DSH Plugin is a collection repository for DeepSeek Harness that extends DSH via the Plugin mechanism. It currently includes three plugins: dsh-claude-code-web integrates the Claude Code Web workbench; dsh-md-workspace supports local directory browsing with Markdown editing and live preview; dsh-updchk provides version detection, compatibility risk assessment, and update/rollback panels. Each plugin lives in its own directory with dedicated README, configuration, and installation docs. Caveat: the repository has no declared License, so confirm the actual license before use or distribution.

DSH Plugin 是 DeepSeek Harness 的插件集合仓库,通过 Plugin 机制为 DSH 扩展功能。目前包含三个插件:dsh-claude-code-web 集成 Claude Code Web 工作台;dsh-md-workspace 支持本地目录浏览与 Markdown 编辑预览;dsh-updchk 提供版本检测、兼容性风险评估及更新回滚面板。每个插件独立成目录,含专属 README、配置及安装说明。需注意仓库未声明 License,使用或分发前应先确认授权情况。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

dsh plugin --profile web add github:zhoulvyuan/dsh-plugin

zhoulvyuan/dsh-plugin 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

DSH Plugin

DeepSeek Harness(DSH)的插件集合,通过 Plugin 机制为 DSH 提供额外能力。

项目简介

dsh-plugin 用于集中维护面向 DSH 的独立插件。

每个插件拥有独立的目录、代码和文档,负责实现具体功能;根目录 README 仅负责介绍本仓库及插件列表。

插件列表

Plugin Description
dsh-claude-code-web 将 Claude Code Web 工作台集成到 DSH
dsh-md-workspace 本地目录浏览 + Markdown 打开/编辑/实时预览
dsh-updchk DSH 检查更新面板(版本检测 / 兼容性风险 / 更新与回滚)

仓库结构

dsh-plugin/
├── README.md
│
├── dsh-claude-code-web/
│   ├── README.md
│   ├── INSTALL.md
│   ├── DEPLOY.md
│   └── ...
│
├── dsh-md-workspace/
│   ├── README.md
│   ├── INSTALL.md
│   ├── package.json
│   ├── cordis.patch.yml
│   └── lib/
│
├── dsh-updchk/
│   ├── README.md
│   ├── INSTALL.md
│   ├── package.json
│   ├── cordis.patch.yml
│   └── lib/
│
└── ...

插件的具体功能、架构、安装、配置和使用方式,请进入对应插件目录查看其 README.md

新增插件

新增 DSH Plugin 时,请:

  1. 创建独立的插件目录。
  2. 在插件目录中提供 README.md
  3. 在根目录的 插件列表 中增加对应条目。

License

本仓库当前未单独声明 License。使用或分发前请确认仓库实际许可协议。

上一个 Prev dsh-vision-plugin 下一个 Next deepshell-agent