DeepSeek Harness plugin

dsh-chat-fold

Optional DSH Web bundle that adds per-turn execution folding to the stock Chat view

Jump to install

Source facts

Repository
502399493zjw-lgtm/dsh-chat-fold
Latest update
Aug 20, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/502399493zjw-lgtm/dsh-chat-fold
Plugin: dsh-chat-fold
Author: 502399493zjw-lgtm

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-chat-fold

Optional DSH Web bundle that adds per-turn execution folding to the stock Chat view. It is pinned to stock DSH 0.1.0-rc.8.

After installation, the plugin wraps the existing Chat entry in place instead of registering another tab. The same rc.8 Chat component still owns history paging, scrolling, file opening, pending steering, and Deep diving...; the plugin only groups each turn's execution rows behind Execution process · N steps. Running work opens automatically and folds when the turn finishes. Expanding the group renders the registered native Context, Think, Tool, command, Goal, and Workflow surfaces with their normal inner disclosure defaults. User messages, final assistant answers, and the native turn tail remain outside the group.

![Execution folding in the native Chat view](docs/assets/execution-fold.gif)

The GIF is an editorially retimed recording from stock DSH 0.1.0-rc.8: it shows a running turn staying open, the turn folding automatically on completion, and a manual reopen with native inner disclosures still closed.

This is deliberately a short-term, rc.8-specific integration. rc.8 does not expose a supported interceptor for a registered Chat entry, so the plugin temporarily replaces that entry's component and inject function while leaving its id, tab, store, child-slot ownership, and native renderSlot binding untouched. If the wrapper itself fails, it renders the captured stock Chat component with the untouched native props.

Install

dsh plugin --profile web add dsh-chat-fold@0.1.0-rc.9

Restart the Web process after installing the package, then reload the browser. To follow later prereleases instead, install dsh-chat-fold@next.

This plugin depends on rc.8's internal Chat registration shape. Re-run the tarball smoke and interaction tests before upgrading DSH; compatibility with a later DSH release must not be inferred from the package name or npm tag.

Remove

dsh plugin --profile web remove dsh-chat-fold

Restart the Web process and reload the browser. Removing the plugin restores the original Chat entry.

Development

pnpm install
pnpm test
pnpm run check
pnpm run build
pnpm run verify:package
pnpm pack

verify:package checks the built package boundary. A release claim additionally requires installing the packed tarball into an isolated stock DSH 0.1.0-rc.8 profile and exercising the wrapped Chat entry.

License

MIT