@musistudio/claude-code-router 1.0.46 → 1.0.48

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/Dockerfile ADDED
@@ -0,0 +1,7 @@
1
+ FROM node:20-alpine
2
+
3
+ RUN npm install -g @musistudio/claude-code-router
4
+
5
+ EXPOSE 3456
6
+
7
+ CMD ["ccr", "start"]
package/README.md CHANGED
@@ -13,6 +13,8 @@ I am seeking funding support for this project to better sustain its development.
13
13
 
14
14
  ![](blog/images/claude-code.png)
15
15
 
16
+ ![](blog/images/roadmap.svg)
17
+
16
18
  ## ✨ Features
17
19
 
18
20
  - **Model Routing**: Route requests to different models based on your needs (e.g., background tasks, thinking, long context).
@@ -571,6 +573,9 @@ A huge thank you to all our sponsors for their generous support!
571
573
  - [@Peng-YM](http://github.com/Peng-YM)
572
574
  - @\*更
573
575
  - @\*.
574
-
576
+ - @F\*t
577
+ - @\*政
578
+ - @\*铭
579
+ - @\*叶
575
580
 
576
581
  (If your name is masked, please contact me via my homepage email to update it with your GitHub username.)
package/README_zh.md CHANGED
@@ -10,6 +10,9 @@
10
10
 
11
11
  ![](blog/images/claude-code.png)
12
12
 
13
+ ![](blog/images/roadmap.svg)
14
+
15
+
13
16
  ## ✨ 功能
14
17
 
15
18
  - **模型路由**: 根据您的需求将请求路由到不同的模型(例如,后台任务、思考、长上下文)。
@@ -540,6 +543,10 @@ jobs:
540
543
  - [@Peng-YM](http://github.com/Peng-YM)
541
544
  - @\*更
542
545
  - @\*.
546
+ - @F\*t
547
+ - @\*政
548
+ - @\*铭
549
+ - @\*叶
543
550
 
544
551
  (如果您的名字被屏蔽,请通过我的主页电子邮件与我联系,以便使用您的 GitHub 用户名进行更新。)
545
552