AI Agent Hub
Back to plugins
dsh-autopilot preview

dsh-autopilot

Workflow Updated 2026.09.14

Run the following command in DeepSeek Harness:

dsh plugin install canhta/dsh-autopilot

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install canhta/dsh-autopilot in an existing DeepSeek Harness installation; the source repository is https://github.com/canhta/dsh-autopilot

About this plugin

Running a coding agent once is easy; operating one continuously is harder. Someone still has to decide which ticket is ready, track token spend against a budget, cap concurrency, recover interrupted work, publish the exact verified commit, and tell the team what happened. dsh-autopilot adds that operational layer to DeepSeek Harness, turning approved tracker tickets into bounded agent runs and review-ready pull requests, while humans keep review, CI decisions, and merge authority.

Core capabilities: only tickets carrying the configured ready marker and current human authorization are admitted; work is queued under schedule and concurrency limits with token-budget reservation reconciled against provider-reported usage; execution happens in a DSH-managed Git worktree with pause, resume, and cancel without losing durable run history; interrupted publication and notifications are recovered after restart; the exact Git state is revalidated before creating a pull request; a notification outage cannot undo a completed PR. Provider integration goes through official MCP servers with DSH Credentials reused, avoiding third-party clones.

Best for teams or individual developers already running coding agents on DSH and managing tickets in Jira or GitHub Issues, who want to automate the repetitive operational work between approval and delivery. It does not replace DSH or vendor integrations; it simply wires the scheduling, lifecycle, and publication behavior that joins them together.

Screenshots

Use Cases

  • Automatically trigger agent coding on approved tickets and produce review-ready pull requests
  • Queue multiple pending tickets under concurrency caps and token budget limits
  • Recover interrupted publication, notifications, and retained worktrees after a DSH restart

Best For

  • Developers or teams running coding agents on DeepSeek Harness
  • Engineering teams managing tickets in Jira or GitHub Issues who want automated delivery
  • Solo developers who want to hand repetitive ops between approval and delivery to a pipeline