Han-1413141/dsh-sticky-disclosure1

dsh-sticky-disclosure

DSH Web client plugin: pins expanded collapsible tags (Think / tool cards / command cards...) to the top of the conversation viewport once their header scrolls out of view, with a collapse hotkey (Ctrl+Alt+C).

AI 분석

核心用途是在滚动页面时,将 Think 块或工具卡片的头部吸顶固定,并提供快捷键折叠。适合经常阅读长文本思考过程或工具日志的用户。

패키지
dsh-sticky-disclosure
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Han-1413141/dsh-sticky-disclosure

安装

需求: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 ""