PerryLink/dsh-session-pin
dsh-session-pin
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
[](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
| Surface | Status |
|---|---|
| Harness | DeepSeek Harness 0.1.1-rc.2 (client packages 0.1.1-rc.2) |
| Node | >= 22 (development floor) |
| Platforms | Web GUI (dual-face: host + browser) |
| Model | Any (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/gotoplus 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
โฆ

