Skip to content

Commit a84abc9

Browse files
committed
Release 2.0.1 packaging fix
1 parent cd99b35 commit a84abc9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3+
## 2.0.1
4+
- Include router files in the published npm package.
5+
36
## 2.0.0
47
- Unified router service built into this package (no external router dependency).
58
- Native CLI lifecycle commands (start/stop/restart/status/code/ui).
69
- Streaming translation between Anthropic and OpenAI-style endpoints.
710
- Dashboard now served by the router at `/ui`.
811
- Default config uses `smart-intent-router.js` and adds HOST/PORT.
9-

README.md

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

3-
🚀 **v2.0.0** - Unified router + config package with z.ai (GLM 4.7) support, advanced CLI tools, analytics, smart routing, and configuration templates!
3+
🚀 **v2.0.1** - 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.0
7+
## ✨ New in v2.0.1
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.
1314

1415
## 🚀 Setup on Another Machine (Fastest Way)
1516

package.json

Lines changed: 3 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.0",
3+
"version": "2.0.1",
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": {
@@ -25,6 +25,7 @@
2525
"bin/",
2626
"config/",
2727
"cli/",
28+
"router/",
2829
"logging/",
2930
"templates/",
3031
"plugins/",
@@ -35,6 +36,7 @@
3536
"postinstall.js",
3637
".env.example",
3738
"docs/",
39+
"CHANGELOG.md",
3840
"LICENSE",
3941
"README.md",
4042
"NPM_README.md"

0 commit comments

Comments
 (0)