AI Agent Hub
Back to plugins
⚙️

dsh-plugins

Workflow Updated 2026.08.18

Run the following command in DeepSeek Harness:

dsh plugin install wryyyds7/dsh-plugins

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

Run dsh plugin install wryyyds7/dsh-plugins inside DeepSeek Harness to install the plugin from https://github.com/wryyyds7/dsh-plugins.

About this plugin

A recurring gap in DeepSeek Harness agent workflows is that agents have no built-in awareness of external file changes in the workspace, and the code-review step often lacks a structured, diff-based comparison. dsh-plugins fills both gaps with a small, focused set of community plugins.

The file-watcher plugin continuously monitors workspace files for external modifications and pushes change events to the agent through inbox injection, removing the need for manual polling loops. The diff-tool plugin registers a built-in diff utility that returns either file-level or git-commit-level differences, giving the agent a structured basis for efficient code review.

If you are building or maintaining an agentic workflow inside a DeepSeek Harness workspace and find yourself writing repetitive file-watching or diff-comparison logic, this collection offers a ready-to-use alternative, letting your agent react proactively to the filesystem and perform structured reviews without extra scaffolding.

Use Cases

  • The agent needs real-time awareness of external file changes in the workspace
  • Structured file-level or git-commit-level diff comparison during code review
  • Eliminating repetitive file-polling and diff-comparison boilerplate for the agent

Best For

  • DeepSeek Harness workflow developers
  • Engineers building agents that need filesystem awareness
  • Individual developers extending agent capabilities with lightweight plugins