YKennen/dsh-zh-output

插件 ⭐ 3 MIT other

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

安装

$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

YKennen/dsh-zh-output 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。