DSH Hub

PerryLink/dsh-session-pin

dsh-session-pin

UIWeb UI3 GitHub starsยท updated 2026-08-23

Pin sessions and workspaces to the top of the DeepSeek Harness sidebar with per-pin row colors - a dual-face (host + client) dsh plugin.

Install

npx @deepseek-ai/dsh plugin --profile web add "github:PerryLink/dsh-session-pin#main"

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

dsh-session-pin DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/dsh-session-pin.svg)](https://dshhub.dev/plugins/dsh-session-pin)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from PerryLink/dsh-session-pin, cleaned of badges and images.

๐Ÿ“Œ dsh-session-pin

Pin sessions and workspaces to the top of the DeepSeek Harness sidebar with per-pin row colors.

A dual-face (host + browser) plugin: two pin levels, an 8-color swatch per pin, and a navigation organizer โ€” boards, tags, saved views, health summaries, and /goto.

English ยท ็ฎ€ไฝ“ไธญๆ–‡ ยท Espaรฑol ยท Portuguรชs ยท เคนเคฟเคจเฅเคฆเฅ€


Compatibility

SurfaceStatus
HarnessDeepSeek Harness 0.1.1-rc.2 (client packages 0.1.1-rc.2)
Node>= 22 (development floor)
PlatformsWeb GUI (dual-face: host + browser)
ModelAny (UI-only โ€” no model traffic, no session events)

What you get

dsh-session-pin keeps the conversations that matter at the top of the sidebar and colors them so you can find them at a glance:

  • Two pin levels โ€” pin whole workspaces and individual sessions; a pinned workspace moves to the front of the workspace list and a pinned session to the front of its account.
  • Per-pin row colors โ€” a swatch after each pin cycles an 8-color preset palette (Shift+click clears); the row gets a left accent bar plus a translucent tint.
  • Four pin surfaces โ€” a hover [pin][swatch] pair on every row, a pin toggle in the session header, a sidebar foot action with a pinned panel, and per-browser durable pinning that keeps pins and colors across restarts.
  • Zero core changes โ€” a standalone plugin for the stock DSH Web GUI; every surface degrades gracefully on older baselines.
โ”Œโ”€ Workspaces โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ ๐ŸŽจ Workbench            โ–ˆโ–ˆโ–ˆ             โ”‚  โ† pinned workspace, tinted red
โ”‚   ๐Ÿ“Œ Implement login flow         3h    โ”‚  โ† pinned session, tinted teal
โ”‚     Fix the auth bug              1h    โ”‚  โ† hover shows a gray pin + swatch
โ”‚   Refactor the DB layer           2d    โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Navigation organizer

Four browser-local capabilities organize multi-session work on top of pinning. All state rides the same session-pin store (per-browser; nothing is uploaded), and each has a Config switch.

  • Boards โ€” pins join named groups; the board chip row creates, renames, and deletes boards and drag-reorders them (order persists per-browser), while the pinned panel groups each board's pins under a collapsible header.
  • Tags & views โ€” entities carry up to 8 tags (โ‰ค24 chars each), set per row from the panel's manage button (which also assigns the pin's board); the filter bar matches text and tags, and any filter state saves as a named view (up to 20) for one-click switching.
  • Health summary โ€” each pinned session row appends a read-only, sanitized line (N msgs ยท you|ai ยท relative time) derived from the public session snapshot โ€” counts and directions only, never content.
  • /goto <keyword> โ€” a composer line starting with /goto plus Enter jumps: a unique title/tag match opens it, several matches list in a prompt, none explains. The command line never reaches the model.

How it works

โ€ฆ

Related plugins