dsh-workspace-monitor
Run the following command in DeepSeek Harness:
dsh plugin install Rainier-Z/dsh-workspace-monitor
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Rainier-Z/dsh-workspace-monitor in the DeepSeek Harness terminal to install; the plugin source is at https://github.com/Rainier-Z/dsh-workspace-monitor .
About this plugin
Tracking file changes across multiple project directories is tedious, and it is easy to miss additions, modifications, or deletions that happened since your last manual check. dsh-workspace-monitor collapses that chore into a single natural-language sentence in the current session. The plugin starts scanning file metadata at a fixed interval and emits a concise summary of added, modified, and deleted files each cycle. The first pass silently establishes a baseline with no notification; every subsequent cycle explicitly confirms whether changes were detected, keeping your situational awareness deterministic.
Multiple independent monitoring tasks can coexist in one session, each with its own taskId, target workspace, scan baseline, and run state. The scan interval can be adjusted at any time and takes effect immediately without a restart. Pausing preserves the full baseline, and resuming triggers one catch-up scan before returning to the original cadence. Scans read only file metadata, never file contents, and never write into the monitored directory. Common noise sources such as .git and node_modules are ignored by default.
Ideal for developers working inside the deepseek harness workflow who maintain several workspaces in parallel and prefer driving lightweight file-change awareness through conversation rather than a separate monitoring service or cron script.
Screenshots
Use Cases
- Continuously tracking file additions, modifications, and deletions across multiple project directories
- Verifying whether a long AI agent session produced unexpected file changes in the workspace
- Periodically checking a shared team workspace for accidental deletions or unexpected additions
Best For
- Developers maintaining multiple workspaces in parallel within the deepseek harness workflow
- Teams preferring natural-language-driven monitoring over standalone daemons
- Independent developers seeking lightweight file-change awareness without extra dependencies
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.