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.

Result Only View — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-result-only-view

Result Only View

Results-only toggle for the DeepSeek Harness Web GUI: hides thinking and tool-call process nodes so a conversation shows only final answers, while keeping a single live status line (the latest running step) during agent activity. Whitelisted interactive c

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-result-only-view@1.6.4
READMECompatibilityVersions

Compatibility and provenance

Result Only View is published as dsh-result-only-view and currently resolves to version 1.6.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

1.6.4stable
9/17/2026
1.6.3stable
8/28/2026
1.6.2stable
8/27/2026
Show 5 more versionsCollapse versions
1.5.2stable
8/16/2026
1.5.1stable
8/15/2026
1.5.0stable
8/15/2026
1.4.1stable
8/15/2026
1.4.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
1.6.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
72.5 kB
Files
8
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
167
Security scan
✓ v1.6.4 scan passed
View source ↗Project homepage ↗
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.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@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-result-only-view

English · 简体中文

English

A Results only toggle for the DeepSeek Harness Web GUI. Turn it on and thinking, tool-call and context-injection rows fold away — only your messages and the final replies remain. Open any of them again whenever you want the details.

  • Default on; the state persists in localStorage.
  • While the agent runs — one compact chip per running step (tool name + args hint, or the latest thinking line). Click a chip to reveal and expand that step's native row mid-run. With no active step, a single live status line shows the latest one.
  • After a turn settles — a Processed N steps · Xs ▸ trace appears at the turn tail: click to expand that turn's process rows; click again to fold them back. Moving the mouse across the line does nothing — expansion is strictly click-driven.
  • Fold modes — Auto folds settled turns for you; Manual keeps them visible until you fold them from the trace line.
  • Never hidden — whitelisted interactive cards (ask_user_question, cordis_run) and composer approval prompts stay visible.
  • Settings → General → Results only: show/hide the trace, restore animations under reduced motion, pick the fold mode. zh-CN/en localized.

Install

dsh plugin --profile web add dsh-result-only-view

Then restart dsh web. Uninstall with dsh plugin --profile web remove dsh-result-only-view + restart.

Notes

  • Client-side only: no network requests, no filesystem access, no credentials. Reads/writes localStorage and reads the conversation DOM read-only — the product DOM is never modified.
  • Hiding relies on stable product DOM attributes plus a MutationObserver for chips. If a DSH update changes the attributes, the plugin degrades gracefully (rows stop hiding) — please report DSH + plugin versions in an issue.
  • Row-level CSS fallbacks cover browsers without :has().

简体中文

DeepSeek Harness Web 的「只看结果」开关。开启后思考行、工具调用行与上下文注入行全部折叠——对话里只剩你的消息和最终回复;需要细节时随时点开。

  • 默认开启,状态保存在 localStorage。
  • Agent 运行中:每个进行中的步骤显示一枚摘要芯片(工具名 + 参数提示,或最新一行思考)。点击芯片可立即展开该步骤的原生行查看参数与输出;没有运行中步骤时显示一条实时状态行。
  • 回合结束后:回合尾部出现「已处理 N 步 · Xs ▸」,点击展开该回合的过程行,再次点击收起。鼠标滑过该行不会有任何反应——只有点击才会展开。
  • 折叠方式:自动——回合结束后自动折叠过程行;手动——保留过程行,由你点击痕迹行折叠。
  • 永不隐藏:白名单交互卡片(ask_user_question、cordis_run)与输入框审批提示始终可见。
  • 设置 → 常规 → 只看结果:开关痕迹行、减少动态效果下恢复动画、选择折叠方式。中英双语。

安装

dsh plugin --profile web add dsh-result-only-view

然后重启 dsh web。卸载用 dsh plugin --profile web remove dsh-result-only-view 再重启。

说明

  • 纯客户端:无网络请求、不访问文件系统、不接触凭据;仅读写 localStorage 并只读对话 DOM,不改产品 DOM 结构。
  • 隐藏依赖稳定的产品 DOM 属性并用 MutationObserver 渲染芯片;若产品升级改动属性会优雅降级(停止隐藏),请在 issue 中附上双方版本。
  • 对不支持 :has() 的浏览器保留行级 CSS 兜底。

License

MIT — see LICENSE. Security issues: open a GitHub issue titled [security].