@dedenlabs/claude-code-router-cli 2.0.8-beta.6 → 2.0.8-beta.7
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/dist/cli.js +2 -1
- package/package.json +2 -1
package/dist/cli.js
CHANGED
|
@@ -11921,7 +11921,7 @@ var require_package = __commonJS({
|
|
|
11921
11921
|
"package.json"(exports2, module2) {
|
|
11922
11922
|
module2.exports = {
|
|
11923
11923
|
name: "@dedenlabs/claude-code-router-cli",
|
|
11924
|
-
version: "2.0.8-beta.
|
|
11924
|
+
version: "2.0.8-beta.7",
|
|
11925
11925
|
description: "\u57FA\u4E8E@musistudio/claude-code-router\u7684\u589E\u5F3A\u7248CLI\u8DEF\u7531\u5DE5\u5177 - \u652F\u6301\u7EDF\u4E00\u8DEF\u7531\u5F15\u64CE\u3001\u5916\u90E8\u89C4\u5219\u52A0\u8F7D\u3001\u667A\u80FD\u65E5\u5FD7\u7CFB\u7EDF\u3001\u81EA\u52A8\u914D\u7F6E\u8FC1\u79FB\u548CGLM\u601D\u8003\u6A21\u5F0F",
|
|
11926
11926
|
bin: {
|
|
11927
11927
|
ccr: "dist/cli.js"
|
|
@@ -11971,6 +11971,7 @@ var require_package = __commonJS({
|
|
|
11971
11971
|
"@fastify/static": "^8.2.0",
|
|
11972
11972
|
"@google/genai": "^1.7.0",
|
|
11973
11973
|
"@inquirer/prompts": "^5.0.0",
|
|
11974
|
+
"@musistudio/llms": "^1.0.53",
|
|
11974
11975
|
dotenv: "^16.4.7",
|
|
11975
11976
|
"find-process": "^2.0.0",
|
|
11976
11977
|
json5: "^2.2.3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dedenlabs/claude-code-router-cli",
|
|
3
|
-
"version": "2.0.8-beta.
|
|
3
|
+
"version": "2.0.8-beta.7",
|
|
4
4
|
"description": "基于@musistudio/claude-code-router的增强版CLI路由工具 - 支持统一路由引擎、外部规则加载、智能日志系统、自动配置迁移和GLM思考模式",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ccr": "dist/cli.js"
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"@fastify/static": "^8.2.0",
|
|
51
51
|
"@google/genai": "^1.7.0",
|
|
52
52
|
"@inquirer/prompts": "^5.0.0",
|
|
53
|
+
"@musistudio/llms": "^1.0.53",
|
|
53
54
|
"dotenv": "^16.4.7",
|
|
54
55
|
"find-process": "^2.0.0",
|
|
55
56
|
"json5": "^2.2.3",
|