release v1.0.23 to support websearch

This commit is contained in:
jinhui.li
2025-07-21 10:46:53 +08:00
parent e362feaa82
commit 7165953b50
5 changed files with 21 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@musistudio/claude-code-router",
"version": "1.0.22",
"version": "1.0.23",
"description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
"bin": {
"ccr": "./dist/cli.js"
@@ -18,7 +18,7 @@
"author": "musistudio",
"license": "MIT",
"dependencies": {
"@musistudio/llms": "^1.0.9",
"@musistudio/llms": "^1.0.10",
"dotenv": "^16.4.7",
"tiktoken": "^1.0.21",
"uuid": "^11.1.0"