dsh-win-minimal
Windows 极简模式 preset:单句 persona、三工具、无运行时上下文。
Windows minimal agent preset for DeepSeek Harness: fixed one-line persona, three tools, no runtime context.
怎么安装
dsh plugin add dsh-win-minimal 简介
dsh-win-minimal **让 Windows 上的 DeepSeek Harness 也有真正的极简模式。** 一句话 persona · 零运行时上下文 · 三工具 · 自动压缩 · 固定最短前缀 --- 它是什么 一个 **agent preset**:装上后,新建会话时多出一个「极简模式(Windows)」选项。 text ┌─────────────────────────────────────────────┐ │ 整个 system prompt: │ │ │ │ You are a helpful software engineer │ │ assistant. │ │ │ │ (就这一句,没有别的) │ └─────────────────────────────────────────────┘ 工具只有三个: | 工具 | 能力 | |---|---| | gitbash | 全局注册的 Git for Windows bash(一次一命令) | | str_replace_editor | 文件编辑 | | web_search | 联网搜索(跟随宿主已配置的搜索 provider) | 为什么需要它 DSH 官方自带 minimal preset,但它依赖**持久 bash 终端**——其就绪检测需要 PTY 进程检查,**Windows 上不可…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-20
- 创建于
- 2026-08-20
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- agent-preset, dsh, dsh-plugin, minimal
同类推荐
dsh-recall-plugin
limbo947/dsh-recall-plugin
消息撤回:在用户消息旁加「撤回」按钮,把对话历史(官方会话 fork)与项目文件(逐消息影子 git 快照)一并回退到该消息发送之前,带差异预览确认面板。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。
dsh-share
dsh-external/dsh-share
DSH 对话分享插件,分享单轮或多轮对话,可将 DSH 问答或选定的对话组导出为 PNG 或 Markdown
task-passport
dongsheng123132/task-passport
通过机器可读检查点与乐观锁,在 DeepSeek Harness、WorkBuddy、Claude Code 和 Codex 之间交接持久任务状态。