DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Client Ui Session Pin — DeepSeek Harness 插件(DSH Plugin)
← Plugins
C

@deepseek-ai/dsh-client-ui-session-pin

Client Ui Session Pin

适用于 DeepSeek Harness 的 Codex 风格全局置顶对话界面插件

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:OpenSaozi/dsh-session-pin#8289f35d4395ef8d765c576f9b2429be74686764
README兼容性版本

兼容性与来源证明

Client Ui Session Pin 以 @deepseek-ai/dsh-client-ui-session-pin 发布,当前版本为 0.1.0-rc.5。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/22

版本

0.1.0-rc.5prerelease
2026/8/22

相关插件

正在加载相关插件…

最新版
0.1.0-rc.5
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/8/22
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包Pet@linxin666/dsh-pet适用于 dsh Web GUI 的多宠物伴侣插件:由注册表驱动的浮动宠物,可响应模型活动,支持为每只宠物命名、抚摸/喂食互动以及亲密度评分

README

DSH Plugin: UI Session Pin

English | 中文

[!IMPORTANT] This plugin does not run on a stock harness. It injects sessionPins, a service no released DeepSeek Harness provides, so an unpatched install leaves the entry pending forever and the web UI fails to load with Failed to load plugins.

Applying patches/harness-session-pin.patch to a dsh-v0.1.1-rc.2 checkout is a prerequisite, not an optional extra. The pin control lives on each sidebar session row and pinning changes session ordering; neither is reachable from any extension point the harness exposes today. Why, and when this ends.

Provides a global session pinning feature for the DeepSeek Harness web interface, pinning important conversations to a dedicated top section of the sidebar for instant access across all workspaces.

Target Audience and Use Cases

Designed for users managing multiple projects with numerous sessions who want to keep ongoing goals, key references, or daily conversations easily accessible at the top of the sidebar.

Key Features

  • Cross-Workspace Persistence: Pinned sessions stay in a dedicated section above all workspace folders, remaining reachable when switching projects.
  • Codex-Style Interaction: Click "Pin / Unpin" directly from any session menu; newly pinned sessions automatically stay at the top.
  • Archive Lifecycle Integration: Retains pin status when sessions are archived, automatically restoring pin placement upon unarchiving.
  • Lightweight Local Storage: Stores only session IDs in $DSH_HOME/settings.yaml under ui-session-pin.pinnedSessionIds, updated automatically without manual editing.
  • Clean Unload: Removing the plugin restores every session to its ordinary position without modifying transcript logs or workspace records.

Installation and Quick Start

Install a reviewed revision into your Web profile. The repository tracks prebuilt lib/ artifacts, so Git installation requires no local build step:

dsh plugin --profile web add github:OpenSaozi/dsh-session-pin#<commit-sha>

After installation, refresh the page and hover over any conversation in the left sidebar to access the "Pin Session" menu action.

Compatibility

This plugin requires a DeepSeek Harness version whose @deepseek-ai/dsh-client-ui-workspace package exposes the ctx.sessionPins provider registry.

Storage and Privacy

The host settings provider persists only an ordered list of session IDs. The plugin stores no prompt text, model response, credential, workspace path, or provider request.

Model Experience

Request Context and Condition

What the model sees

Nothing. The only persisted field is pinnedSessionIds, and request assembly never reads it; this package adds no prompt, message, tool schema, or provider request field.

Token effect

Zero direct tokens.

KV Cache effect

None; pin and unpin operations do not issue or alter model requests.

Known Limitations and Deferred Work

  • Host-owned settings exposure is required — a deployment that does not expose ui-session-pin through its settings API shows no pin controls rather than storing a second browser-local copy.
  • No manual ordering inside the pinned section — pinning moves a Session to the top; drag ordering remains limited to ordinary Workspace and flat-list rows.