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.

Disclosure Tweaks — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
D

dsh-disclosure-tweaks

Disclosure Tweaks

Auto-expand / collapse the DSH conversation UI disclosure rows (Think reasoning, tool calls, todo, queue) from Settings. 思考・ツールコールなどの折りたたみを設定から選べるようにするプラグイン。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Cinnamobot/dsh-disclosure-tweaks#7dbba1bd4e3149406f681d770ad9a7cb852b2068
READMECompatibilityVersions

Compatibility and provenance

Disclosure Tweaks is published as dsh-disclosure-tweaks and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/25/2026

Versions

0.1.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/25/2026
View source ↗
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.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote 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 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 bundle

README

dsh-disclosure-tweaks

Auto-expand / collapse the DSH conversation UI's disclosure rows from Settings.

DeepSeek Harness の会話 UI にある折りたたみ行 — 思考(Think)・ツールコール・Context injection・TODO・キュー — を、設定画面から種類ごとに ON/OFF できるプラグインです。

✨ 特徴

  • Think (思考) — アシスタントの思考プロセス行を常に展開表示(デフォルト ON)
  • Tool calls (ツールコール) — pwsh / read / web_search / write / edit など全ツールの詳細を常に展開(デフォルト ON)
  • Context injection — システムプロンプトなどのコンテキスト注入を常に展開(デフォルト ON)
  • Todo list — TODO パネルを常に展開(デフォルト OFF)
  • Queue — 実行キューを常に展開(デフォルト OFF)

手動操作を尊重

一度ユーザーが手動で開閉した行には以後介入しません(設定変更時のみ再適用)。「デフォルト値は変えるが、手動操作は上書きしない」設計です。

🎛️ 設定(Settings → UI Tweaks)

各項目をトグルするだけで即時反映。設定は localStorage に即時保存され、$DSH_HOME/disclosure-tweaks.json に永続化されます(デスクトップアプリのポート変更をまたいで保持)。

📦 インストール

前提

  • DeepSeek Harness がインストール済み

GitHub から

dsh plugin --profile desktop add github:Cinnamobot/dsh-disclosure-tweaks

ローカルから

dsh plugin --profile desktop add file:C:/path/to/dsh-disclosure-tweaks

インストール後、DSH Desktop を再起動すると Settings に「UI Tweaks」セクションが追加されます。

🛠️ 構成

lib/
  index.js   # ホスト側: フェンス付き JSON API(/disclosure-tweaks/api)で永続化
  client.js  # ブラウザ側: MutationObserver で DOM 監視 + 設定 UI(slots.inject)
cordis.patch.yml

📄 ライセンス

MIT


DeepSeek Harness は DeepSeek AI のオープンソースプロジェクトです。本プラグインは公式とは無関係の非公式作品です。