dsh-aa-bridge
Run the following command in DeepSeek Harness:
dsh plugin install xipian1216/dsh-aa-bridge
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install xipian1216/dsh-aa-bridge to install this plugin in DeepSeek Harness; source code is available at https://github.com/xipian1216/dsh-aa-bridge .
About this plugin
You are running DSH locally, your coding agent is chugging through sessions, and you want to check progress, approve a permission, or switch models from your phone or a second browser. Agents Anywhere was built for exactly that, and dsh-aa-bridge is the runtime bridge that connects it to your DSH instance. It hooks into the already-running dsh web process—no second DSH daemon, no extra aa profile, no code or runtime ever leaving your own machine.
Once bridged, Agents Anywhere gets a versioned JSON-RPC surface: session lists and timelines, current turn state, model and reasoning-effort switching, permission preset writes, command cancellation, and interactive confirmations—all through one persistent path. The Connector and the browser share the same session log and agent registry; writes are serialised per session with stable message IDs for safe retries, and a dropped Connector reconnects without disturbing the live DSH Web or its in-flight conversation. The SDK endpoint binds to loopback only, with a random auth token written at 0600—no manual configuration needed.
It suits developers who use DSH Web day-to-day for local coding and want a mobile or secondary-screen way to manage sessions through Agents Anywhere. It does not support cross-host connections, accepts one Connector at a time, and keeps everything on the same machine under the same OS user.
Use Cases
- Check local DSH coding agent session progress and approve permissions from a phone or secondary browser
- Switch model and reasoning effort of the current DSH session via Agents Anywhere
- DSH Web keeps running after Connector disconnects; reconnect seamlessly to resume session management
Best For
- Developers who use DSH Web daily for local coding and want mobile session management
- Indie developers who need cross-screen visibility into coding agent permissions and lifecycle
- Automation engineers in the Agents Anywhere ecosystem looking to integrate the DSH runtime
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.