@kosukework/claude-code-router-fix
v2.0.1
Published
Use Claude Code without an Anthropics account and route it to another LLM provider
Maintainers
Readme
Claude Code Router Bugfix Fork
This repository is a bugfix-oriented fork of musistudio/claude-code-router.
The original usage guide still applies. For configuration, commands, and day-to-day usage, please refer to the upstream repository.
This fork exists because some bugfix PRs needed for my own use were not merged upstream for a long time. I maintain this branch for personal use first, and I am sharing it in case it helps others.
This repository does not accept Issues. If you run into problems, please open an issue in the upstream repository instead:
musistudio/claude-code-router Issues
Installation
Install from npm:
npm install -g @kosukework/claude-code-router-fixThe command name remains ccr, so this package is intended as a direct replacement for the upstream CLI.
Fixed Issues
This branch currently includes the following fixes:
- Stabilized Anthropic content block streaming.
- Preserved Windows
argvsemantics when launching Claude from the CLI. - Stripped unsupported
thinkingfields from OpenAI Responses input.
This list reflects the fixes currently carried by this branch and may be updated over time.
