GitRuozhi / dsh-mini-win

목록에 있음

Windows-friendly minimal agent preset for DeepSeek Harness: sandboxed pwsh, native cmd.exe, and str_replace_editor.

main샌드박스 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:GitRuozhi/dsh-mini-win

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 d97acfa동기화 2026. 8. 18.

dsh-mini-win

English | 中文

A Windows-friendly minimal agent preset for DeepSeek Harness (DSH).

Due to issues with the "advanced thinking chain", this preset has been restructured to include the following three tools.

DSH's built-in minimal preset is Linux/macOS-only. The mini-win preset replaces minimal's PTY-based persistent bash and uses only three tools:

  • pwsh — sandboxed one-shot PowerShell
  • bash — for triggering the "advanced thinking chain"
  • str_replace_editor — local file editor

Install

Copy this directory into your DSH presets folder as mini-win:

git clone https://github.com/GitRuozhi/dsh-mini-win "$env:USERPROFILE\.dsh\.agent-presets\mini-win"

Restart dsh, then pick 小赢模式 (mini-win).

About block-github.mjs

This file masks the mcp__github__* and github_file_read tools that the dsh-github-mcp bundle registers globally, so this preset stays minimal. It is a no-op when that bundle isn't installed, so it's safe to keep.

If you have other global plugins, you can have DSH restore mini-win to a 3-tool minimal state by following this file's masking approach.

Advanced thinking chain, persistent bash, and the CMD tool

Based on dsh-anchored-standard and similar community research, the "advanced thinking chain" of DeepSeekV4Pro can be effectively triggered if and only if only a persistent bash and str_replace_editor are available, with no extra tools or prompt injection.

In practice, this scenario still has randomness. DSH's native minimal mode may still fail to trigger the advanced thinking chain, while modes that include the pwsh tool still have a high probability of triggering it.

For this reason, the CMD tool from the previous version of this preset was removed, and the Bash tool was added back.

Handling this at the Agent/Harness level has reached a bottleneck; resolving it still awaits a DeepSeek model update.

저장소 정보

언어
JavaScript
라이선스
MIT
마지막 업데이트
2026. 8. 17. 오전 11:17

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.