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.

Codex Pins — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-codex-pins

Codex Pins

Codex-style pinned sessions for DeepSeek Harness — a Pinned pane and a Recents pane, independently scrollable.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:robbyisrobby/dsh-codex-pins#881103f3aaa9cf5207476da948798083a801b70b
READMECompatibilityVersions

Compatibility and provenance

Codex Pins is published as dsh-codex-pins and currently resolves to version 1.1.3. 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

1.1.3stable
8/22/2026
1.1.1stable
8/22/2026

Related plugins

Loading related plugins…

Latest
1.1.3
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
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-codex-pins

English | 中文

Codex-style pinned sessions for DeepSeek Harness. The sidebar splits into two panes — Pinned and Recents — each with its own heading and scroll. Pinned chats do not repeat in Recents.

┌─ sidebar ─────────────────────┐
│  New session                  │
│                               │
│  Pinned                       │
│    📌 Fix login flow      3h  │
│    📌 Weekly review       2d  │
│  ───────────────────────────  │
│  Recents                      │
│    other sessions…            │
└───────────────────────────────┘

Install

dsh plugin --profile web add github:robbyisrobby/dsh-codex-pins
dsh plugin --profile desktop add github:robbyisrobby/dsh-codex-pins

Restart DeepSeek Harness (or DSH Desktop), then:

  1. Hover a session row and click the pin.
  2. Or open a session and click the pin in the conversation header.
  3. The sidebar shows Pinned on top and Recents below. Click a pinned row to open it; click the pin again to move it back to Recents.

Why this plugin

Community pin plugins either reorder rows inside a workspace or hide the list behind a footer panel. Codex (and ChatGPT) keep Pinned and Recents as two separate panes. That is the whole product.

Behaviour

  • Newest pin is listed first.
  • Pins persist in localStorage (dsh-codex-pins.v1), per browser origin.
  • If you previously used dsh-session-pin, existing local pins are imported once.
  • At most 50 pins. Stale ids are dropped when the session catalog is ready.
  • UI-only: no model traffic, no host HTTP routes, no session-log reads, no install scripts.

Uninstall

dsh plugin --profile desktop remove dsh-codex-pins
dsh plugin --profile web remove dsh-codex-pins

Plugin markets

dsh-market and other storefronts that follow awesome-dsh-plugin pick this repository up after it is listed there. The install spec is github:robbyisrobby/dsh-codex-pins.

License

MIT