deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
DSH Web GUI 一键展开/收起全部思维链与工具链
会话头部一个按钮:展开全部 Think 链 + 工具链,再点一下全部收起。
aria-expanded)官方 bundle 插件 格式(仓库根 package.json 的 dsh.bundle + dsh.client)。经官方 profile 管理:
dsh plugin --profile web add "github:NekoDD-wow/dsh-chain-toggle-all" # git 源(推荐)
装完 重启 web(bundle 层在启动时合成),会话头部标题右侧即可看到按钮。
思维链(ReasoningRow)与工具链(ToolRow)底层共用同一个 DisclosureRow 组件,每行带有:
data-disclosure-row — 行标记aria-expanded — 展开状态role=button,点击即切换展开插件扫描会话滚动容器([data-conversation-scroll])内的
[data-variant="think"] [data-disclosure-row], [data-tool] [data-disclosure-row],
确定目标状态(有任何折叠 → 全部展开;全部展开 → 全部收起)后对目标行执行 .click()。
纯前端实现:不修改 DSH 源码,不注入全局样式,插件卸载即完全还原。
dsh-chain-toggle-all/
├── package.json # dsh.bundle.patch + dsh.client 元数据
├── cordis.patch.yml # profile 组合层插入行
└── .dsh-plugin/
├── package.json
├── index.mjs # host half(空 apply,占位)
└── client.js # browser half(__ModuleLoader__ bundle)
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。