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.

Plugin Node Time — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-plugin-node-time

Plugin Node Time

Hover timestamps for DSH web chat nodes — start–end (and duration) on Think, Bash and every tool/step row · 在 web 界面 hover Think/Bash 等会话节点行时显示开始-结束时间与用时的 DeepSeek Harness 插件

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-node-time@0.1.2
READMECompatibilityVersions

Compatibility and provenance

Plugin Node Time is published as dsh-plugin-node-time and currently resolves to version 0.1.2. 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/1/2026

Versions

0.1.2stable
9/1/2026

Related plugins

Loading related plugins…

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

README

dsh-plugin-node-time

Hover timestamps for DSH web. Hovering a chat node row — Think, Bash, Read/Edit/Write, Search, commands, compaction markers, sub-calls — pops a compact card with that node's start time → end time and how long it took.

English | 中文

The card

11:30:05.123 → 11:30:09.123
4.00s
  • Range line — start → end in your local timezone; the date prefix appears when the node didn't happen today (and the year when it wasn't this year). A still-running node shows start → … with the elapsed time ticking every second; the line flips to the final range the moment the call settles.
  • Duration line — humanized: 830ms / 4.33s / 1m 23s / 1h 02m 30s.
  • Extra line — assistant steps also show TTFT (time to first token) when the step has recorded one.
  • Styling rides the host's --dsw-alias-* design tokens, so it follows your theme; the card is pointer-events: none and never intercepts the mouse.

What gets a card

RowStartEnd
Tool rows (Bash, Read, Edit, Search, …) and every nested sub-calltool/call timetool/result time
Think rows and assistant stepsstep/start timeassistant/message time
Commands, compaction, turn errors, retries, context rows—event time (single line)

Rows whose times the host already shows on hover (user messages, the turn tail) are left untouched, and a node whose call event fell outside the loaded history window simply shows what exists — or nothing.

How it works

  • Trigger — one delegated mouseover/mouseout pair on document (capture). A hit on a row header — [data-disclosure-row] (generic tool rows, Think, commands) or [data-sample] (the Bash/Pwsh sample card, whose expanded output lives outside the row root, so sweeping output never pops the card) — resolves through data-chat-call-id (exact tool-call/sub-call attribution) or data-chat-anchor-key (chat node), then reads the timing out of the current session snapshot — read at hover time, so it is always fresh.
  • Data — the sessions service: ToolChatData.root lifecycle (callTime/time), AssistantChatData.finalNode.timing (stepStartTime/firstTokenTime/completedTime), node.location.step boundary events for running steps, and data.time for single-time nodes.
  • Zero host DOM writes — the card is a position: fixed element appended to document.body; React re-renders can never wipe it, and no host component is replaced or patched.
  • Style contract — the injected <style> arrives pre-tagged with data-plugin="dsh-plugin-node-time": the client module system's claimStyles re-assigns every untagged head style to whichever plugin materializes next (HMR bookkeeping), so an untagged style gets claimed — and possibly cleaned up — by a neighbour. (This exact race is why v0.1.0 cards sometimes never appeared.)
  • Silent by design — missing sessions service, changed contracts, or truncated windows degrade to "no card"; the plugin can never break the host.

Install

dsh plugin --profile web add dsh-plugin-node-time

Restart dsh web to take effect.

From source (local development)

pnpm install
pnpm run build
pnpm test

Then add this package to ~/.dsh/profiles/web/package.json as a link: dependency, register it in dsh.profile.bundles, and restart dsh web.

Keywords

dsh · deepseek harness · dsh plugin · web plugin · client plugin · chat ui · tooltip · hover · timestamp · start time · end time · duration · elapsed · node timing · tool timing · think · bash · subcalls · assistant step · 时间 · 开始时间 · 结束时间 · 用时 · 悬浮 · 节点时间 · 工具耗时

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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle