dsh-fold-turns
Manifest valid★ 4Fold completed DeepSeek Harness chat turns without replacing native renderers.
dsh-fold-turns
[!WARNING]
Deprecation Notice
This project is deprecated and no longer maintained.
DeepSeek Harness natively supports folding completed turn processes starting from version
0.1.5(via built-inturn-processand the Settings > General > Transcript Viewcompact/normaltoggle).If you are using DeepSeek Harness
0.1.5or later, do not install this plugin. If already installed, please uninstall it:dsh plugin --profile web remove dsh-fold-turns
English | 简体中文
dsh-fold-turns is a Web plugin for DeepSeek Harness that adds automatic fold/collapse behavior to completed Chat turns. It keeps the user message and final answer visible, while reasoning, context injection, and tool activity are reduced to a compact Worked for … row. Click the row to expand the original process whenever you need it.
- Completed turns collapse automatically.
- Running turns stay expanded and show live elapsed time.
- The plugin leaves DSH's native content and local UI state intact when you expand or collapse a turn.
- Incomplete or incompatible turns stay visible.
This is a Web-only plugin. It does not change the agent's output or conversation data.
Demo
Folded
The intermediate process is replaced by a compact duration row while the final answer remains visible.

Expanded
Click either duration row to restore the original context, reasoning, and tool activity.
| Upper process | Lower process and final answer |
| --- | --- |
|
|
|
Install
Most users only need these commands. Install the published npm package into the DSH Web profile:
dsh plugin --profile web add dsh-fold-turns
Update an existing installation:
dsh plugin --profile web update dsh-fold-turns
Remove the plugin:
dsh plugin --profile web remove dsh-fold-turns
Restart the Web process after installing, updating, or removing the plugin. DSH composes its client module list at startup.
For local development or a downloaded release tarball instead:
dsh plugin --profile web add ./dsh-fold-turns-0.1.5.tgz
Using the plugin
No configuration is required. Running turns stay expanded. Once an eligible turn completes, its intermediate process folds automatically and the row shows the exact duration.
Click either duration row to expand or collapse the turn. A turn without foldable process content gets no control.
The plugin is designed to fail open. Incomplete history, unknown Chat node kinds, abnormal completion, or an incompatible DOM should leave DSH's native content visible.
Compatibility
Experimental: the plugin relies on DeepSeek Harness browser and Chat DOM contracts that are not yet stable public APIs. Keep a rollback path and recheck real conversations after every DSH upgrade.
| DSH host | Status |
| --- | --- |
| 0.1.0-rc.6 | Experimental, verified baseline |
| Other releases | Unsupported until revalidated |
Development
Build from source
Node 22.19+ (or 24+) and pnpm are required:
corepack enable
pnpm install --frozen-lockfile
pnpm test
pnpm run test:browser
pnpm pack
The resulting dsh-fold-turns-<version>.tgz is directly installable with the tarball command above. pnpm pack runs the build through prepack, so a clean clone does not need checked-in lib/ output.
Compatibility
Versions
| Latest version | Published | Size |
|---|---|---|
| 0.1.4 | — | — |
| 0.1.5 | — | — |
Comments
Loading…
Similar plugins
by CH4ACKO3
Codex-style completed-turn folding for DeepSeek Harness, powered by dsh-harmony.
★ 13
↓ 220/wk
MIT
JavaScript
Sep 2, 2026
dsh plugin --profile web add @ch4acko3/dsh-turn-foldby xmuwenxiang
Deepseek Harness插件,可以直接在Deepseek Harness中使用网页版deepseek进行聊天,并将聊天过程直接迁移到Deepseek Harness进一步进行开发。主要目的是节省前期方案讨论时的token
★ 11
↓ 72/wk
Apache-2.0
TypeScript
Sep 7, 2026
dsh plugin --profile web add dsh-webchatby dingyi222666
为 Deepseek Harness 提供新的「聚焦会话」精简会话视图,更轻松易于阅读,只关注最终产出结果。
★ 22
↓ 1.1k/wk
TypeScript
Sep 16, 2026
dsh plugin --profile web add @dingyi222666/dsh-focus-chatby zclDragon
Codex-style /side side conversations for DeepSeek Harness: a temporary fork of the current chat in a floating panel, inheriting context without interrupting the main task.
★ 1
MIT
TypeScript
Aug 23, 2026
dsh plugin --profile web add @zhuchenglong/dsh-side-chatby drscrewdriver
给 DeepSeek Harness 侧边栏加一个会话内容检索——标题/内容一键切换,还能按用户/回复/工具筛选
★ 3
↓ 56/wk
MIT
TypeScript
Sep 18, 2026
dsh plugin --profile web add dsh-session-search-toggleby stars2022
Collapsible plugin for DeepSeek Harness that folds tool/output details, keeping results clean and focused.
★ 3
MIT
JavaScript
Aug 18, 2026
dsh plugin --profile web add dsh-ui-concise