dsh-101:DeepSeek Harness 的文档优先阅读器

bill9109/dsh-101

数据与知识已验证
收录时间 2026-08-20
页面最后更新 2026-08-20

为 DeepSeek Harness 提供文档优先的阅读模式,将内置文档整理为可搜索、可翻译的阅读器。

把 DeepSeek Harness 散落的官方文档整理成有序、可搜索、可翻译的阅读器,并附带对话面板,让你边读边问。

install
dsh plugin --profile web add github:bill9109/dsh-101
分类
数据与知识
平台
DSH-Plugin
作者
bill9109
分发方式
插件

dsh-101 核心特性

按主题整理文档内置文档翻译滑动隐藏目录右侧对话面板

dsh-101 仓库信息

bill9109
发布者
bill9109
仓库
bill9109/dsh-101
5
Star
0
Fork
0
Watch
1
开放 Issue
语言TypeScript
许可证BSD 3-Clause "New" or "Revised" License
官网
仓库最近更新2026-08-14 19:55:08
仓库创建时间2026-08-09 02:06:38
主题
dshdsh-plugin
默认分支main

dsh-101 仓库简介

dsh-101 是 DeepSeek Harness(DSH)的文档优先阅读插件(DSH plugin),由 bill9109 维护,采用 BSD-3-Clause 许可证,基于 TypeScript 编写。它解决了 DSH 内置文档散落在源码树中、缺乏顺序和搜索的问题,将官方文档整理为有序、可搜索、可翻译的阅读器,并附带对话面板,让你在阅读的同时提问。核心能力包括按主题整理的文档库、内置翻译、滑动隐藏的目录以及右侧对话面板。

dsh-101 这个 DSH plugin 支持哪些核心特性?

dsh-101 将 DSH 的内置文档策展为按主题排序的阅读语料,支持全文搜索过滤,内置文档翻译功能可切换阅读语言,滑动隐藏的目录方便快速导航,右侧的对话面板则复用 DSH 的会话能力,让你边读边问。

dsh-101 怎么安装?

推荐使用官方一键脚本安装,它会将 profile 目录放置到 ~/.dsh/profiles/dsh-101/ 并安装 bundle,然后启动:

bash
bash <(curl -fsSL https://raw.githubusercontent.com/bill9109/dsh-101/main/scripts/install.sh) github:bill9109/dsh-101#v0.1.7
dsh --profile dsh-101

也可以手动安装:

bash
mkdir -p ~/.dsh/profiles/dsh-101
cp profile/package.json profile/pnpm-workspace.yaml ~/.dsh/profiles/dsh-101/
cp profile/cordis.patch.yml ~/.dsh/profiles/dsh-101/
dsh plugin --profile dsh-101 add github:bill9109/dsh-101#v0.1.7
dsh --profile dsh-101

注意:不要安装到 web profile,因为该 bundle 会禁用 ui-layout,可能导致整个 Web 界面失效。

dsh-101 如何启动和使用?

启动后默认端口为 3081,与 3080 的 Web GUI 共存。打开 http://127.0.0.1:3081 即可看到阅读器界面,左侧滑动目录,中间文档区,右侧对话面板。

dsh-101 兼容哪些 DeepSeek Harness 版本和平台?

该插件依赖多个官方 DSH 包(如 @deepseek-ai/dsh-agent@deepseek-ai/dsh-web-app 等),要求 Node.js 版本 ^20 或 >=22。仓库最近更新于 2026-08-14,当前版本为 v0.1.7。

查看更多 DSH 插件,访问 dsh-plugin.org

DSH-Plugin 常见问题