YKennen/dsh-zh-output

Plugin ⭐ 3 MIT other

DeepSeek Harness 中文输出插件:强制中文思考与输出的中文预设

Install

$root = if ($env:DSH_HOME) { $env:DSH_HOME } else { Join-Path $env:USERPROFILE '.dsh' }
$dest = Join-Path $root '.agent-presets'
New-Item -ItemType Directory -Force -Path $dest | Out-Null
Copy-Item -Recurse -Force .\presets\* $dest

Add YKennen/dsh-zh-output to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.