2877905731/dsh-think-autoexpand

Plugin插件 Native原生 ⭐ 2 Sessions & Context会话与上下文

dsh-think-autoexpand:让 DeepSeek Harness 里的 Think 思考行始终可见,并在流式输出时自动展开,实时查看 Agent 完整推理过程;保留工具卡折叠体验。

Project Overview项目介绍

This is a plugin for DeepSeek Harness web client. It automatically keeps Agent thinking blocks expanded and visible, aligns thinking language with interface language, and can enforce specified language. Use it when you need to view full thinking process or unify Agent language, it does not interfere with original tool card folding.

这是DeepSeek Harness网页端插件,可让执行过程中的Agent思考块始终自动展开不被折叠,同时支持让思考语言跟随界面语言,也可强制指定思考回复语言。需要全程查看完整思考过程或统一Agent语言时使用,不干扰工具卡原有折叠效果。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

dsh plugin --profile web-desktop add github:2877905731/dsh-think-autoexpand

2877905731/dsh-think-autoexpand 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-think-autoexpand

DeepSeek Harness Web 客户端插件:让执行过程中的 Think 思考行始终可见并自动展开,并让 Agent 的思考语言跟随 Harness 界面语言。

功能

  • 强制显示被 dsh-auto-collapse 等折叠插件隐藏的 [data-variant="think"] 思考行
  • 思考行进入 running(流式输出中)状态时自动展开,完整思考过程实时可见
  • 不干扰工具卡的折叠效果(保留 dsh-auto-collapse 对工具卡的行为)
  • 每个回合注入中文语言规则(通过官方 agent/pre-step 机制):始终强制中文思考(Think / reasoning)与回复
    • 规则本身用中文书写,避免自指矛盾
    • 兼容 minimal 等使用 complete persona 的预设(普通 system prompt 会被该预设丢弃)

安装

dsh plugin --profile web-desktop add github:2877905731/dsh-think-autoexpand

安装后重启 dsh Web 服务生效。

卸载

dsh plugin --profile web-desktop remove dsh-think-autoexpand
上一个 Prev dsh-pet 下一个 Next dsh-hiboard-push