DeepSeek Harness plugin

dsh-progress-reporter

Codex-style, time- and milestone-oriented progress updates for long-running DeepSeek Harness agents.

Jump to install

Source facts

Repository
baiyuscc13724-max/dsh-progress-reporter
Latest update
Aug 18, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/baiyuscc13724-max/dsh-progress-reporter
Plugin: dsh-progress-reporter
Author: baiyuscc13724-max

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.en.mdSource · read only
README language

DSH Progress Reporter

中文

Adds Codex-style progress communication to long-running DeepSeek Harness tasks: updates follow elapsed time and meaningful work states, never a mechanical tool-call count.

Features

  • Seeds a reporting policy at session start so the model updates users after meaningful phases, at blockers or decisions, and before lengthy work.
  • Requests a progress update at the next official step boundary after about 60 seconds without visible assistant text.
  • Never triggers on a fixed number of tool calls or narrates every routine operation.
  • Asks for a concise update covering completed work, current work, and the next step or blocker.
  • Lets the agent continue automatically after reporting and preserves the official Goal workflow.
  • Excludes subagents by default to avoid noisy concurrent updates.
  • Runs locally with no network calls, storage, credentials, or API keys.

The plugin injects a model-facing checkpoint at an official pre-step boundary. It does not fabricate assistant messages or modify DeepSeek Harness core code.

Install

This plugin is not installed by default with Harness Desktop. Install it only when you choose to use it.

In Harness Desktop:

1. Open Settings → DSH Plugin Marketplace. 2. Search for dsh-progress-reporter. 3. Install it and restart Harness.

Repositories carrying the GitHub dsh-plugin topic are automatically indexed by the community marketplace.

Configuration

Defaults live in cordis.patch.yml:

config:
  enabled: true
  intervalSeconds: 60
  includeSubagents: false

Restart DSH Web after changing configuration.

Limitations

  • Checkpoints occur only at step boundaries. The plugin cannot interrupt one long model request or tool execution.
  • Progress text is generated by the active model. If a model ignores a checkpoint, the plugin retries after another full silence interval.
  • Requires DeepSeek Harness 0.1.0-rc.7 or a compatible newer version.

Privacy

No network access, cloud service, credentials, or persistent data. The plugin only reads agent lifecycle events and injects model-facing progress checkpoint notices.

Development

npm install
npm test

License

MIT