@dedenlabs/claude-code-router-cli 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -2
- package/dist/cli.js +15632 -3236
- package/package.json +7 -2
- package/dist/lib/pino.js +0 -234
- package/dist/lib/worker.js +0 -194
- package/dist/reproduce_issue.js +0 -2027
- package/dist/standalone.js +0 -81387
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Claude Code Router CLI v2.0.
|
|
1
|
+
# Claude Code Router CLI v2.0.8
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
[](https://github.com/dedenlabs/claude-code-router-cli)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://nodejs.org/)
|
|
8
8
|
[](https://www.typescriptlang.org/)
|
|
@@ -695,6 +695,16 @@ export class MyTransformer extends BaseTransformer {
|
|
|
695
695
|
|
|
696
696
|
## 📈 版本历史
|
|
697
697
|
|
|
698
|
+
### v2.0.8 (2026-01-07)
|
|
699
|
+
|
|
700
|
+
**🐛 问题修复**
|
|
701
|
+
|
|
702
|
+
- fix: 修复 Windows 代理环境下 localhost 请求失败问题
|
|
703
|
+
- 错误信息: `fetch failed TypeError: fetch failed`
|
|
704
|
+
- 添加 NO_PROXY 环境变量配置
|
|
705
|
+
- 创建统一请求工具 sendUnifiedRequest
|
|
706
|
+
- 添加 esbuild 代理注入机制
|
|
707
|
+
|
|
698
708
|
### v2.0.6 (2025-12-23)
|
|
699
709
|
|
|
700
710
|
**🎯 正式版本发布**
|