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.

Chat Tidy — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-chat-tidy

Chat Tidy

Codex-inspired turn disclosure, live work timers, chat typography and Markdown tables for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-chat-tidy@0.4.0
READMECompatibilityVersions

Compatibility and provenance

Chat Tidy is published as dsh-chat-tidy and currently resolves to version 0.4.0. 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/20/2026

Versions

0.4.0stable
9/19/2026
0.3.0stable
8/30/2026
0.2.0stable
8/16/2026
Latest
0.4.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
4.5 MB
Files
35
Surface
web
License
MIT
Source
npm
GitHub
★ 5
Weekly downloads
277
Security scan
✓ v0.4.0 scan passed
Last push
9/19/2026
View source ↗Project homepage ↗
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-chat-tidy

Keep the answer in view. Open the work when you need it.

Tidy Chat adds Codex-inspired work disclosure, live turn timing, compact typography, and polished Markdown tables to DeepSeek Harness Web. Your original reasoning and tool cards remain available, with their native interactions intact.

简体中文

Tidy Work · new in 0.4.0

  • While working: a turn header shows “Working for …”. Progress commentary stays visible; consecutive reasoning and supported tool calls share an expandable activity summary.
  • When complete: “Worked for …” folds the intermediate work and leaves the final answer visible. Expand the turn, then an activity group, then a native Think or tool card to inspect the original details.
  • When attention is needed: failed tool calls, interrupted output, approval/question interfaces, unknown tools, and third-party content stay accessible. Only a normally completed turn with an identified final answer and a known start defaults to collapsed.

The timer uses recorded turn timestamps, including after a reload. It does not add parallel tool durations. Explicit expansion survives updates and session switches during the plugin's lifetime. Selected text or a focused native control prevents completion from folding the work you are reading.

English and Simplified Chinese labels follow the Harness language. Controls support keyboard activation, visible focus, and reduced motion.

In action

Working: the elapsed time and progress stay visible.

A running turn with its timer and compact activity summaries

Complete: the answer stays in view; intermediate work folds into one header.

A completed turn with the final answer and collapsed work

Inspect: expand a summary to reach the original Think and tool cards.

Expanded work with native reasoning and tool cards

These are unedited Chrome captures of the real Harness Web app in an isolated local profile. The conversation, commands, and results are synthetic demonstration data; they contain no private conversations, credentials, or personal paths. The running example uses a keyless local adapter, not a live model benchmark. See the capture fixture.

Tidy reading

The DSH Web conversation page with Tidy Chat applied

Typography and spacing are measured from the Codex desktop app, then applied to DSH's own semantic chat anchors.

ItemTidy Chat
Body14 / 22 px
Headings h1–h624 / 20 / 17 / 17 / 15 / 15 px, weight 600
Heading margins20 px above, 10 px below
Paragraph rhythm11 px
Activity labels13 / 22 px
Reading columnDSH's existing 748 px

Tidy Tables

Tables use a rounded frame, themed header, row and column rules, and compact 8 × 12 px cell padding. Short tables fill the column; wide tables retain horizontal scrolling. Content and alignment are unchanged.

The same Markdown table before and after Tidy Tables

Install

dsh plugin --profile web add dsh-chat-tidy

Or install from GitHub:

dsh plugin --profile web add github:ChuanTianML/dsh-chat-tidy

Restart dsh web and reload the page. Verified host and client bundles are committed, so GitHub installation does not require a dependency build script.

To use a local checkout:

dsh plugin --profile web add -w /absolute/path/to/dsh-chat-tidy

How it fits

The plugin subscribes through the public session header slot and adds presentation controls at native semantic anchors. It does not replace the Chat view, move or clone native React nodes, rewrite model output, or modify session logs. It reads the session projection locally to identify turns and their final answers. It makes no network requests and writes no browser storage.

Disabling or uninstalling the plugin restores all rows and removes its controls, listeners, timer, and stylesheet. There is no Settings row. Reader choices are held only in memory and reset on a page reload.

Supported activity grouping currently covers reasoning and the native bash, pwsh, read, write, edit, glob, grep, web_search, and web_fetch tools. Other tools keep their native presentation. A missing semantic anchor leaves the corresponding content visible.

  • Harness: targets >=0.1.0-rc.6 with the public Chat projection and session header utilities slot.
  • Light/dark and token-based themes: host --dsw-* tokens retain palette ownership.
  • Other layout plugins: overlapping typography or flow overrides may compete; choose one layout plugin.
  • Alternative conversation views: work disclosure attaches only to the native Chat flow.

Development

Requires Node ^22.19 or >=24 and pnpm 11.

pnpm install
pnpm run check
pnpm run pack:check

For integration against a built Harness checkout:

DSH_HARNESS_ROOT=/absolute/path/to/deepseek_harness pnpm run test:harness

This boots the actual Harness browser bundles and the plugin through ModuleLoader in jsdom with the keyless fixture transport. It uses temporary test files and removes them after the run. Browser appearance requires a separate visual check.

See DESIGN.md for presentation rules, VALIDATION.md for evidence, and SECURITY.md for reporting. MIT licensed.