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.

Reasoning Fold — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
R

dsh-reasoning-fold

Reasoning Fold

Codex-style folding for the DeepSeek Harness web transcript: a running turn keeps only its last few actions visible, folded behind one row that opens the whole turn.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Iwwww/dsh-reasoning-fold#cd6f00d9984af043f6740a61d818207a5143fa67
READMECompatibilityVersions

Compatibility and provenance

Reasoning Fold is published as dsh-reasoning-fold and currently resolves to version 0.1.0. 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/17/2026

Versions

0.1.0stable
9/17/2026

Related plugins

Loading related plugins…

Latest
0.1.0
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/17/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 productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient 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.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

dsh-reasoning-fold

Codex-style folding for the DeepSeek Harness web transcript: while a Turn runs, only its last few actions stay visible, and when it ends the whole Turn stays behind one row that opens it with a click.

A running Turn folded behind its summary row

The same Turn opened from the summary row

What it does

  • The window slides as the agent works. The newest 3 actions stay on screen — a tool call, a Context row, a retry, or one reasoning disclosure — and every older one folds behind a single row that reads as a duration: Worked 42s · 17 earlier actions.
  • A finished Turn stays folded, one row per Turn. That matters where DSH's own Compact fold stands down — while older history is still available through Load earlier — and there the finished Turn would otherwise stay fully expanded.
  • Where the shipped fold does own a Turn, it is left completely alone: no second fold, no second control.
  • Assistant prose is never hidden. A step whose body is reasoning and nothing else folds as one box; a step that also carries text keeps the text and folds only its reasoning row.
  • Nothing else is a unit. Only tool-call, context, model-retry and reasoning rows fold, so an error, a max-token notice or any unknown node kind stays exactly as shipped.
  • It never moves the reader. The plugin does not read or write scrollTop, anchors nothing and hooks no find-in-page; a hidden unit is display: none, so the transcript closes up by itself.

Install

dsh plugin --profile web add dsh-reasoning-fold

Reload the page afterwards. From a checkout: npm install && dsh plugin --profile web add link:$PWD.

Settings

Settings → General → Fold steps: Off / 1 / 3 / 5 / 10 (default 3), stored in the Host settings document under the reasoning-fold namespace.

Development

Node 22 or newer, plus a dsh binary (DSH_BIN), the zstd CLI, playwright-core (PLAYWRIGHT_CORE) and Chromium (CHROMIUM) for the browser tools.

npm run check    # manifest, dictionaries and the pinned DOM contract
npm run smoke    # planner suite plus the real web client on a throwaway fixture home
npm run previews # rebuilds docs/*.png from that fixture

MIT — see LICENSE.