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.

Think Expand — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-think-expand

Think Expand

Auto-expand every Think row, including after switching sessions. Header switch to turn it on or off.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:BrianHIO-x/dsh-think-expand#5706e881dfc936df54ad003685c883a9e7138894
READMECompatibilityVersions

Compatibility and provenance

Think Expand is published as dsh-think-expand and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/10/2026

Versions

0.1.1stable
9/10/2026
0.1.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/10/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 pluginsClient 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 bundle

README

dsh-think-expand

中文 | 英文

DeepSeek Harness 的 Web 插件。开关打开时,对话里的全部 Think 行会自动展开,包括切换会话之后。工具卡片、上下文注入、压缩行不会被打开。

安装

需要可用的 dsh 和 web 配置。

dsh plugin --profile web add github:BrianHIO-x/dsh-think-expand

本地目录:

dsh plugin --profile web add /path/to/dsh-think-expand

重新启动 dsh web。主机终端应出现 [dsh-think-expand] plugin loaded!。

卸载:

dsh plugin --profile web remove dsh-think-expand

行为

  • 只匹配官方 Think 行(data-variant="think")。
  • 会话标题栏有一个 Think 开关:打开展开全部 Think,关掉收起全部 Think。
  • 手动收起某一条后,这条会保持收起;再次操作标题栏总开关时,所有 Think 行统一按开关状态展开或收起,之前的手动记录随之清除。
  • 开关状态保存在浏览器本地,刷新后仍然有效。

许可证

MIT