release v1.0.64

This commit is contained in:
musistudio
2025-10-21 21:59:11 +08:00
parent 916b110c3c
commit 1a4462a923
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@musistudio/claude-code-router",
"version": "1.0.63",
"version": "1.0.64",
"description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
"bin": {
"ccr": "dist/cli.js"

View File

@@ -243,8 +243,6 @@ export const searchProjectBySession = async (
if (sessionProjectCache.has(sessionId)) {
return sessionProjectCache.get(sessionId)!;
}
console.log('读取项目配置')
try {
const dir = await opendir(CLAUDE_PROJECTS_DIR);