Saikel-Orado-Liu/dsh-coding-agent-preset

Saikel-Orado-Liu★ 1JavaScriptLast synced: 2026-08-15

Open on GitHub

Windows-adapted DSH coding agent preset with persistent PowerShell 7 (pwsh) and str_replace_editor, mirroring the official minimal preset.

README excerpt

DSH Coding Agent Preset English  ·  简体中文 DSH Coding Agent Preset is a Windows-adapted “coding mode” agent preset for DeepSeek Harness (DSH) — an exact Windows port of the official minimal preset. It keeps the official minimal composition (fixed persona, no context compaction, only pwsh + str replace editor ), but replaces the official persistent bash with a persistent PowerShell 7 (pwsh) shell. - PTY backend ( packages/dsh-terminal-pwsh/ ): a node-pty/ConPTY persistent pwsh backend, mirroring @deepseek-ai/dsh-terminal-bash . - Model-facing tool ( packages/dsh-tool-pwsh-persistent/ ): a persistent pwsh tool, mirroring @deepseek-ai/dsh-tool-bash-persistent . - Preset files ( agent.cordis.yml / preset.yml ): mount the two local packages into a DSH coding agent preset. Installation The preset is published as a single npm package ( @gamegeek-saikel/dsh-coding-agent-preset ). Installing it into a DSH web profile automatically deploys the preset files and the two internal packages via the package postinstall script. Prerequisite: This preset requires PowerShell 7 ( pwsh ) , not the built-in Windows PowerShell 5.1 ( powershell.exe ). Please install PowerShell 7 manually from or r…

View full README on GitHub →
Agentsagent-presetcoding-agentconptydeepseek-harnessdshdsh-plugindsh-pluginsnode-pty

Category