Skip to content

bridge-dsh

Verified

bridge-dsh · v0.3.0 · MIT

dsh bridge plugin: token-authenticated WebSocket carrier + text-only browser_* tools that drive the user's Chrome via the extension

Install

dsh plugin add bridge-dsh

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Published to npm without a public repository. Inspect the package contents before installing.

Readme

bridge-dsh

dsh 浏览器桥插件:token 鉴权的 WebSocket 桥 + 12 个 browser_* 工具,让 DeepSeek Harness(dsh)读取、操作浏览器标签页(配合 Chrome 扩展 bridge-browser 使用)。

Install

dsh plugin --profile web add -w "[email protected]" --config.minimumReleaseAge=0

请固定版本,不要用 @latest pnpm 11 起 minimumReleaseAge 默认为 1440 分钟(1 天):发布不满一天的版本会被挡下,而 @latest 这类 dist-tag 会静默装成上一个版本(不报错)。--config.minimumReleaseAge=0 用于本次安装取消这一等待。本插件与 Chrome 扩展 bridge-browser 是版本配对的,请安装与之匹配的版本。

Requirements

  • dsh ≥ 0.1.2-rc.1(0.1.x 的 Typert Gateway + Connection 架构;已在 0.1.3-alpha.1 验证)
  • WebSocket 另一端是 bridge-browser Chrome 扩展

Docs

完整文档见仓库:https://github.com/dragonTalon/dsh-browser-assistant