@dedenlabs/claude-code-router-cli 2.0.7 → 2.0.8-beta.1
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 +19 -2
- package/dist/cli.js +15630 -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,23 @@ 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
|
+
|
|
708
|
+
### v2.0.7 (2025-12-28)
|
|
709
|
+
|
|
710
|
+
**🐛 问题修复**
|
|
711
|
+
|
|
712
|
+
- fix: 修复路由条件验证逻辑 bug
|
|
713
|
+
- 优化统一路由引擎的字段兼容性处理
|
|
714
|
+
|
|
698
715
|
### v2.0.6 (2025-12-23)
|
|
699
716
|
|
|
700
717
|
**🎯 正式版本发布**
|