dsh-matrix-rain
awa-123-cw
DeepSeek Harness WebUI 动效美化插件:聊天背景黑客帝国代码雨,雨字内容 = 当前会话 AI 思考链(流式实时),设置页调色盘 + 全套 DIY
xccpddym/dsh-bubble-nav
Bubble navigation for DSH (DeepSeek Harness): a draggable accelerator ball listing all of your questions (numbered + timed), plus a full conversation outline panel with category filters. Click to jump anywhere in the conversation.
PROJECT TOPICS
PROJECT README
气泡导航插件 —— 为 DSH(DeepSeek Harness) 的 Web 界面提供对话气泡导航:一颗可拖拽的悬浮加速球列出你问过的所有问题(带序号与时间),另有全量「对话大纲」面板,点击即可在对话中精确定位。

HH:MM,跨天 M/D HH:MM),纯文字、简洁sessionQuery.readSession),一次性展示整个会话,无需手动「展开更多」要求:Windows + DSH(npm 全局安装
@deepseek-ai/dsh)+ PowerShell 7+。
# 先进入插件仓库目录(clone 或下载解压后、包含 install.ps1 的位置)
cd <你的仓库目录>
.\install.ps1
脚本会:
dsh plugin --profile web add "dsh-bubble-nav@file:..." 把插件装进 web profile 的依赖树(pnpm 管理,Cordis 能解析到)~/.dsh/cordis.patch.yml 追加启用条目(已存在则跳过)dsh --profile web --dump-config 验证配置能正常合成最后重启 DSH 即可生效。
# 先进入插件仓库目录,再执行(file: 需要绝对路径,这里动态取当前目录)
cd <你的仓库目录>
dsh plugin --profile web add "dsh-bubble-nav@file:$((Get-Location).Path)"
# 2) 在 ~/.dsh/cordis.patch.yml 末尾追加
# - insert:
# - id: bubble-nav
# name: 'dsh-bubble-nav'
# 3) 验证 + 重启
dsh --profile web --dump-config
⚠️ 不要直接把插件复制到全局
node_modules(例如npm root -g输出的目录)。 dsh 的插件解析锚点是 profile 目录,全局 node_modules 不在解析链上; 只复制包 + 加启用条目会导致Cannot find package 'dsh-bubble-nav',dsh 启动即崩(fail-loud)。
| 操作 | 效果 |
|---|---|
| 点击加速球 | 展开/收起问题列表 |
| 拖拽加速球 | 移动位置;拖到右缘松手 → 吸附半隐藏 |
| 点击问题条目 | 对话区自动加载并滚动定位到该问题 |
| 点击会话头部大纲按钮 | 打开/关闭全对话框(分类筛选 + 拖拽 + 缩放) |
cd <你的仓库目录>
.\install.ps1 -Uninstall
或手动:移除 ~/.dsh/cordis.patch.yml 中的 bubble-nav 条目,再 dsh plugin --profile web remove dsh-bubble-nav,重启 DSH。
DSH 升级会重建 profile 依赖树,此时重新运行一次 install.ps1 即可。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。