Merge branch 'main' into feature/add-model-selector-command

This commit is contained in:
TonyGeez
2025-10-07 20:45:22 -04:00
committed by GitHub
8 changed files with 209 additions and 224 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@musistudio/claude-code-router",
"version": "1.0.55",
"version": "1.0.58",
"description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
"bin": {
"ccr": "dist/cli.js"
@@ -20,8 +20,7 @@
"license": "MIT",
"dependencies": {
"@fastify/static": "^8.2.0",
"@inquirer/prompts": "^5.0.0",
"@musistudio/llms": "^1.0.35",
"@musistudio/llms": "^1.0.36",
"dotenv": "^16.4.7",
"find-process": "^2.0.0",
"json5": "^2.2.3",