whitefirer/dsh-browser-fs

插件 ⭐ 2 browserecosystem

dsh (DeepSeek Harness) plugin: allows the agent to read and write local files on the machine where the browser resides — File System Access authorization + WS relay, including non-secure context compatibility mode

catalog 简介:dsh(DeepSeek Harness)插件:让 agent 读写浏览器所在机器的本地文件——File System Access 授权 + WS 中继,含非安全上下文兼容模式

安装

# 直接从 GitHub 装(推荐;构建产物已入库,安装零脚本)
dsh plugin --profile web add github:whitefirer/dsh-browser-fs

# 本地开发:改代码后重装(改动需先 npm run build,产物 lib/ 已纳入版本库)
npm install
npm run build
dsh plugin --profile web add file:/abs/path/to/dsh-browser-fs
# 重启 dsh 后生效

whitefirer/dsh-browser-fs 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。