dsh-plugin-local-model
DeepSeek Harness 本地模型插件:在设置里管理 GGUF 模型,首条对话自动拉起 llama.cpp,空闲 5 分钟自动卸载释放显存。
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.
怎么安装
dsh plugin add github:DZQJOKER/dsh-plugin-local-model 简介
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,于是:…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-09-17
- 创建于
- 2026-09-12
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
claude-code-router
musistudio/claude-code-router
每个AI代理的本地控制平面:跨模型路由、融合新能力、编排工具,并始终保持完全控制。
dsh-thinking-effort
hytime/dsh-thinking-effort
为 DSH 自定义模型配置思考档位和子 agent 默认思考强度。