mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-01-30 06:12:06 +00:00
release v1.0.64
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user