azazo1/dsh-think-window
DSH web plugin: cap expanded thinking blocks with a bounded scroll window.
Project Overview项目介绍
This is a web plugin for DeepSeek Harness. It adds a height-limited scroll window to expanded thinking chain blocks, stopping long reasoning from stretching the whole page. Use it for conversations with extra-long thinking output. Note that you need to restart dsh web after installation.
这是DeepSeek Harness的网页插件,可为展开后的思维链块添加限高内部滚动窗口,避免长推理内容撑满整个页面。适合生成超长思维链的对话场景使用,注意安装后需要重启dsh web才能生效。
请帮我了解并安装插件:【dsh-think-window】【https://github.com/azazo1/dsh-think-window】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin --profile web add github:azazo1/dsh-think-window
把 azazo1/dsh-think-window 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
dsh-think-window
DeepSeek Harness Web 插件: 给对话里展开后的思维链块加上有限高度的内部滚动窗口, 长推理不再把整页撑开. 工具调用和助手正文保持原生显示.
效果
- 折叠态仍是原生 Think 一行摘要.
- 展开后正文限高 (默认 10 行), 超出部分在块内滚动, 内容不隐藏.
- 流式输出时, 若滚动条贴着底部会自动跟随最新行; 上翻后暂停, 回到底部再恢复.
- Settings > General 可调行数,
0表示不限高, 改动即时生效.
安装
在插件目录:
dsh plugin --profile web add "link:$(pwd)"
装完重启 dsh web. 卸载: dsh plugin --profile web remove dsh-think-window.
配置
cordis.patch.yml 行配置与 Settings 命名空间 dsh-think-window 共用:
| 键 | 默认 | 说明 |
|---|---|---|
lines |
10 |
展开后的窗口高度 (行). 0 关闭限高 |
实现
插件不移动 React 拥有的对话行, 也不替换 assistant-step / tool-call 渲染. 限高通过稳定的 [data-variant="think"] 选择器加在原生展开体上.
anywhere-labs/dsh-desktop
ccch1mneyyy/dsh-TUI
shaobeichen/dsh-pocket
whitelonng/dshcode
myYangyunfan/dsh_desktop
lencx/Minke
Nagi-ovo/dsh-ads