docs: add deepclaude integration guide (EN + zh-CN)#261
Open
aznikline wants to merge 1 commit into
Open
Conversation
deepclaude (github.com/aattaran/deepclaude, 2.2k stars) is a thin launcher that runs Claude Code's autonomous agent loop against DeepSeek V4 Pro (or any Anthropic-compatible backend) instead of Anthropic — same UX at a fraction of the cost. Guide covers: get a DeepSeek API key -> set DEEPSEEK_API_KEY -> install the launcher (shell/PowerShell) -> first run with the default DeepSeek V4 Pro backend, plus the --backend/--cost/--benchmark flags. Bilingual per CONTRIBUTING: docs/deepclaude.md + docs/deepclaude.zh-CN.md in a single PR, README + README.zh-CN table entries inserted in alphabetical order (between Deep Code and DeepSeek-TUI).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a bilingual integration guide for deepclaude (github.com/aattaran/deepclaude, ~2.2k stars).
What is deepclaude
A thin launcher that runs Claude Code's autonomous agent loop against DeepSeek V4 Pro (or any Anthropic-compatible backend) instead of Anthropic — same UX, a fraction of the cost. Single shell/PowerShell script + local proxy, no separate runtime.
Why it belongs here
Explicitly DeepSeek-first: the default backend is DeepSeek V4 Pro, configured via a single
DEEPSEEK_API_KEY. It is not yet listed in the table and no open PR adds it (checked before opening).What the guide covers
Installation → configuration → first run, following the existing guide format:
DEEPSEEK_API_KEY(macOS/Linux and Windows)deepclaudefirst run + the--backend/--cost/--benchmarkflagsCONTRIBUTING checks
docs/deepclaude.md+docs/deepclaude.zh-CN.mdin one PR