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.

Minimal Transcript — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-minimal-transcript

Minimal Transcript

Hide DSH 0.1.1-rc.2 thinking and tool-process rows in the Web UI.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Wzh0718/dsh-minimal-transcript#e77d708d1499af222eb69940af2a0a96f10b3d1a
READMECompatibilityVersions

Compatibility and provenance

Minimal Transcript is published as dsh-minimal-transcript and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.1.1stable
9/9/2026
0.1.0stable
9/9/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/10/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 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.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-minimal-transcript

A client-only DSH Web plugin for DSH 0.1.1-rc.2.

It adds a compact execution-graph icon to the session header. Clicking the icon hides or shows thinking, tool-call, and Turn-process presentation. The header does not display a text label; the icon remains keyboard-accessible with an accessible name and tooltip. It changes only browser rendering; Session events, tool execution, persistence, and model requests are untouched.

Install

From the plugin's GitHub repository:

dsh plugin --profile web add github:Wzh0718/dsh-minimal-transcript

Then refresh the existing Web page. The session header contains an execution-graph icon; hover or focus it for the accessible label. The selected state is stored in browser localStorage under dsh-minimal-transcript.mode.

If DSH appears stuck

Do not start a second dsh web process while an existing Web process is still running. DSH 0.1.1-rc.2 plugins such as the task board use a process lock; the second process can fail with task-board ledger is already owned by process .... Stop the existing Web process first, then start it once. If the DSH plugin manager reports that agents are running, wait for active agents to finish before changing the plugin.

Compatibility

This package targets DSH 0.1.1-rc.2 and uses the conversation.session.header.actions slot shipped by that release. It does not depend on @deepseek-ai/dsh-client-ui-chat, which was introduced after that release.

Official ecosystem discovery

This is a community plugin, not bundled into the DSH core distribution. The repository is tagged with the dsh-plugin, deepseek-harness, and dsh GitHub topics so it can be found by DSH plugin directories and community catalogs. To request listing in an official DSH community plugin discussion, share this repository together with the install command above; the plugin must remain explicitly labeled as third-party.

Files

  • lib/index.js — host Loader entry.
  • lib/client.js — browser slot contribution and presentation CSS.
  • cordis.patch.yml — profile bundle mount.