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.

Goodjob — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
G

dsh-goodjob

Goodjob

GoodJob — background jobs, waits, and agent operations for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:fentz26/dsh-goodjob#067d49ebdd593fb2ce56f30c2cf7684095f7526f
READMECompatibilityVersions

Compatibility and provenance

Goodjob is published as dsh-goodjob and currently resolves to version 2026.8.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/27/2026

Versions

2026.8.3stable
8/27/2026

Related plugins

Loading related plugins…

Latest
2026.8.3
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/2/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.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseWeb 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 包。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 WebAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.

README

GoodJob

Background jobs, waits, and agent operations for DeepSeek Harness.

GoodJob is an out-of-tree DeepSeek Harness plugin (a bundle). It gives you an IDE-style operations workspace over Jobs, durable Job Groups, Waits, recursive Subagents, and optional Agent Teams without creating a second scheduler, task board, event bus, transcript store, or conversation surface. Execution remains owned by the DSH capability that started it.

Install

npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add github:fentz26/dsh-goodjob

Then start the web profile as usual:

npx -y @deepseek-ai/dsh@0.1.1-rc.2 --profile web

Upgrade / uninstall:

npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web update dsh-goodjob   # upgrade in place
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web remove dsh-goodjob   # uninstall

Requires Node ≥ 22.19 or ≥ 24, pnpm ≥ 10 on PATH, and Git (GitHub is reachable anonymously — this repository is public). GoodJob stores no credentials anywhere. Full installation mechanics: docs/installation.md.

Main features

  • Operations workspace — a native conversation view with an Explorer, stable tabs, and up to four split panes over Jobs, Groups, Waits, Subagents, and Teams.
  • Goals (docs) — the Session's durable objective with phases, rounds, and blocked reasons.
  • Workflows (docs) — durable workflow runs and member outcomes, exactly as the tool records them.
  • Schedules (docs) — durable reminders projected read-only with explicit overdue state.
  • Needs Attention (docs) — deterministic blockers/failures derived from authoritative states, plus "Why idle?" on agents.
  • What changed? (docs) — a deterministic since-last-visit delta from authoritative timestamps; only its presentation-local reference timestamp is stored.
  • Operations search (docs) — live-preferred Session search through DSH's own query engine; no shadow index.
  • Usage (docs) — exact token accounting from the durable tokenUsage projection; never a derived price.
  • Artifacts (docs) — deferred until DeepSeek Harness exposes a deliverable authority.
  • Jobs — live status, exact elapsed time, bounded searchable output; reading logs never advances the model-facing cursor.
  • Job Groups — durable Session-local labels over existing Job ids with exact member states; a compact job_group tool for fan-out / fan-in.
  • Waits — durable wait intents folded read-only from wait/change Session events.
  • Subagents — every descendant with lineage, activity, model, related Jobs, and navigation actions.
  • Agent Team (optional) — projects the Team roster, tasks, and mailbox when Agent Teams is composed.
  • Settings → Plugins → GoodJob — visibility controls for every section on DSH trees that compose the settings registry.

Compatibility

Verified minimum: DeepSeek Harness 0.1.1-rc.2 — GoodJob installs, boots, and its core features work there; two capabilities degrade gracefully until upstream ships their seams. Details and known launcher issues: docs/compatibility.md.

Technical documentation

DocumentContents
docs/installation.mdprerequisites, what the installer does, auth behavior
docs/architecture.mdworkspace, host half, model-facing tools, limitations, repository layout
docs/compatibility.mdcapability matrix, graceful degradation, launcher issue
docs/workspace.mdworkspace identity, persistence, projection, rendering reference
docs/development.mdlocal development against DSH sources

Security reports follow the coordinated process in SECURITY.md — please use GitHub Private Vulnerability Reporting or the contact address there; do not open public issues for unpatched vulnerabilities.

Contact

Questions and feedback: contact@fentz.dev

License

MIT