dsh-remote-workspace
Run the following command in DeepSeek Harness:
dsh plugin install tangjunyi1/dsh-remote-workspace
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install tangjunyi1/dsh-remote-workspace in your DeepSeek Harness terminal to install this plugin; source code at https://github.com/tangjunyi1/dsh-remote-workspace
About this plugin
When a step in a DeepSeek Harness agent workflow needs to reference or operate on a workspace that lives on a remote machine, developers often lack a lightweight, plug-and-play bridge to connect the two. dsh-remote-workspace was built to fill that gap: it injects remote workspace capabilities into the Harness orchestration chain with minimal intrusion, allowing otherwise isolated steps to share a single remote resource context and eliminating the need to manually wire paths or environment variables at every node.
Categorised under agent-workflow, the plugin's core purpose is to provide unified remote workspace access and referencing for workflow steps. A developer declares the remote workspace once through the plugin, and downstream nodes automatically become aware of it, enabling them to perform reads, writes, builds, or tests against that workspace. The design stays deliberately lean, introducing no extra runtime dependencies and focusing solely on bridging the boundary between local and remote within the Harness workflow.
It is well suited for teams building multi-step agent workflows in DeepSeek Harness whose pipelines need to touch remote development environments or remote code repositories. Released under the MIT license, the plugin can be freely integrated into custom pipelines or reused as a composable building block inside internal workflow templates.
Use Cases
- Multiple workflow steps need to reference the same remote development environment
- An agent pipeline must run builds, tests, or file operations against a remote repository
- A local orchestration chain needs to bridge remote resources without repeating path and env variable wiring
Best For
- Teams building multi-step agent workflows in DeepSeek Harness
- Developers whose pipelines need to reach remote development environments or repositories
- Architects integrating remote workspace access as a reusable block in internal process templates
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.