Andy294753951/dsh-plugin-qwen-web-bridge
Andy294753951★ 0JavaScript最后同步: 2026-08-14
DeepSeek Harness plugin: drive a logged-in Qwen web session (Qwen3.8 on qianwen.com / qwen.ai) through a local browser bridge
README 摘要
Qwen Web Bridge Plugin A small local plugin that lets an agent (or any local process) drive an already logged-in Qwen web session in Edge/Chrome. It was originally built to ask Qwen3.8-Max from WSL without touching the login state. Contents - extension/ — Manifest V3 browser extension (unpacked). - bridge/bridge server.py — stdlib-only Python bridge server. - bridge/client.py — tiny command-line client. - plugin.json — optional metadata, adjust to the target harness schema if needed. - examples/ — ready-to-use command recipes. 1. Load the extension 1. Open edge://extensions (or chrome://extensions ). 2. Enable Developer mode . 3. Click Load unpacked and select extension/ . 4. Pin the extension if you want to see its badge. The extension polls http://127.0.0.1:17172 for commands. It does not phone home anywhere else. 2. Start the bridge server On WSL2, Windows browsers can normally reach this WSL listener through http://127.0.0.1:17172 . 3. Send commands Use --raw ' ' for anything else. Supported actions action meaning getTabs list browser tabs getInfo active tab info navigate navigate or create a tab ( params.url ) eval run JS in page MAIN world ( params.expression , optional param…
在 GitHub 查看完整 README →