dsh-webstack

August 24, 2026 · View on GitHub

dsh-webstack

Monorepo of the WebStack plugin family for DeepSeek Harness

CI Release License: MIT

English · 简体中文

Packages

PackagePathDescription
dsh-webstackpackages/webstackCore kernel plugin — integrated web search & fetch
dsh-webstack-bridgepackages/bridgeSatellite — browser-render rescue (MV3 extension + pairing protocol)
dsh-webstack-verticalspackages/verticalsSatellite — experimental vertical search channels (opt-in)

Core documentation: README.md · 简体中文

中文

本仓库是 WebStack 插件家族的 pnpm workspace monorepo:

路径说明
dsh-webstack(内核)packages/webstack一体化网络搜索 + 抓取内核插件
dsh-webstack-bridge(桥接卫星)packages/bridge浏览器渲染兜底(MV3 扩展 + 配对协议)
dsh-webstack-verticals(垂类卫星)packages/verticals实验性垂类检索渠道(显式开启)

核心文档:简体中文 · English

Development / 开发

Requires Node.js ≥ 22.19 and pnpm ≥ 10.

pnpm install          # install all workspace packages / 安装全部工作区依赖
pnpm lint             # biome check across packages / 全工作区 lint
pnpm -r run check     # typecheck + test + build per package / 各包 类型检查+测试+构建
pnpm --filter dsh-webstack bench   # performance envelopes / 性能基准

Root scripts delegate into every package under packages/*; each package keeps its own toolchain (tsdown / vitest / biome).

根目录脚本委派到各子包执行;每个子包保留独立工具链(tsdown / vitest / biome)。

License

MIT — see LICENSE.