@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 CHANGED
@@ -1,8 +1,8 @@
1
- # Claude Code Router CLI v2.0.7
1
+ # Claude Code Router CLI v2.0.8
2
2
 
3
3
  <div align="center">
4
4
 
5
- [![Version](https://img.shields.io/badge/version-2.0.7-blue.svg)](https://github.com/dedenlabs/claude-code-router-cli)
5
+ [![Version](https://img.shields.io/badge/version-2.0.8-blue.svg)](https://github.com/dedenlabs/claude-code-router-cli)
6
6
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
7
7
  [![Node](https://img.shields.io/badge/node-%3E%3D16.0.0-brightgreen.svg)](https://nodejs.org/)
8
8
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue.svg)](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
  **🎯 正式版本发布**