katsos/dsh-claude-cli

katsos★ 0TypeScriptLast synced: 2026-08-15

Open on GitHub

DeepSeek Harness LLM provider that runs your installed Claude Code CLI as the model backend — no API key.

README excerpt

dsh-claude-cli Use the Claude Code CLI you already have installed as a DeepSeek Harness LLM provider. No API key. The plugin runs claude as a subprocess and streams its output back through the harness's LLM seam, so requests authenticate as whatever claude is already logged in as — a login you should check your plan's usage terms against before automating. The harness stays the agent. The CLI's own agent loop, tools, settings, memory files, and MCP servers are all switched off; what is left is the model call, driven by the harness's system prompt, history, and tools. Install Requires a working claude on PATH (Claude Code), Node ^22.19 =24 , and a harness with @deepseek-ai/dsh-llm . Install it into the profile you actually run, pointing at your checkout of this repository. The package declares dsh.bundle , so it joins that profile's layer stack and the anthropic-claude-cli route is composed on every start: A path relative to where you run the command is fine here. This plugin is not on npm, so the directory is the only way to install it today. Restart the harness afterwards — a profile's layer stack is read at startup, so a running server keeps the composition it booted with. The mo…

View full README on GitHub →
Terminal / TUIclaude-codedeepseek-harnessdsh-pluginllm-provideragent

Category