Plugin directory / Developer / dsh-experience-plugin
dsh-experience-plugin
Unverified SouleyMoni1
What it does
DSH plugin: per-model reasoning levels for custom API models, with family presets and an official-settings-page editor.
Unverified — not yet verified
DSH plugin: per-model reasoning levels for custom API models, with family presets and an official-settings-page editor. Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
dsh-experience-plugin
DSH(DeepSeek Harness)功能插件,按功能模块组织:
| 模块 | 功能 | 配置入口 |
|---|---|---|
| 模型思考等级 | 为自定义 API 模型注入推理等级 | 设置页「日用优化」分区 |
| CLI 请求模拟 | 把 DSH 模型请求伪装成 Codex / Claude Code / Grok CLI | 设置页「日用优化」分区 |
| 打开文件夹 | 工作区行菜单打开项目目录 | 插件行 openFolder 段 |
| 消息时间轴 | 对话页左侧消息标记条 + 预览跳转 | 无需配置 |
| 消息折叠 | AI 工作过程一键收起/展开 | 无需配置 |
| 设置页全屏化 | 设置弹窗改全屏页 + 背景不透明开关 | 设置页「日用优化」分区 |
| 自动加载历史 | 打开会话时自动加载更早的对话历史 | 设置页「日用优化」分区 |
| 全局指令 | 设置页编辑此主机全局指令(~/.dsh/AGENTS.md) | 设置页「日用优化」分区 |
| 模块开关 | 各功能模块独立启停 | 设置页「日用优化」分区「模块开关」页签 |
所有配置 UI 统一收拢在设置页「日用优化」分区,含「插件设置」与「模块开关」两个页签。
安装
插件已发布到 npm(dsh-experience-plugin),两种安装方式:
方式一:DSH 插件命令(推荐,自动从 npm 拉取)
dsh plugin --profile web add dsh-experience-plugin
方式二:直接 npm 安装
npm install dsh-experience-plugin
本地开发安装(Windows 跨盘符时先建 C 盘 junction):
New-Item -ItemType Junction -Path "$env:USERPROFILE\.dsh\plugins\dsh-experience-plugin" -Target "<项目绝对路径>"
dsh plugin --profile web add link:C:/Users/<用户名>/.dsh/plugins/dsh-experience-plugin
构建
pnpm install
pnpm build
目录结构
按功能模块组织在 src/features/ 下:
model-reasoning/:模型思考等级cli-mimic/:CLI 请求模拟open-folder/:打开文件夹timeline-rail/:消息时间轴msg-collapse/:消息折叠settings-page/:设置页全屏化auto-load-history/:自动加载历史my-rules/:全局指令(My Rules,读写 ~/.dsh/AGENTS.md)module-toggles/:模块开关daily-optimization/:设置页「日用优化」分区settings/:统一配置卡片
License
MIT
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-experience-plugin for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:SouleyMoni1/dsh-experience-plugin Headless (CLI) profile:
dsh plugin --profile headless add github:SouleyMoni1/dsh-experience-plugin Test report
Not yet L3-verified — see failure note below if we already ran it.