插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 90 个插件
dsh-deploy-master
olympianz/dsh-deploy-master
A DSH plugin that automates shipping a local project: create a GitHub repository and publish it (git init/commit/push + topics + tag + release), sync requirements/progress to Linear, publish to npm, and announce in the community Discussions — to join the
dsh-worktree-manager
shenkonghui/dsh-worktree-manager
dsh 的 Git worktree 管理——按仓库聚合工作区,创建与切换 worktree,并查看变更、提交历史与文件差异。
dsh-git
easytz/dsh-git
Git 面板:看改动、暂存、提交、推送、切分支、翻历史,不用记命令。Visual Git panel for DeepSeek Harness: stage, commit, push, switch branches, browse history.
dsh-git-push
eightfs/dsh-git-push
DSH 的 git 提交推送自动化:提交前审计、规则质量评分、SSH 密钥生成与三选项卡设置侧边栏。
dsh-tauri-turnrewind
yingtianlan/dsh-tauri-turnrewind
Git worktree 的 turn 级工作区撤销:每个 turn 建私有快照,/undo 先出红绿 diff 预览卡、卡内确认;turn 之后被改过的文件拒绝用冲突 diff 覆盖,只有显式 --force 或 --skip-conflicts 才继续;不写用户仓库的 HEAD、index、stash 与提交历史。
dsh-git-panel
a792883583/dsh-git-panel
Git 侧边栏面板:提交图谱、超前/落后跟踪、分支操作及改动 Diff 一键带入对话。
dsh-plugins (dsh-git)
dennisrongo/dsh-plugins
Git 更改标签页:暂存、对比、AI 起草提交信息、分支/合并/储藏/工作树操作与同步,通过 fs.watch 加 changeToken 轮询实现实时更新。
dsh-memory-vault (memory-auto)
luisarg03/dsh-memory-vault
会话记忆自动驾驶:监听 DSH 会话,在会话结束与压缩前通过宿主 LLM(ctx.llm,默认 deepseek-official)就地抽取 OKF 条目,无需外部 API Key。
source-code-mgmt
zhucy123/source-code-mgmt
DSH 网页界面的代码管理面板,五步搞定 Git 日常:① 环境检查自动检测 git/gh/ssh,缺工具一键安装(gh 支持镜像下载源加速,Windows 也可用)并带检查更新;② SSH ed25519 密钥生成/连接测试 + 一键写 443 配置绕过 22 端口封锁,Gitee 私人令牌在此配置;③ 查看仓库状态、并排 diff、暂存提交、切换分支、查看/回滚历史,一键新建仓库并推送,自动忽略超 100MB 文件;④ 列出账号名下所有远程仓库一键克隆;⑤ 五步发布 npm 包。支持 GitHub / Gitee 双平台,界面中英文跟随 DSH 设置实时切换。
dsh-pr-description
988hj7tczd-oss/dsh-pr-description
分析当前分支 diff,生成符合 Conventional Commits 的 PR 标题与动机/方案/影响/测试/风险描述和自审清单,输出 PR_DESCRIPTION.md,可选直接调用 gh 提 PR。
dsh-turnsnap
yongshuai0314/dsh-turnsnap
零配置的逐轮 git 检查点:在 git 工作区的每个 agent 轮结束后,把全部变更暂存为一条带 \[turnsnap] 标记的提交(串行队列、感知沙箱策略),每一轮都是回滚点。
dsh-git
hy-sde/dsh-git
Agentic git plumbing for DeepSeek Harness: the host ctx.git service (diff capture/parsing, hunk staging, commit/push/log over the subprocess seam) backing the commit and review tools in @hy-sde-org/dsh-tool-git — a standalone plugin with no upstream harne
dsh-git
wanghaoyihaoyi/dsh-git
Git source-control sidebar for the DeepSeek Harness web UI: repo init, staging, commit/push/pull, branch & remote management, AI-generated Conventional Commits messages, and a commit-history graph.
dsh-dual-model-eval
huangdaxianer/dsh-dual-model-eval
Runs one coding prompt across multiple configured models in isolated Git worktrees, streams side-by-side tool traces and results, and commits the candidate the user adopts for later rounds.
dsh-slides
literaf/dsh-slides
把结构化大纲变成 DeepSeek Harness 演示文稿:独立 HTML 幻灯片,可离线放映、带备注、可打印 PDF,并可选导出 .pptx。
dsh-git-workbench
kaixinbaba/dsh-git-workbench
DeepSeek Harness Git 开发工作台:采集分支、状态、worktree、stash 和最近提交,并通过命令、工具与设置界面管理 Git 工作区。
dsh-git-nexus
jfwaskin/dsh-git-nexus
DSH Web 的 Git 与 GitHub 面板:暂存/撤销/丢弃/差异、分支、提交、推送/拉取/同步、日志、文件浏览、工作流看板,以及带 PR 创建的 GitHub OAuth。
dsh-ocr-review
jiayan-xu/dsh-ocr-review
本地 AI 代码评审门禁:对工作区/分支/commit diff 跑评审(托管 ocr.js),返回结构化 findings 与 token 统计;门禁模式发现问题即失败。