AI Agent Hub
Back to plugins
dsh-deliverables-toggle preview

dsh-deliverables-toggle

Client Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install zheng16965/dsh-deliverables-toggle

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install zheng16965/dsh-deliverables-toggle in the DeepSeek Harness project root to install the plugin (source repository: https://github.com/zheng16965/dsh-deliverables-toggle), then restart the DSH Web service and refresh the current Web page to apply.

About this plugin

At the end of every conversation turn, DeepSeek Harness lists the files that were generated or modified. When the list grows beyond a single line it quietly collapses into a hint like + 3 files, but there is no built-in way to manually expand it. dsh-deliverables-toggle closes that gap by swapping in a replacement deliverables widget that gives you explicit expand and collapse controls.

In its default state the widget stays compact and adaptive, just like the original. Tap the + N files button and every file appears as a wrapping chip; each chip remains clickable to open the file in an editor or reveal it in the file system. Tap Collapse and the list snaps back to the single-line view. Because the plugin only overrides the Web-side rendering and adds no new tools, no extra prompt content, and no model-visible data, it introduces zero additional token cost and leaves the session log untouched.

It is a small but useful upgrade for anyone who works on multi-file projects in DSH—Tauri apps touching Cargo.toml and tauri.conf.json, Node projects editing several package files at once, or any workflow where a single turn produces a lot of artifacts. Instead of being stuck with a collapsed hint, you can expand the full list at a glance and verify every change.

Screenshots

Use Cases

  • A single turn modifies several config files in a multi-file project and you need to review them all at once
  • Tauri or Node.js workflows touch Cargo.toml, package.json, and others in one turn
  • The built-in deliverables list collapses and you want a quick full overview without opening files one by one

Best For

  • Developers working on multi-file projects with DeepSeek Harness
  • DSH users who regularly generate or modify multiple artifacts per turn
  • Plugin users who want a better browsing experience without altering model behavior