@dedenlabs/claude-code-router-cli 2.0.4 → 2.0.5

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.
Files changed (3) hide show
  1. package/README.md +762 -753
  2. package/dist/cli.js +1 -1
  3. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -85914,7 +85914,7 @@ var createServer = (config) => {
85914
85914
  }, 1e3);
85915
85915
  });
85916
85916
  server.app.register(import_static.default, {
85917
- root: (0, import_path3.join)(__dirname, "..", "ui", "dist"),
85917
+ root: (0, import_path3.join)(__dirname, "..", "dist"),
85918
85918
  prefix: "/ui/",
85919
85919
  maxAge: "1h"
85920
85920
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedenlabs/claude-code-router-cli",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "基于@musistudio/claude-code-router的增强版CLI路由工具 - 支持统一路由引擎、外部规则加载、智能日志系统、自动配置迁移和GLM思考模式",
5
5
  "bin": {
6
6
  "ccr": "dist/cli.js"