DeepSeek Harness Plugins
DeepSeek Harness PluginIndexed

dsh-plugin-watchdog

Host-side DeepSeek Harness watchdog that resumes eligible agent sessions after an unclean server crash or restart.

UI & ProductivityDeveloper ToolsBrowser & WebSecurity & Policy
0GitHub Stars0ForksUpdated2026-08-15

Install

$ dsh plugin --profile web add github:davidgereb/dsh-plugin-watchdog --config.block-exotic-subdeps=false

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-plugin-watchdog is a Cordis-based DSH plugin for crash recovery. It tracks session activity, identifies recently interrupted work after boot, and resumes eligible sessions or re-arms active goals, with configurable safety limits and fallback model settings.

Key Capabilities

  • Tracks session activity and persists watchdog state in $DSH_HOME/storages/watchdog.json.
  • Detects eligible interrupted sessions using persisted log signals such as interrupted turns, pending inbox items, and active goals.
  • Resumes sessions through ctx.agents.resume and sends a continuation follow-up when appropriate.
  • Re-arms eligible active goals rather than sending them a follow-up prompt.
  • Avoids resuming subagent sessions independently.
  • Limits recovery activity with a configurable per-boot resume cap.
  • Provides a Settings → Plugins configuration card for fallback model and resume-policy options.

Useful For

  • Continue agent work after a DSH server crash, OOM event, forced termination, or unclean restart.
  • Recover recently active sessions in headless or browser-closed DSH deployments.
  • Re-arm interrupted goal-driven workflows after server recovery.
  • Configure an optional policy for resuming work after graceful shutdowns.

Who It Fits

  • DeepSeek Harness users running the web profile.
  • Users operating long-running or unattended agent sessions.
  • Developers who want automated recovery for interrupted DSH workflows.

Documented Limitations

  • Recovery is a fresh continuation after persistence-layer crash repair, not a rewind to an unfinished point within a turn.
  • By default, sessions from graceful shutdowns are treated as deliberately stopped; enabling graceful-shutdown recovery is optional.
  • Only one DSH process should write a session log at a time.
  • Untracked-session scanning is bounded and mtime-based, so large old logs may not be scanned.
  • The README states testing against dsh 0.1.0-rc.6 on Node.js v24.19.0 and cautions that other DSH versions may change hooked internals.
  • Installation requires allowing git-hosted transitive dependencies for its git-hosted dependency under pnpm 11 defaults.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 1 runtime, 0 development, 0 peer, and 0 optional dependencies.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
davidgereb/dsh-plugin-watchdog
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
1ad7f6a · 2026-08-16

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
0GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-15
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app