Skip to content

Commit 7adfffb

Browse files
committed
Simplify and localize dashboard UI
1 parent f72675f commit 7adfffb

6 files changed

Lines changed: 712 additions & 1142 deletions

File tree

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.2
4+
- UI sadeleştirildi, responsive hale getirildi ve Türkçe/Hollandaca desteği eklendi.
5+
36
## 2.0.1
47
- Include router files in the published npm package.
58

README.md

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

3-
🚀 **v2.0.1** - Unified router + config package with z.ai (GLM 4.7) support, advanced CLI tools, analytics, smart routing, and configuration templates!
3+
🚀 **v2.0.2** - 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.1
7+
## ✨ New in v2.0.2
88
- **z.ai Support**: Native integration for GLM-4.7 via z.ai (PPInfra).
99
- **Lightweight Mode**: New `ccc` function for zero-dependency routing.
1010
- **Direct GLM Alias**: Type `glm` to launch Claude Code with GLM-4.7 immediately.
1111
- **Non-interactive install**: CI-friendly installer flags and env controls.
1212
- **Unified router**: Built-in router service, no external dependency required.
13-
- **Packaging fix**: Router files are bundled in the npm package.
13+
- **UI refresh**: Daha sade ve responsive tasarım, TR/NL dil desteği.
1414

1515
## 🚀 Setup on Another Machine (Fastest Way)
1616

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.1",
3+
"version": "2.0.2",
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)