Wzh0718/dsh-minimal-transcript0

dsh-minimal-transcript

Hide DSH 0.1.1-rc.2 thinking and tool-process rows in the Web UI.

AI 分析

核心用途是简化 Web UI 界面展示。适合不需要查看冗长思考过程和工具调用细节、追求极简对话界面的用户。通过会话顶部的图标即可一键切换显隐。

パッケージ
dsh-minimal-transcript
バージョン
0.1.0
最終更新
2026/09/09

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Wzh0718/dsh-minimal-transcript

ドキュメント

README 全文を読む ↗

dsh-minimal-transcript

A client-only DSH Web plugin for DSH 0.1.1-rc.2.

It adds a compact execution-graph icon to the session header. Clicking the icon hides or shows thinking, tool-call, and Turn-process presentation. The header does not display a text label; the icon remains keyboard-accessible with an accessible name and tooltip. It changes only browser rendering; Session events, tool execution, persistence, and model requests are untouched.

Install

From the plugin's GitHub repository:

dsh plugin --profile web add github:Wzh0718/dsh-minimal-transcript

Then refresh the existing Web page. The session header contains Show process / Hide process. The selected state is stored in browser localStorage under dsh-minimal-transcript.mode.

Compatibility

This package targets DSH 0.1.1-rc.2 and uses the conversation.session.header.actions slot shipped by that release. It does not depend on @deepseek-ai/dsh-client-ui-chat, which was introduced after that release.

Official ecosystem discovery

This is a community plugin, not bundled into the DSH core distribution. The repository is tagged with the dsh-plugin, deepseek-harness, and dsh GitHub topics so it can be found by DSH plugin directories and community catalogs. To request listing in an official DSH community plugin discussion, share this repository together with the install command above; the plugin must remain explicitly labeled as third-party.

Files

  • lib/index.js — host Loader entry.
  • lib/client.js — browser slot contribution and presentation CSS.
  • cordis.patch.yml — profile bundle mount.