DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Session Reference Ux Patch — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

dsh-session-reference-ux-patch

Session Reference Ux Patch

Durable, reversible installer for DSH session-reference UX patches

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:melt502/DSH-Session-Reference-UX-Patch#9a0195c5cd0fa9f8c59d116a16e1589a77c78ac2
READMECompatibilityVersions

Compatibility and provenance

Session Reference Ux Patch is published as dsh-session-reference-ux-patch and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/4/2026

Versions

0.2.0stable
9/4/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/4/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

DSH Session Reference UX Patch

独立、可回滚的 DSH Desktop 安装态补丁插件。它保存经过验证的 5 个插件产物,并在 DSH Host 启动时检查/重新应用,防止 Desktop 或相关包更新静默覆盖修改。

当前版本适配 DSH 上游 0.1.2-rc.1(2026‑08‑29 重构:conversation 输入改为 Lexical editor、session-reference 预览标题改为投影读取、候选新增 sameWorkspace 字段)。

功能

  • 空 @ 只查询当前工作区 Session;查询非空时仍跨全部工作区搜索。
  • 空查询把文件/Session 候选各限制为 8 个,菜单打开更快。
  • Session 候选主行就是对话标题,无标题时回退到 Session ID(空白标题也回退)。
  • @ 候选使用两行布局(标题 + 副行),副行带完整描述悬停提示。
  • 侧边栏 Session 可拖入输入区形成原子引用(keyboard.insertReference + Lexical caret span)。
  • 拖放与侧边栏排序隔离:命中输入区 dropEffect='copy' 不触发行重排。
  • 校验 canonical mention、拒绝自引用、最多 3 个不同 Session。

命令

cd dsh-session-reference-ux-patch
node bin\patch.mjs doctor
node bin\patch.mjs apply
node bin\patch.mjs restore

可用 DSH_DESKTOP_UNPACKED 覆盖 DSH 安装根目录;默认:

D:\dsh\DSH Desktop\resources\app.asar.unpacked

安装到 web profile

在 <DSH_HOME>\profiles\web\package.json(例如 %USERPROFILE%\.dsh\profiles\web\package.json)中加入:

"dsh-session-reference-ux-patch": "link:<repo-path>"

并将 dsh-session-reference-ux-patch 加入 dsh.profile.bundles。随后重启 DSH Desktop。

更新后的行为

启动时插件运行 apply --quiet:

  • 文件未变化:不写盘。
  • 上游更新覆盖目标:先按 SHA-256 保存新上游文件到 patches/backups/,再应用模板。
  • 上游大改导致模板不兼容:插件不会自动知道语义变化;应运行 doctor、语法检查并人工回归。模板是完整编译产物,因此适配新 DSH 版本时应重新生成,不建议长期跨大版本强制覆盖。

版本历史

  • 0.2.0 — 适配 DSH 0.1.2‑rc.1:重写全部 5 个补丁到新上游基线上;沿用空查询工作区过滤与 8 个限制、两行布局、拖放引用;借助上游新的投影标题/sameWorkspace 减少宿主端改动。
  • 0.1.0 — 初始版本(旧上游基线)。

回滚

执行 restore,然后从 profile 的 bundles/dependencies 删除本插件并重启 DSH Desktop。

注意

本插件把安装态热修复变成可重复、可检测、可回滚的补丁,但并不等同于上游源码合并。目标包跨版本更新后仍需兼容性复核。