Short-Arm-Ape/dsh-browser-unified--packages-browser-unified-plugin0

dsh-browser-unified

Unified browser bridge plugin for DeepSeek Harness (AGPL-3.0): caob23 bridge wiring merged with the unified URL policy (public|intranet via GuardedBridge) plus self-update / design-registry tools and a GUI Settings section. Same extension (DSH Browser Control) and instance id as the upstream plugin it replaces.

包名
dsh-browser-unified
版本
0.3.0
许可证
AGPL-3.0
最近更新
2026年9月5日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Short-Arm-Ape/dsh-browser-unified#c231f8f2a9f16dddd3f308997ac232ff9bb29e49&path:packages/browser-unified-plugin

配置

GUI:设置 →「浏览器」;等价 profile YAML(cordis.patch.yml):

- id: browser-bridge
  config:
    enabled: true
    urlMode: public            # public | intranet
    blockMetadata: true
    metadataHostnames: [metadata, metadata.google.internal, instance-data, instance-data.ec2.internal, metadata.azure.internal, metadata.tencentyun.com]
    metadataIps: [169.254.169.254, 100.100.100.200, fd00:ec2::254]
    registryDir: 'F:\path\to\dsh-browser-unified'   # 留空读包内 registry/
    # port: 9777, token: dsh-local, shotsDir: dsh-browser-shots

字段校验(违反即写入被拒并报错):条目须能通过主机名归一化、≤253 字符、无协议/路径/空白/控制字符; 每列表 ≤64 条;token 非空;urlMode ∈ {public, intranet}。