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.

Agent Grid — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-agent-grid

Agent Grid

Eight fixed seats — Replace the DeepSeek Harness sidebar with a persistent 2×4 seat board: see each of the eight agents’ real-time actions, status, and to-dos at a glance. Not affiliated with DeepSeek.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-agent-grid@0.1.3
READMECompatibilityVersions

Compatibility and provenance

Agent Grid is published as dsh-agent-grid and currently resolves to version 0.1.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/24/2026

Versions

0.1.3stable
9/24/2026
0.1.1stable
9/24/2026
0.1.0stable
9/22/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
300 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
9/24/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.

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 pluginsRemote 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.

README

Eight Standing Seats · 定员八席

其静也专,其动也直 — "Still, it is single-minded; moving, it goes straight." (I Ching, Great Treatise I)

A 2×4 standing-seat board that replaces the DeepSeek Harness sidebar: see what all eight agents are doing, and which one is waiting for you, at a glance.

中文 | English


The eight-seat board

A real screenshot, not a mock-up: each seat's avatar, status dot and current action (a green dot for the working seat, greyed-out for the two vacant ones). Dynamic text and working directories on the cards are redacted.

What it solves

DSH's sidebar is a session list by default. Once you run one agent per session, what you actually want to know is not "which sessions exist" but "what is each seat doing, and which one is waiting for me" — a list cannot answer that, it only grows longer.

This plugin swaps it for a fixed 2×4 board:

Seat identity is permanent. Sessions are disposable payload.

Each of the eight seats keeps a permanent identity (persona, accent colour, index); real sessions are just replaceable payload mounted on a seat. Adding, removing or reordering sessions never makes a cell change occupant — that is the precondition for "understandable at a glance".

Each seat has its own name and emblem (the Eight Immortals of Chinese lore: Han Zhongli, Lü Dongbin, Tieguai Li, Zhang Guolao, He Xiangu, Lan Caihe, Han Xiangzi, Cao Guojiu), with a hand-drawn pixel avatar (56×24 logical canvas at integer 2× scale). The animation is a finite state machine, not a looping GIF — the figure follows the facts: waiting on you → raises a flag, working → emblem fires, finished-but-unread → settles with an afterglow, otherwise → at rest.

Three orthogonal states

Deliberately not collapsed into one field, because their rates of change and their owners differ completely:

DimensionValuesRateOwner
Personaname / emblem / accentalmost neveryou
Activityworking / resting / awaiting answer / awaiting approvalhighthe agent
Contextempty / in use / near limitmediumthe system

Key consequence: "resting" ≠ "vacant". Resting means "has an identity, is ready, is not working"; vacant means "this slot has never been commissioned". A bot can perfectly well be "resting but 87% context-full" — the card must say so, because you need to clear it before assigning the next task.

The seven labels

LabelFact it statesSourceFigure
Vacantno session bound yetno bindingat rest (grey)
Standing byseated, session still emptyblankat rest
Workingcurrently runningrunningemblem fires
To reviewa turn ended and you have not lookedunread noticesettles + afterglow
Restingidle, nothing unreadotherwiseat rest
Awaiting answerit asked you a question and is stuckprojection attention=questionraises flag
Awaiting approvalan un-reviewed approval is pendingprojection attention=approvalraises flag

Status dots: working green · to-review gold #C9A227 · awaiting cinnabar #B5453C · vacant / standing by / resting grey

Priority: the two awaiting states outrank everything except vacant; the rest order as working → to-review → standing by → resting.

Why not call it "completed": completed is not a lifecycle state, it is an unread notice — the host lights it on the true→false edge of running, and it does not judge success (a crashed or interrupted turn lights it too). Calling it "completed" is not merely imprecise, it can be simply wrong. It really only says two things: a turn ended, and you have not looked.

Also: the seat you are currently viewing does not light the notice when it finishes — so "to review" always appears on a seat you were not watching. That is exactly what this board is for.

The card shows the process

Not just a status dot. A host-side seat-activity projection supplies each seat's latest slice: tool call → thought (reasoning) → ↳ (tool result) → speech (answer), plus how long since the seat last moved.

So when all eight cards are animating, you can tell what each one is doing — not eight identical spinners.

Vertical space is a hard constraint: eight full cards must fit one screen with no scrollbar. Measured at 164px per full card (4 rows + gaps = 697px against ~750px usable), narrow windows drop secondary rows. Better to hide a row than to show a scrollbar.

The main pane stays stock

The board does not rewrite the conversation area. The main pane remains DSH's stock Conversation; the plugin only injects a seat badge into the conversation header, so you always know which seat you are talking to.

(An earlier version replaced the main pane with a custom detail page — that threw away the stock conversation. Overturned; it was reinventing the wheel.)

Escape hatch

Settings → General → Sidebar: [ Seats │ Default ]

Switching to "Default" works by unregistering, not by hiding a component — once our slot registration is dispose()d, the built-in WorkspaceBrowser returns to the render position automatically. The choice survives page refreshes and host restarts; deployments without a settings service degrade to a local-only switch with an inline notice.

Install

dsh plugin --profile web add dsh-agent-grid

Then refresh. To go back to the stock sidebar: Settings → General → Sidebar → Default.

Intrusiveness

This plugin replaces the host's sidebar.workspaces slot (shadowing the built-in implementation with priority: -1). It patches no host source, but it does change how the sidebar presents itself — the switch above exists precisely as the way back.

Compatibility

  • Verified on DSH 0.1.5-rc.2 (@deepseek-ai/dsh)
  • Consumes only host design tokens and hard-codes no colours — so any DSH theme can drive it
  • Not affiliated with DeepSeek

With a theme

Companion theme dsh-theme-songgrid (Songgrid · rice paper / night ink) was tuned for it: warm paper against the board's grey-scale cards, Ru celadon carrying the interactive states. The two are fully independent — either works alone.

License

MIT