Han-1413141/dsh-sticky-disclosure ↗★ 1
dsh-sticky-disclosure
DSH Web 客户端插件:将展开的折叠标签(思考/工具/命令卡片)固定在视口顶部
AI 分析
核心用途是在滚动页面时,将 Think 块或工具卡片的头部吸顶固定,并提供快捷键折叠。适合经常阅读长文本思考过程或工具日志的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Han-1413141/dsh-sticky-disclosure说明文档
阅读完整 README ↗安装
需求:DeepSeek Harness(dsh CLI)+ Web 前端。插件随
dsh web启动。
方式一:dsh plugin(需要机器上有 pnpm)
在本仓库父目录执行(相对路径会被锚定到调用目录):
# 或固定安装:
### 方式二:手工安装(机器上没有 pnpm)
1. 在 `\profiles\web\package.json`(默认 `%USERPROFILE%\.dsh\profiles\web\package.json`)中:
- `dependencies` 增加 `"dsh-sticky-disclosure": "link:"`
- `dsh.profile.bundles` 末尾追加 `"dsh-sticky-disclosure"`
2. 在 profile 的 node_modules 里建目录联接(与 pnpm `link:` 依赖留下的链接一致):
```powershell
New-Item -ItemType Junction `
-Path "$env:USERPROFILE\.dsh\profiles\web\node_modules\dsh-sticky-disclosure" `
-Target ""