dsh-claude-cli: Integrating Local Claude Code CLI as an LLM Provider for DSH
2026-08-30
14 views
DeepSeek Harness plugin
DeepSeek DSH
dsh-claude-cli
Claude Code plugin
Local LLM access
DeepSeek toolchain
`dsh-claude-cli` is an MIT-licensed local plugin designed to integrate a logged-in Claude Code CLI directly into DSH as an LLM provider, without requiring additional API keys. The plugin is maintained by `katsos` and depends on the `claude` command being available in PATH, Node 22.19+, and a specific harness. Its core mechanism is to launch `claude` as a child process, exposing harness tools as an MCP server via `bridge.mjs`, enabling the model to output genuine `tool_use` blocks. In this process, DSH retains control over the agent flow, session history, and tool execution, while the CLI's own a
Read More