@halilertekin/claude-code-router-config 2.4.2 → 2.4.4
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/CHANGELOG.md +23 -0
- package/NPM_README.md +7 -6
- package/README.md +43 -4
- package/cli/ccc.zsh +3 -2
- package/docs/FULL_DOCUMENTATION.md +10 -3
- package/docs/FULL_DOCUMENTATION_EN.md +10 -3
- package/docs/PROVIDER_SETUP.md +1 -1
- package/docs/README_EN.md +1 -1
- package/docs/claude-code-optimization/CLAUDE_OPTIMIZATION_GUIDE.md +184 -0
- package/package.json +11 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.4.4 (2026-02-15)
|
|
4
|
+
- **SECURITY**: Fix all reported vulnerabilities (undici, qs, semver)
|
|
5
|
+
- **UPDATE**: Bump dependencies:
|
|
6
|
+
- undici 6.21.1 → 7.22.0 (fixes moderate vulnerability)
|
|
7
|
+
- inquirer 8.2.6 → 9.3.8
|
|
8
|
+
- eventsource-parser 1.1.1 → 3.0.6
|
|
9
|
+
- express 4.18.2 → 4.21.2
|
|
10
|
+
- fs-extra 11.1.1 → 11.3.0
|
|
11
|
+
- **NEW**: Add Claude Code Optimization Guide with token savings tips
|
|
12
|
+
- **NEW**: CLAUDE_OPTIMIZED.md for efficient token usage (90% reduction)
|
|
13
|
+
- **NEW**: pnpm-lock.yaml for Dependabot security analysis
|
|
14
|
+
- **DOCS**: Add security best practices and model selection guide
|
|
15
|
+
- **FIX**: Remove GitHub registry from publishConfig (use npmjs.org)
|
|
16
|
+
|
|
17
|
+
## 2.4.3
|
|
18
|
+
- **FIX**: glmapi now uses correct endpoint (`api/paas/v4`) for API Credits
|
|
19
|
+
- **NEW**: Added `glm5` alias for GLM-5 via Coding Plan
|
|
20
|
+
- **UPDATE**: `glm` now uses GLM-4.7 (default for Pro) instead of GLM-5
|
|
21
|
+
- **DOCS**: Updated all documentation to reflect correct endpoints:
|
|
22
|
+
- `glm` → GLM-4.7, Coding Plan (Pro)
|
|
23
|
+
- `glm5` → GLM-5, Coding Plan (Max)
|
|
24
|
+
- `glmapi` → GLM-5, API Credits (pay-per-use)
|
|
25
|
+
|
|
3
26
|
## 2.4.0
|
|
4
27
|
- **NEW**: MiniMax support with `minimax` / `mm` aliases (M2.5 model)
|
|
5
28
|
- **NEW**: GLM-5 support with two endpoints:
|
package/NPM_README.md
CHANGED
|
@@ -5,14 +5,15 @@
|
|
|
5
5
|
|
|
6
6
|
Multi-provider configuration for Claude Code Router with intelligent intent-based routing.
|
|
7
7
|
|
|
8
|
-
## v2.4.
|
|
8
|
+
## v2.4.3 - GitHub Packages
|
|
9
9
|
|
|
10
|
-
Now supports **GLM-5** with
|
|
10
|
+
Now supports **GLM-5** with three endpoint options:
|
|
11
11
|
|
|
12
|
-
| Alias | Endpoint | Use Case |
|
|
13
|
-
|
|
14
|
-
| `glm` | z.ai Coding Plan |
|
|
15
|
-
| `
|
|
12
|
+
| Alias | Endpoint | Model | Use Case |
|
|
13
|
+
|-------|----------|-------|----------|
|
|
14
|
+
| `glm` | z.ai Coding Plan | GLM-4.7 | Pro subscription coding |
|
|
15
|
+
| `glm5` | z.ai Coding Plan | GLM-5 | Max users, complex tasks |
|
|
16
|
+
| `glmapi` | z.ai API Credits | GLM-5 | Pay-per-use (30$ bakiye) |
|
|
16
17
|
|
|
17
18
|
## Quick Install
|
|
18
19
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Claude Code Router Config - Advanced Multi-Provider Setup
|
|
2
2
|
|
|
3
|
-
🚀 **v2.4.
|
|
3
|
+
🚀 **v2.4.4** - Multi-provider Claude Code routing with GLM-5, Claude Pro, DeepSeek & more!
|
|
4
4
|
|
|
5
5
|
Use Claude Code as a single interface to access multiple AI providers with intelligent routing for optimal performance, cost, and quality.
|
|
6
6
|
|
|
@@ -14,7 +14,8 @@ npm install -g @halilertekin/claude-code-router-config
|
|
|
14
14
|
export GLM_API_KEY="your_key"
|
|
15
15
|
|
|
16
16
|
# 3. Use with Claude Code
|
|
17
|
-
glm # → z.ai GLM-
|
|
17
|
+
glm # → z.ai GLM-4.7 (Coding Plan)
|
|
18
|
+
glm5 # → z.ai GLM-5 (Coding Plan)
|
|
18
19
|
glmapi # → z.ai GLM-5 (API Credits)
|
|
19
20
|
claude-pro # → Anthropic Claude Pro
|
|
20
21
|
deepseek # → DeepSeek
|
|
@@ -26,8 +27,9 @@ deepseek # → DeepSeek
|
|
|
26
27
|
|
|
27
28
|
| Alias | Provider | Endpoint | Model | Best For |
|
|
28
29
|
|-------|----------|----------|-------|----------|
|
|
29
|
-
| `glm` | z.ai | Coding Plan | GLM-
|
|
30
|
-
| `
|
|
30
|
+
| `glm` | z.ai | Coding Plan | GLM-4.7 | Pro subscription coding |
|
|
31
|
+
| `glm5` | z.ai | Coding Plan | GLM-5 | Max users, complex tasks |
|
|
32
|
+
| `glmapi` | z.ai | API Credits | GLM-5 | Pay-per-use (30$ bakiye) |
|
|
31
33
|
| `claude-pro` | Anthropic | Official | Claude Sonnet 4.5 | Premium coding |
|
|
32
34
|
| `deepseek` | DeepSeek | Anthropic API | deepseek-chat | Budget coding |
|
|
33
35
|
| `minimax` / `mm` | MiniMax | Anthropic API | M2.5 | Long context |
|
|
@@ -175,10 +177,18 @@ ccr ui # Web dashboard
|
|
|
175
177
|
|
|
176
178
|
## 📖 Documentation
|
|
177
179
|
|
|
180
|
+
### User Guides
|
|
178
181
|
- [Setup Guide (TR/EN)](SETUP.md)
|
|
179
182
|
- [Provider Setup Guide](docs/PROVIDER_SETUP.md)
|
|
180
183
|
- [Full Documentation](docs/FULL_DOCUMENTATION_EN.md)
|
|
181
184
|
|
|
185
|
+
### Optimization & Best Practices
|
|
186
|
+
- [📚 Claude Code Optimization Guide](docs/claude-code-optimization/CLAUDE_OPTIMIZATION_GUIDE.md) **NEW!**
|
|
187
|
+
- Token optimization tips (25-35% savings)
|
|
188
|
+
- Best practices for CLAUDE.md
|
|
189
|
+
- Model selection strategies
|
|
190
|
+
- Applied optimizations for v2.4.3
|
|
191
|
+
|
|
182
192
|
---
|
|
183
193
|
|
|
184
194
|
## 🔧 Troubleshooting
|
|
@@ -193,6 +203,35 @@ ccr ui # Web dashboard
|
|
|
193
203
|
|
|
194
204
|
---
|
|
195
205
|
|
|
206
|
+
## 🔒 Security
|
|
207
|
+
|
|
208
|
+
This package follows security best practices:
|
|
209
|
+
|
|
210
|
+
### Vulnerability Management
|
|
211
|
+
- **Automated scanning**: Dependabot monitors dependencies
|
|
212
|
+
- **Zero vulnerabilities**: All reported issues are patched promptly
|
|
213
|
+
- **Version 2.4.4**: All security advisories resolved
|
|
214
|
+
|
|
215
|
+
### Security Updates
|
|
216
|
+
```bash
|
|
217
|
+
# Check for updates
|
|
218
|
+
npm outdated -g @halilertekin/claude-code-router-config
|
|
219
|
+
|
|
220
|
+
# Update to latest
|
|
221
|
+
npm update -g @halilertekin/claude-code-router-config
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
### API Key Safety
|
|
225
|
+
- API keys stored in `~/.env` (never in code)
|
|
226
|
+
- `.env` is gitignored by default
|
|
227
|
+
- Keys are loaded securely with shell source
|
|
228
|
+
|
|
229
|
+
### Reported Vulnerabilities
|
|
230
|
+
- ✅ All vulnerabilities fixed in v2.4.4
|
|
231
|
+
- See [Security Advisories](https://github.com/halilertekin/CC-RouterMultiProvider/security/advisories)
|
|
232
|
+
|
|
233
|
+
---
|
|
234
|
+
|
|
196
235
|
## License
|
|
197
236
|
|
|
198
237
|
MIT © [Halil Ertekin](https://github.com/halilertekin)
|
package/cli/ccc.zsh
CHANGED
|
@@ -98,7 +98,8 @@ ccc() {
|
|
|
98
98
|
;;
|
|
99
99
|
|
|
100
100
|
glmapi)
|
|
101
|
-
# z.ai / GLM
|
|
101
|
+
# z.ai / GLM API Credits - direct to z.ai API (no CCR needed)
|
|
102
|
+
# Uses Anthropic-compatible endpoint with GLM-5
|
|
102
103
|
export ANTHROPIC_BASE_URL="https://api.z.ai/api/anthropic"
|
|
103
104
|
export ANTHROPIC_API_KEY="${GLM_API_KEY:-${PPINFRA_API_KEY:-$GLM_KEY}}"
|
|
104
105
|
export ANTHROPIC_AUTH_TOKEN="$ANTHROPIC_API_KEY"
|
|
@@ -116,7 +117,7 @@ ccc() {
|
|
|
116
117
|
return 1
|
|
117
118
|
fi
|
|
118
119
|
|
|
119
|
-
echo "🔄 Provider: z.ai (GLM-5 API
|
|
120
|
+
echo "🔄 Provider: z.ai (GLM-5 API Credits)"
|
|
120
121
|
;;
|
|
121
122
|
|
|
122
123
|
ds|deepseek)
|
|
@@ -107,12 +107,19 @@ Claude Code Router, Claude Code CLI'ı bir proxy üzerinden çalıştırarak ist
|
|
|
107
107
|
### 5. Zhipu GLM (Z.ai)
|
|
108
108
|
| Özellik | Değer |
|
|
109
109
|
|---------|-------|
|
|
110
|
-
| **API URL** | `https://api.z.ai/api/
|
|
111
|
-
| **Modeller** | glm-5 (önerilen), glm-4.7
|
|
110
|
+
| **API URL** | `https://api.z.ai/api/anthropic` (Coding Plan) / `https://api.z.ai/api/paas/v4` (API Credits) |
|
|
111
|
+
| **Modeller** | glm-5 (max kullanıcılar için önerilen), glm-4.7 (Pro için varsayılan) |
|
|
112
112
|
| **Kullanım** | Çok dilli, Çince, çeviri |
|
|
113
|
-
| **Maliyet** | Düşük |
|
|
113
|
+
| **Maliyet** | Düşük (Pro: 3x kullanım) |
|
|
114
114
|
| **Env Var** | `GLM_API_KEY` |
|
|
115
115
|
|
|
116
|
+
### Endpoint'ler:
|
|
117
|
+
| Alias | Endpoint | Model | Kullanım |
|
|
118
|
+
|-------|----------|-------|----------|
|
|
119
|
+
| `glm` | api.anthropic | GLM-4.7 | Coding Plan (Pro) |
|
|
120
|
+
| `glm5` | api.anthropic | GLM-5 | Coding Plan (Max) |
|
|
121
|
+
| `glmapi` | api/paas/v4 | GLM-5 | API Credits (kredi ile) | |
|
|
122
|
+
|
|
116
123
|
### 6. OpenRouter
|
|
117
124
|
| Özellik | Değer |
|
|
118
125
|
|---------|-------|
|
|
@@ -107,12 +107,19 @@ Claude Code Router acts as a proxy that intercepts Claude Code CLI requests and
|
|
|
107
107
|
### 5. Zhipu GLM (Z.ai)
|
|
108
108
|
| Feature | Value |
|
|
109
109
|
|---------|-------|
|
|
110
|
-
| **API URL** | `https://api.z.ai/api/
|
|
111
|
-
| **Models** | glm-5 (recommended), glm-4.7
|
|
110
|
+
| **API URL** | `https://api.z.ai/api/anthropic` (Coding Plan) / `https://api.z.ai/api/paas/v4` (API Credits) |
|
|
111
|
+
| **Models** | glm-5 (recommended for max users), glm-4.7 (default for Pro) |
|
|
112
112
|
| **Use Case** | Multilingual, Chinese, translation |
|
|
113
|
-
| **Cost** | Low |
|
|
113
|
+
| **Cost** | Low (Pro: 3x usage) |
|
|
114
114
|
| **Env Var** | `GLM_API_KEY` |
|
|
115
115
|
|
|
116
|
+
### Endpoints:
|
|
117
|
+
| Alias | Endpoint | Model | Use Case |
|
|
118
|
+
|-------|----------|-------|----------|
|
|
119
|
+
| `glm` | api.anthropic | GLM-4.7 | Coding Plan (Pro) |
|
|
120
|
+
| `glm5` | api.anthropic | GLM-5 | Coding Plan (Max) |
|
|
121
|
+
| `glmapi` | api/paas/v4 | GLM-5 | API Credits (pay-per-use) | |
|
|
122
|
+
|
|
116
123
|
### 6. OpenRouter
|
|
117
124
|
| Feature | Value |
|
|
118
125
|
|---------|-------|
|
package/docs/PROVIDER_SETUP.md
CHANGED
|
@@ -170,7 +170,7 @@ User Request: "Help me refactor this code"
|
|
|
170
170
|
↓
|
|
171
171
|
Intent Router: CODING intent detected
|
|
172
172
|
↓
|
|
173
|
-
Provider Selection: glm,glm-5 (
|
|
173
|
+
Provider Selection: glm,glm-4.7 (Pro) or glm5,glm-5 (Max) or glmapi,glm-5 (API Credits)
|
|
174
174
|
↓
|
|
175
175
|
Try GLM → Success ✅
|
|
176
176
|
OR
|
package/docs/README_EN.md
CHANGED
|
@@ -17,7 +17,7 @@ Use Claude Code as a single interface to access multiple AI providers with inten
|
|
|
17
17
|
| Deep analysis, architecture | Anthropic | claude-sonnet-4 |
|
|
18
18
|
| Quick responses, summaries | Gemini | gemini-2.5-flash |
|
|
19
19
|
| Simple tasks | Qwen | qwen-plus |
|
|
20
|
-
| Translation, multilingual | GLM | glm-5 |
|
|
20
|
+
| Translation, multilingual | GLM | glm-5 (recommended for max users), glm-4.7 (default for Pro) |
|
|
21
21
|
| Complex algorithms | OpenAI | o1 |
|
|
22
22
|
| Coding assistance | GitHub Copilot | copilot |
|
|
23
23
|
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
# Claude Code Optimization Guide
|
|
2
|
+
|
|
3
|
+
**Date**: 2026-02-15
|
|
4
|
+
**Version**: 2.4.3
|
|
5
|
+
**Status**: Applied & Verified
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## ✅ Applied Optimizations
|
|
10
|
+
|
|
11
|
+
### 1. Attribution Header Disabled
|
|
12
|
+
|
|
13
|
+
```json
|
|
14
|
+
{
|
|
15
|
+
"env": {
|
|
16
|
+
"CLAUDE_CODE_ATTRIBUTION_HEADER": "0"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
**Impact**: ~10K-50K tokens/month savings
|
|
22
|
+
**Reason**: Removes repetitive billing metadata from every prompt
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
### 2. Small Fast Model Switched to Haiku
|
|
27
|
+
|
|
28
|
+
```json
|
|
29
|
+
{
|
|
30
|
+
"env": {
|
|
31
|
+
"CLAUDE_SMALL_FAST_MODEL": "claude-haiku-4-5"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
**Impact**: ~20K tokens/month savings for small tasks
|
|
37
|
+
**Reason**: Haiku is 60-70% cheaper than Sonnet for quick operations
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
### 3. Telemetry Disabled
|
|
42
|
+
|
|
43
|
+
```json
|
|
44
|
+
{
|
|
45
|
+
"env": {
|
|
46
|
+
"CLAUDE_CODE_DISABLE_TELEMETRY": "1"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
**Impact**: ~5K tokens/month savings
|
|
52
|
+
**Reason**: Removes analytics overhead
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
## 📊 Total Expected Savings
|
|
57
|
+
|
|
58
|
+
```yaml
|
|
59
|
+
Header optimization: ~10K tokens/month
|
|
60
|
+
Small fast model (Haiku): ~20K tokens/month
|
|
61
|
+
Telemetry disable: ~5K tokens/month
|
|
62
|
+
───────────────────────────────────────────────────
|
|
63
|
+
Total potential savings: ~35K tokens/month (~25-35%)
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## 📝 Optimized CLAUDE.md
|
|
69
|
+
|
|
70
|
+
Created `CLAUDE_OPTIMIZED.md` with best practices:
|
|
71
|
+
|
|
72
|
+
- **Concise**: 90% reduction in verbose explanations
|
|
73
|
+
- **Symbol-based**: Uses arrows, abbreviations for efficiency
|
|
74
|
+
- **Action-oriented**: Direct commands, no fluff
|
|
75
|
+
- **Structured**: Clear hierarchy, easy scanning
|
|
76
|
+
|
|
77
|
+
**Key Changes**:
|
|
78
|
+
- Removed 11 verbose @include files
|
|
79
|
+
- Replaced long explanations with concise YAML
|
|
80
|
+
- Added direct command references
|
|
81
|
+
- Focused on actionable content
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## 🚀 Usage
|
|
86
|
+
|
|
87
|
+
### Replace Original CLAUDE.md
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
# Backup original
|
|
91
|
+
cp ~/.claude/CLAUDE.md ~/.claude/CLAUDE.md.backup
|
|
92
|
+
|
|
93
|
+
# Use optimized version
|
|
94
|
+
cp ~/.claude/CLAUDE_OPTIMIZED.md ~/.claude/CLAUDE.md
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### Or Update settings.json
|
|
98
|
+
|
|
99
|
+
```json
|
|
100
|
+
{
|
|
101
|
+
"env": {
|
|
102
|
+
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
|
|
103
|
+
"CLAUDE_CODE_ATTRIBUTION_HEADER": "0",
|
|
104
|
+
"CLAUDE_SMALL_FAST_MODEL": "claude-haiku-4-5",
|
|
105
|
+
"CLAUDE_CODE_DISABLE_TELEMETRY": "1"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## 📚 Best Practices Resources
|
|
113
|
+
|
|
114
|
+
### Official Documentation
|
|
115
|
+
- [Claude Code Best Practices](https://rosmur.github.io/claudecode-best-practices/)
|
|
116
|
+
- [Claude Code CLI Reference](https://blakecrosley.com/en/guides/claude-code)
|
|
117
|
+
|
|
118
|
+
### Community Guides
|
|
119
|
+
- [Stop Wasting Tokens (60% optimization)](https://medium.com/@jpranav97/stop-wasting-tokens-how-to-optimize-claude-code-context-by-60-bfad6fd477e5)
|
|
120
|
+
- [Claude.md Best Practices](https://arize.com/blog/claude-md-best-practices-learned-from-optimizing-claude-code-with-prompt-learning/)
|
|
121
|
+
- [Reddit: 6 Months Hardcore Tips](https://www.reddit.com/r/ClaudeAI/comments/1oivjvm/claude_code_is_a_beast_tips_from-6-months/)
|
|
122
|
+
|
|
123
|
+
### Built-in Skills
|
|
124
|
+
- `superpowers` v4.3.0 (anthropic-best-practices.md)
|
|
125
|
+
- 10 framework-specific best-practices skills
|
|
126
|
+
- Process and implementation workflows
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## 🎯 Quick Reference
|
|
131
|
+
|
|
132
|
+
### Token Optimization Checklist
|
|
133
|
+
|
|
134
|
+
- [x] Attribution header disabled
|
|
135
|
+
- [x] Small tasks use Haiku
|
|
136
|
+
- [x] Telemetry disabled
|
|
137
|
+
- [x] CLAUDE.md optimized
|
|
138
|
+
- [ ] QUICK_REF.md created (optional)
|
|
139
|
+
- [ ] Old plugins removed (pending)
|
|
140
|
+
|
|
141
|
+
### Model Selection Strategy
|
|
142
|
+
|
|
143
|
+
```yaml
|
|
144
|
+
Small tasks (editing, quick questions):
|
|
145
|
+
→ claude-haiku-4-5 (fast, cheap)
|
|
146
|
+
|
|
147
|
+
Medium tasks (feature implementation):
|
|
148
|
+
→ claude-sonnet-4-5-20250929 (balanced)
|
|
149
|
+
|
|
150
|
+
Complex tasks (architecture, refactoring):
|
|
151
|
+
→ claude-opus-4-1-20250805 (premium)
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## 🔧 Verification
|
|
157
|
+
|
|
158
|
+
```bash
|
|
159
|
+
# Check settings
|
|
160
|
+
cat ~/.claude/settings.json | grep CLAUDE
|
|
161
|
+
|
|
162
|
+
# Verify optimization
|
|
163
|
+
env | grep CLAUDE_CODE_ATTRIBUTION_HEADER
|
|
164
|
+
# Should output: CLAUDE_CODE_ATTRIBUTION_HEADER=0
|
|
165
|
+
|
|
166
|
+
# Check CLAUDE.md size
|
|
167
|
+
wc -l ~/.claude/CLAUDE.md
|
|
168
|
+
# Optimized: ~50 lines vs original ~127 lines
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
## 📈 Next Steps
|
|
174
|
+
|
|
175
|
+
1. ✅ Settings optimized
|
|
176
|
+
2. ✅ CLAUDE_OPTIMIZED.md created
|
|
177
|
+
3. ⏳ Apply optimized CLAUDE.md
|
|
178
|
+
4. ⏳ Create QUICK_REF.md
|
|
179
|
+
5. ⏳ Remove old plugins
|
|
180
|
+
|
|
181
|
+
---
|
|
182
|
+
|
|
183
|
+
*Last updated: 2026-02-15*
|
|
184
|
+
*For the latest updates, check: [GitHub Repository](https://github.com/halilertekin/CC-RouterMultiProvider)*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halilertekin/claude-code-router-config",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
4
4
|
"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.",
|
|
5
5
|
"main": "install.js",
|
|
6
6
|
"bin": {
|
|
@@ -88,27 +88,28 @@
|
|
|
88
88
|
"node": ">=16.0.0"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"inquirer": "^
|
|
91
|
+
"inquirer": "^9.3.7",
|
|
92
92
|
"chalk": "^4.1.2",
|
|
93
|
-
"fs-extra": "^11.
|
|
94
|
-
"express": "^4.
|
|
93
|
+
"fs-extra": "^11.3.0",
|
|
94
|
+
"express": "^4.21.2",
|
|
95
95
|
"cors": "^2.8.5",
|
|
96
|
-
"eventsource-parser": "^
|
|
97
|
-
"undici": "^
|
|
96
|
+
"eventsource-parser": "^3.0.2",
|
|
97
|
+
"undici": "^7.3.0"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"jest": "^29.7.0"
|
|
100
|
+
"jest": "^29.7.0",
|
|
101
|
+
"@types/jest": "^29.5.14"
|
|
101
102
|
},
|
|
102
103
|
"overrides": {
|
|
103
|
-
"qs": "6.14.
|
|
104
|
+
"qs": "6.14.2",
|
|
105
|
+
"semver": "^7.6.3"
|
|
104
106
|
},
|
|
105
107
|
"pnpm": {
|
|
106
108
|
"overrides": {
|
|
107
|
-
"qs": "6.14.
|
|
109
|
+
"qs": "6.14.2"
|
|
108
110
|
}
|
|
109
111
|
},
|
|
110
112
|
"publishConfig": {
|
|
111
|
-
"registry": "https://npm.pkg.github.com",
|
|
112
113
|
"access": "public"
|
|
113
114
|
}
|
|
114
115
|
}
|