Skip to content

Releases: tkdfs/dsh-ptc-auto-preset

ptc-auto preset v1.0.0

Choose a tag to compare

@tkdfs tkdfs released this 14 Aug 12:36

DSH preset that auto-assigns model + reasoning effort per work phase in PTC (Code Mode) sessions:

  • 规划/架构 (plan/architecture) → deepseek-v4-pro + max
  • 实现/修测试 (implement/fix-tests) → deepseek-v4-pro + high
  • 机械性改动 (mechanical edits) → deepseek-v4-flash + high

Commands: /ptc status, /ptc auto|plan|implement|mechanical|off · Tool: ptc_assign · Manual model selection is auto-pinned until /ptc auto.

Install: copy this repo to ${DSH_HOME:-$HOME/.dsh}/.agent-presets/ptc-auto/ and pick 「PTC 模式(自动分配)」 in the preset picker.

Or let an AI deploy it — paste this to your AI assistant:

Clone https://github.com/tkdfs/dsh-ptc-auto-preset into ${DSH_HOME:-$HOME/.dsh}/.agent-presets/ptc-auto/, keeping the directory name ptc-auto.

The clone target is all it takes; the directory name becomes the preset id.

Full docs: README.md · README.zh-CN.md