dsh-llm-agent-bridge
Run the following command in DeepSeek Harness:
dsh plugin install daveycodez/dsh-llm-agent-bridge
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install daveycodez/dsh-llm-agent-bridge in the DeepSeek Harness terminal to install the plugin, which is hosted at https://github.com/daveycodez/dsh-llm-agent-bridge
About this plugin
DeepSeek Harness ships its own inference engine, yet many developers want Claude to handle the thinking step while keeping DSH tool sandbox, approval policy, and conversation trajectory intact. dsh-llm-agent-bridge registers Claude as a selectable provider inside DSH via the Anthropic official Claude Agent SDK, usable from Standard, PTC, Creator, Minimal, or any custom preset without swapping out the entire workflow.
The core design is a clean separation of duties: DSH owns the system prompt, tool definitions, sandboxed execution, and approval chain; Claude only reasons and decides which tool to invoke. Every tool call routes back through the DSH agent loop, the result is fed into the same Claude query, and the shared conversation history is preserved across provider switches. The plugin also projects adaptive thinking summaries, per-turn token usage, and the context window into DSH native stream vocabulary; auto-prepends missed turns when switching models mid-session; and actively shuts down the built-in OTLP telemetry exporter at load time so no Claude output leaks into telemetry uploads.
Built for developers who already hold a Claude subscription and want Claude reasoning inside every DSH mode without losing tool trajectories or approval guarantees. The plugin never reads, stores, or intermediates credentials; all authentication is handled by the Claude Code binary itself.
Use Cases
- Use Claude for reasoning across all DSH modes while retaining tool sandbox and approval chain
- Switch providers mid-session in multi-model workflows with automatic context backfill
- Leverage Claude adaptive thinking summaries while keeping DSH token counters and session trajectory intact
Best For
- Individual developers with a Claude subscription seeking seamless reasoning inside DSH
- Engineering teams that mix models but require unified trajectory and approval policy
- Enterprise users sensitive to telemetry compliance who demand zero credential interception
Related Plugins
A unified suite combining hot runtime injection, task-aware thinking-mode routing, and a graded session protocol with red-team gates to sustain model diligence across long-horizon inference.
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.