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

dsh-browser-unified

基于 AGPL-3.0 协议的 DeepSeek Harness 统一浏览器桥接插件,融合了 caob23 桥接、统一 URL 策略、自更新工具及 GUI 设置面板。

AI 分析

核心用于为 DSH 提供完整的浏览器控制与安全访问策略。适合需要通过 GUI 统一配置浏览器桥接、内网/公网 URL 访问控制的用户。

包名
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}。