dsh-agent-grid
Manifest valid★ 1Replaces the DeepSeek Harness sidebar with a fixed 2x4 board of eight standing agent seats — each seat shows its own status, latest tool call, reasoning and result; a settings switch restores the stock sidebar.
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

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:
| Dimension | Values | Rate | Owner |
|---|---|---|---|
| Persona | name / emblem / accent | almost never | you |
| Activity | working / resting / awaiting answer / awaiting approval | high | the agent |
| Context | empty / in use / near limit | medium | the 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
| Label | Fact it states | Source | Figure |
|---|---|---|---|
| Vacant | no session bound yet | no binding | at rest (grey) |
| Standing by | seated, session still empty | blank | at rest |
| Working | currently running | running | emblem fires |
| To review | a turn ended and you have not looked | unread notice | settles + afterglow |
| Resting | idle, nothing unread | otherwise | at rest |
| Awaiting answer | it asked you a question and is stuck | projection attention=question | raises flag |
| Awaiting approval | an un-reviewed approval is pending | projection attention=approval | raises 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":
completedis not a lifecycle state, it is an unread notice — the host lights it on the true→false edge ofrunning, 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
Comments
Loading…
Similar plugins
by 863683348
Focus board for DeepSeek Harness agents: durable, model-maintained notes in the session workspace that pin the objective, constraints, and decisions across compaction and sessions, with automatic cont
★ 1
↓ 118/wk
MIT
JavaScript
Sep 11, 2026
dsh plugin --profile web add dsh-plugin-focusPersistent, cross-session multi-agent team rooms for DeepSeek Harness — members, a message bus, a shared task board, and a shared timeline that survive restarts.
★ 1
↓ 126/wk
Apache-2.0
JavaScript
dsh plugin --profile web add dsh-team-roomsby zzy2210
DeepSeek Harness 常驻插件:在会话标题栏显示主代理与每个子代理实际使用的模型和思考档位 | Persistent DSH web plugin: shows the model & reasoning effort actually used by every subagent, right in the conversation header
★ 0
JavaScript
Aug 14, 2026
dsh plugin --profile web add y1n-agent-rosterPersona wardrobe for DeepSeek Harness: save multiple personas, apply them globally or per workspace, with a master switch, an adjustable API balance guard, and a lazy token-loving tired mode that spea
★ 0
dsh plugin --profile web add dsh-guiseby tianyaojiudi-prog
DSH(DeepSeek Harness) 插件:把一段可在设置页随时改写的文字,作为全局系统提示词段注入到所有会话,含子代理与工作流内部子代理;文本与开关即时生效,无需重启。
★ 7
MIT
JavaScript
Sep 18, 2026
dsh plugin --profile web add dsh-djy-xttscby Noah-wang
A pet in the DeepSeek Harness Web UI that changes pose with your agent, with an eight-pose sprite sheet you can generate from one sentence.
★ 0
MIT
JavaScript
Sep 9, 2026
dsh plugin --profile web add dsh-agent-pet