jaco-tech/dsh-llm-claude-bridge

jaco-tech★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

README 摘要

@jaco-tech/dsh-llm-claude-bridge Claude Code subscription-backed model provider for DeepSeek Harness ( ctx.llm ). Routes all LLM calls through your Claude Code subscription (the claude CLI / Claude Agent SDK) — allowing DSH to drive Opus/Sonnet/Haiku at no extra per-token cost — instead of using the pay-per-token Anthropic API. This is a port of pi-claude-bridge — the extension that backs pi with a Claude Code subscription — adapted from pi's ExtensionAPI / pi-tui seam to DeepSeek Harness's Cordis ctx.llm / LlmAdapter seam. Features - Subscription Billing : Uses your Claude Code subscription (Pro or Max plan) via the claude CLI. - Full Model Support : Opus 5, Opus 4.8, Opus 4.7, Opus 4.6 (1M), Sonnet 5, Sonnet 4.6, Sonnet 4.5, Haiku 4.5, Fable 5. - Extended Thinking : Full support for reasoning effort levels ( off , low , medium , high , xhigh , max ) with streamed reasoning deltas. - DSH Tool Emission : Exposes DSH's tools to Claude Code via an in-process MCP server and emits standard DSH tool-call-delta chunks, so DSH executes tools within its own sandbox and approval policy. See Known limitations for the current state of the tool-result round trip. - Multi-Turn Resumption : Auto…

在 GitHub 查看完整 README →
终端/TUIdsh-plugintuiagent

分类