ParticleLight/dsh-browser-plus0

dsh-browser-plus

Enhanced shared browser for DeepSeek Harness: visible browser both human and AI operate, with ego-style toolbar, operation trail, user-control detection, and stable single-view compositing (Electron 42.x). Fork of dsh-builtin-browser v0.1.15 (MIT).

包名
dsh-browser-plus
版本
0.3.0
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ParticleLight/dsh-browser-plus

配置

插件通过 cordis.patch.yml 挂载三行,各行配置:

配置项类型默认说明
browser-electronviewHost对象必填宿主提供的 ElectronBrowserViewHost 实例(通常 !!js ctx.get('electronViewHost'))
browser-electronhttpOnly布尔true仅允许 HTTP(S) 导航;其余协议(如 file:/data:)拒绝(BROWSER_NAVIGATION_BLOCKED)
browser-electronsnapshotMaxElements数字60快照最多收录的交互元素数,超出截断
browser-electroncontentMaxChars数字100000内容抓取默认字符上限
tool-browsertimeoutMs数字60000工具协作超时(ms)
tool-browsertabTools布尔true是否注册标签管理工具(browser_list_tabs 等)