Skip to content

Commit 36112c6

Browse files
committed
Release 2.0.7
1 parent f084c01 commit 36112c6

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.0.7
4+
- Security: qs arrayLimit bypass fix (force qs 6.14.1).
5+
36
## 2.0.6
47
- UI sürüm etiketi artık paket versiyonunu gösteriyor.
58
- Dashboard dil dosyalarındaki hatalı virgüller düzeltildi (dil seçimi ve sağlayıcı listesi geri geldi).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Claude Code Router Config - Advanced Multi-Provider Setup
22

3-
🚀 **v2.0.6** - Unified router + config package with z.ai (GLM 4.7) support, advanced CLI tools, analytics, smart routing, and configuration templates!
3+
🚀 **v2.0.7** - Unified router + config package with z.ai (GLM 4.7) support, advanced CLI tools, analytics, smart routing, and configuration templates!
44

55
Use Claude Code as a single interface to access multiple AI providers with intelligent routing for optimal performance, cost, and quality.
66

7-
## ✨ New in v2.0.6
7+
## ✨ New in v2.0.7
88
- UI üzerinden `.env` anahtarları ekleme/güncelleme (TR/NL).
99
- `~/.env` otomatik yükleme ile API anahtarlarının bulunması (CLI + health monitor).
1010
- **z.ai Support**: Native integration for GLM-4.7 via z.ai (PPInfra).

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@halilertekin/claude-code-router-config",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Multi-provider configuration for Claude Code Router with intent-based routing, advanced CLI tools, analytics, and smart routing. Setup OpenAI, Anthropic, Gemini, Qwen, GLM, OpenRouter, and GitHub Copilot with intelligent routing.",
55
"main": "install.js",
66
"bin": {
@@ -96,5 +96,13 @@
9696
},
9797
"devDependencies": {
9898
"jest": "^29.7.0"
99+
},
100+
"overrides": {
101+
"qs": "6.14.1"
102+
},
103+
"pnpm": {
104+
"overrides": {
105+
"qs": "6.14.1"
106+
}
99107
}
100108
}

pnpm-lock.yaml

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)