dushaobindoudou/dsh-refine ↗★ 0
dsh-refine
DeepSeek Harness 插件,为自我微调引擎提供 /refine 命令和设置面板。支持浏览条目、查看微调历史时间线、一键回滚及自动门控审计,引擎在运行时为可选配置。
AI 分析
核心用于管理和触发DSH自我微调任务。适合需要优化Agent提示词、记忆或技能的开发者,提供便捷的命令行与可视化回滚,实际微调需配合引擎插件使用。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dushaobindoudou/dsh-refine说明文档
阅读完整 README ↗Usage
Command
| Input | Description |
|---|---|
/refine status | Overview of engine/rollback state |
/refine list [kind] | List current entries (filter by prompt/memory/skill/subagent) |
/refine history [n] | Recent refinement history (default 10, max 50) |
/refine rollback | Roll back one committed refinement (ids from history) |
/refine | Trigger an engine refinement; returns immediately, results appear later in the panel / history |
/refinetreats the text as a refinement instruction handed to the engine's planner. For ordinary chat, just type in the input box without the/prefix.
Panel
Settings → Refine Harness: browse entries, inspect the history timeline, roll back with one click, and audit auto-gate decisions.