dsh-plugin-local-model
Local model plugin for DeepSeek Harness: manage GGUF models in settings, auto-launch llama.cpp on first message, and auto-unload after 5 minutes of idle time to free VRAM.
DeepSeek Harness 本地模型插件:在设置里管理 GGUF 模型,首条对话自动拉起 llama.cpp,空闲 5 分钟自动卸载释放显存。
How to install
dsh plugin add github:DZQJOKER/dsh-plugin-local-model About
dsh-plugin-local-model 给 **DeepSeek Harness(dsh)** 用的本地模型插件:在设置里管理本地 GGUF 模型, **第一条对话自动拉起 llama.cpp 载入模型,连续 5 分钟无交互自动卸载并释放显存**; 设置页顶部还有一块**参数预设**,把整套参数存成带名字的条目,一键切换。 模型和 llama 工具由用户自己下载,放进插件规定的目录即可 —— 插件不联网拉模型、不碰工作区文件、 除本机回环地址外不监听任何端口。 更新日志 **0.5.2** — 修掉设置页**透明重叠**。**0.5.1 的诊断是错的** —— 那三处几何问题确实存在、也确实修好了, 但它们不是用户看到「字压字」的原因。真正根因是**插件引用了 DSH 里根本不存在的 CSS 变量**: 插件整套用的是 --color-background-primary / --color-border-tertiary / --color-text-primary 这一组(Claude / Cursor 风格的通用 token),而宿主 DSH 只提供一套 --dsw-* (全量扫 app.asar 的 21810 个文件,上述 --color-* 的**定义数都是 0**)。 var(--x, fallback) 在变量不存在时**静默**退回 fallback,于是:…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-09-17
- Created
- 2026-09-12
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
claude-code-router
musistudio/claude-code-router
One local control plane for every AI agent: route across models, fuse new capabilities, orchestrate tools, and stay fully in control.
dsh-thinking-effort
hytime/dsh-thinking-effort
Configure reasoning-effort levels and sub-agent defaults for custom DSH models.