Skip to content

Commit 6b5861b

Browse files
committed
Release 2.0.9
1 parent 430c236 commit 6b5861b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.9
4+
- GLM print mode disables attachments to avoid EMFILE (too many open files) watcher errors.
5+
36
## 2.0.8
47
- GLM setup now installs direct z.ai `glm` wrapper by default and keeps `glm-ccr` for router usage.
58
- Safer `.env` loading in `ccc` (ignores comments/invalid lines) and updated setup docs.

README.md

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

3-
🚀 **v2.0.8** - Unified router + config package with z.ai (GLM 4.7) support, advanced CLI tools, analytics, smart routing, and configuration templates!
3+
🚀 **v2.0.9** - 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.8
7+
## ✨ New in v2.0.9
8+
- `glm`/`glm-ccr` print mode disables attachments to avoid EMFILE (too many open files) watcher errors.
9+
10+
Includes all v2.0.8 improvements:
811
- UI üzerinden `.env` anahtarları ekleme/güncelleme (TR/NL).
912
- `~/.env` otomatik yükleme ile API anahtarlarının bulunması (CLI + health monitor).
1013
- **z.ai Support**: Native integration for GLM-4.7 via z.ai (PPInfra).

package.json

Lines changed: 1 addition & 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.8",
3+
"version": "2.0.9",
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": {

0 commit comments

Comments
 (0)