DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Autopilot — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
A

@canhta/dsh-autopilot

Autopilot

使用 DeepSeek Harness 将已批准的跟踪器工单转换为可供审查的拉取请求。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:canhta/dsh-autopilot#1e753e7c000919019729d357c4bf54f3f5e2f1b8
README兼容性版本

兼容性与来源证明

Autopilot 以 @canhta/dsh-autopilot 发布,当前版本为 0.1.0-alpha.4。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/14

版本

0.1.0-alpha.4prerelease
2026/9/14
查看其余 1 个版本收起版本
0.1.0-alpha.1prerelease
2026/9/12

相关插件

正在加载相关插件…

最新版
0.1.0-alpha.4
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/14
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness:通过自然语言驱动多智能体团队协作(队长、成员、具有依赖关系的任务、消息传递),并在 Web GUI 中提供树状监视器

README

Autopilot — Turn approved work into review-ready pull requests with DeepSeek Harness.

Autopilot

Autopilot turns approved tracker work into bounded agent runs and review-ready pull requests inside DeepSeek Harness (DSH).

What problem it solves

Running a coding agent is easy. Operating one continuously is harder: somebody still has to decide which ticket is ready, track reported token use, limit concurrency, recover interrupted work, publish the exact verified commit and tell the team what happened.

Autopilot adds that operational layer to DSH. It keeps approval, review and merge with humans while automating the work between an approved ticket and a pull request.

It does not replace DSH or vendor integrations. DSH owns the agent runtime, Sessions, credentials and Web shell. Tracker and code-host access reuses official MCP servers and their existing authentication; Autopilot adds only the scheduling, lifecycle and publication behavior that joins them together.

What it does

  • Admits only tickets carrying the configured ready marker and current human authorization.
  • Queues work under schedule and concurrency limits, reserving a configured allowance against provider-reported token use.
  • Runs the repository's own instructions in a managed Git worktree through DSH.
  • Pauses, resumes and cancels without discarding durable run history.
  • Recovers interrupted publication, notifications and retained worktrees after restart.
  • Revalidates the exact Git state before creating a pull request.
  • Shows queue, run details, worktrees, delivery status and settings in DSH Web.
  • Stops at pull-request creation; humans still own review, CI decisions and merge.

The contributor test suite verifies the current alpha with controlled providers. Production provider promotion remains gated by provider conformance. Jira, GitHub Issues and GitHub code hosting are the first adapters; Linear, Bitbucket and later providers use the same provider contracts and MCP-first authentication policy.

The alpha budget fields reserve capacity and reconcile provider-reported usage after requests. They are not an exact cumulative pre-request hard cap; keep native execution disabled for metered production until the DSH budget boundary is completed.

How it works

flowchart LR
    ticket["Approved ticket"] --> gate["Ready marker + authorization"]
    gate --> queue["Schedule + capacity + budget"]
    queue --> dsh["DSH agent in managed worktree"]
    dsh --> verify["Checks + exact Git state"]
    verify --> pr["Review-ready pull request"]
    pr -.-> notify["Notification"]

If the agent needs a decision, Autopilot posts the blocker back to the tracker and waits for an explicit response. A paused run retains its Session and worktree for a checked resume. A cancelled queued or quiescent run stops cleanly while retaining the evidence needed to understand what happened.

Provider failures are isolated from the durable run result. For example, a notification outage cannot undo a completed pull request, and a restart can retry an uncertain publication without creating a duplicate.

Install

Requires an existing DSH installation.

dsh plugin --profile web add @canhta/dsh-autopilot@alpha
dsh --profile web

Open the URL printed by DSH, then select Autopilot in the sidebar.

Don't have DSH installed?

Install its CLI with npm, then run DSH Web once to finish the normal DSH setup:

npm install --global @deepseek-ai/dsh
dsh web

See the DSH repository for its own installation and safety guidance. Autopilot does not manage or upgrade this installation.

Configure

Open Settings → Autopilot to set the tracker and code-host bindings, schedule, concurrency, budget, notifications and retention policy. Configure the ready marker and provider-specific resource mapping in that provider's linked Settings section.

Fresh installs keep execution disabled. Before enabling it, select the DSH default Agent preset and model, then configure each provider's DSH Settings namespace and official MCP server in the same profile. Keep vendor OAuth, model keys and tokens in DSH Credentials; Autopilot does not create a second authentication flow.

Connect the GitHub and Jira MCP servers

Autopilot's providers call the vendor's official MCP server through DSH's dsh-mcp-client plugin, not a third-party clone. Add one entry per server to the profile's patch layer ($DSH_HOME/profiles/<profile>/cordis.patch.yml), then restart the profile (dsh --profile web).

GitHub — the official remote server needs no local install or Docker:

- insert:
    - id: mcp-github
      name: '@deepseek-ai/dsh-mcp-client'
      config:
        serverName: github
        transport: streamable-http
        url: https://api.githubcopilot.com/mcp/
        headers:
          Authorization: !!js '`Bearer ${process.env.GITHUB_TOKEN}`'

Create a token at github.com/settings/personal-access-tokens/new with Contents, Issues and Pull requests read/write, then set GITHUB_TOKEN in your environment before starting DSH.

Jira — the Jira provider's MCP contracts target Atlassian's official Rovo MCP Server, not a community Jira MCP server. serverName must be atlassian (the provider's default):

- insert:
    - id: mcp-jira
      name: '@deepseek-ai/dsh-mcp-client'
      config:
        serverName: atlassian
        transport: streamable-http
        # tools=all: Rovo only advertises a "primary" tool subset by default and expects
        # on-demand discovery, which dsh-mcp-client's one-time tools/list bridge doesn't do.
        url: https://mcp.atlassian.com/v2/mcp?tools=all
        headers:
          Authorization: !!js >-
            `Basic ${Buffer.from(`${process.env.JIRA_EMAIL}:${process.env.JIRA_API_TOKEN}`).toString('base64')}`

Create an API token at id.atlassian.com/manage-profile/security/api-tokens, then set JIRA_EMAIL (your Atlassian login) and JIRA_API_TOKEN. An org admin must also enable API token authentication for the Rovo MCP Server (Atlassian Administration → Rovo → Rovo MCP server → Authentication) — OAuth-only organizations can't use this Basic-auth header form and need a different client integration.

Once connected, each provider's Settings card in Autopilot reports a live lookup status instead of a placeholder — a real, cached probe against that provider's declared MCP tools, not a static message.

For a systemd-managed VPS installation and backup/restore procedure, see One-VPS operation.

Contribute

Start with a GitHub issue so the problem and acceptance criteria are clear. Then run the repository checks before opening a focused pull request:

git clone https://github.com/canhta/dsh-autopilot.git
cd dsh-autopilot
pnpm install
pnpm run check

The full contribution workflow, verification expectations and package checks are in Contributing.