DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-claude-bridge

DeepSeek Harness model provider bridge using Claude Pro or Max subscriptions via Claude Code CLI.

UI & ProductivityTerminal & TUIDeveloper ToolsSkills & Workflows
0GitHub Stars0ForksUpdated2026-08-30

Install

$ dsh plugin --profile web add dsh-claude-bridge

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-claude-bridge is an installable DeepSeek Harness provider plugin that enables using Claude Pro or Claude Max subscriptions as an LLM provider. By driving the Claude Code CLI through the Agent SDK, it routes harness model requests against Claude subscription plan limits rather than incurring per-token API billing. The bridge handles streaming responses, reasoning traces, and multi-round tool calls via an in-process MCP server bridge.

Key Capabilities

  • Routes DeepSeek Harness model requests to Claude Pro/Max subscriptions via the Claude Code CLI and Agent SDK
  • Supports streaming text, reasoning output, and finish reasons
  • Provides multi-round tool execution through an in-process MCP server with verbatim JSON schema passing
  • Decouples tool result arrival and invocation to prevent deadlocks during parallel tool calls
  • Supports opt-in 1M token context windows and configurable CLI executable paths
  • Cleanses environment variables (like API keys) to prevent unintentional per-token billing fallback

Useful For

  • Running DeepSeek Harness agents using existing Claude Pro or Max subscription quotas
  • Developing and executing tool-calling workflows using Claude models in DSH without direct Anthropic API credits

Who It Fits

  • DeepSeek Harness developers and users with Claude Pro or Claude Max subscriptions

Documented Limitations

  • Requires existing Claude CLI authentication credentials at ~/.claude/.credentials.json
  • Conversation history turns are sent inline, preventing multi-turn prefix caching across full conversations (caching only works within active tool rounds)
  • Agent SDK plan billing behavior is governed by Anthropic's subscription policies and may change
  • Does not read custom local settings.json, CLAUDE.md, or system PATH by default unless explicitly configured

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 3 runtime, 2 development, 2 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
shaneconner/dsh-claude-bridge
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
c9fa57c · 2026-09-02

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
0GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-30
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app