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.

Client Ui Session Pin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

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

Client Ui Session Pin

Codex-style global pinned conversations UI plugin for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:OpenSaozi/dsh-session-pin#8289f35d4395ef8d765c576f9b2429be74686764
READMECompatibilityVersions

Compatibility and provenance

Client Ui Session Pin is published as @deepseek-ai/dsh-client-ui-session-pin and currently resolves to version 0.1.0-rc.5. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/22/2026

Versions

0.1.0-rc.5prerelease
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.0-rc.5
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/22/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.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@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 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.