deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
Fable级且及时总结模式(安装目录名:win-fable-report)
这是一个给 Windows 版 DeepSeek Harness(dsh)用的预设模式。它让 DeepSeek V4 Pro 先用更稳的方式开始工作,并且在重要节点用一句通俗的中文向用户汇报进展。
bash 和 str_replace_editor,让它沿正确轨迹启动;| 路径 | 含义 |
|---|---|
C:\dev\dsh-win-fable-report |
你克隆项目的地方,位置随意 |
C:\dev\dsh-win-fable-report\win-fable-report |
源:项目里的 preset 目录 |
C:\Users\<你>\.dsh |
dsh 自己的数据目录 |
C:\Users\<你>\.dsh\.agent-presets |
dsh 查找用户 preset 的目录 |
C:\Users\<你>\.dsh\.agent-presets\win-fable-report |
目标:安装后的 preset |
.dsh 和项目克隆目录没有父子关系,可以放在不同磁盘。它们的唯一联系,就是下面这条复制命令:
项目里的 win-fable-report ──复制──> .dsh\.agent-presets\win-fable-report
不要反过来,也不要把项目克隆到 .dsh 里面。
git clone https://github.com/L-xx1/dsh-win-fable-report.git
cd dsh-win-fable-report
powershell -ExecutionPolicy Bypass -File .\install.ps1
install.ps1 会自动完成上面这个复制动作。
git clone https://github.com/L-xx1/dsh-win-fable-report.git
cd dsh-win-fable-report
$dshHome = if ($env:DSH_HOME) { $env:DSH_HOME } else { Join-Path $env:USERPROFILE '.dsh' }
$dst = Join-Path (Join-Path $dshHome '.agent-presets') 'win-fable-report'
Copy-Item -Recurse -LiteralPath '.\win-fable-report' -Destination $dst
Test-Path (Join-Path $dst 'agent.cordis.yml') # 应返回 True
dsh web(等于 dsh --profile web);安装脚本默认不覆盖已有文件;确需覆盖时加
-Force。 不要在已有对话的会话上切换本模式。
0.1.0-rc.5 / 0.1.0-rc.6;安装、配置、验证方法和《Windows 工具使用守则》全文,见 README.zh-CN.md。
本项目基于 xiaobright/dsh-anchored-standard 制作。感谢原作者和该项目所有贡献者,以及 DeepSeek Harness 项目。
MIT。本项目不是 DeepSeek 官方项目,安装前请先查看源码。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。