AI Agent Hub
Back to plugins
⚙️

dsh-coding-preset

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Saikel-Orado-Liu/dsh-coding-preset

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

To install this plugin in DeepSeek Harness, run the command dsh plugin install Saikel-Orado-Liu/dsh-coding-preset, or visit the source repository at https://github.com/Saikel-Orado-Liu/dsh-coding-preset for details.

About this plugin

The official DeepSeek Harness minimal coding preset relies on bash, which cannot run directly on Windows due to its Linux/macOS-specific subprocess terminal inspection. This plugin emerges as a Windows port of that preset, solving the problem of persistent shell unavailability for Windows users while delivering the exact same toolset and functionality.

At its core, the plugin provides a persistent PowerShell 7 (pwsh) backend via node-pty/ConPTY, allowing variables, functions, and working directories to persist across multiple calls, alongside the str_replace_editor tool for file edits. It also implements sandbox mode switching, single-call escalation mechanisms, and readiness detection, ensuring commands execute in a secure environment.

This plugin is ideal for developers using DeepSeek Harness on Windows for coding tasks, especially those requiring a persistent shell to manage complex workflows or run state-dependent scripts. Although now superseded by the official minimal mode, its design offers valuable insights into native Windows tool integration for future projects.

Use Cases

  • Performing coding tasks on Windows using DeepSeek Harness.
  • Executing multi-step scripts that require a persistent environment.
  • Managing development state and variables across tool calls.

Best For

  • DeepSeek Harness users on Windows platforms.
  • Engineers needing persistent shells for interactive development.
  • Developers seeking to run commands in a secure sandbox.