DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Autopilot — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

@canhta/dsh-autopilot

Autopilot

Turn approved tracker tickets into review-ready pull requests with DeepSeek Harness.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:canhta/dsh-autopilot#1e753e7c000919019729d357c4bf54f3f5e2f1b8
READMECompatibilityVersions

Compatibility and provenance

Autopilot is published as @canhta/dsh-autopilot and currently resolves to version 0.1.0-alpha.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/14/2026

Versions

0.1.0-alpha.4prerelease
9/14/2026
Show 1 more versionCollapse versions
0.1.0-alpha.1prerelease
9/12/2026

Related plugins

Loading related plugins…

Latest
0.1.0-alpha.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/14/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebAcp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.Easyrewritedsh-easyrewriteDSH Web内目前最无感的消息撤回、重编辑插件,原版体验,兼容性强,功能简单可开关,设置丰富,现代化轻量ui框架。The most seamless message recall & re-edit plugin for DSH Web — native experience, strong compatibility, simple toggles, rich settings, modern lightweight UI. DSH Web で最もシームレスなメッセージ撤回・再編集プラグイン——ネイテ

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.