From 4b7922d59bb0abf30a8d3ae66f5760799b2266b3 Mon Sep 17 00:00:00 2001 From: Askhz <1361267452@qq.com> Date: Thu, 14 May 2026 17:03:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=87=AD=E8=AF=81?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E6=B3=A8=E9=87=8A=E4=B8=BA=20~/.costrict/sha?= =?UTF-8?q?re/auth.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: CoStrict-DeepSeek-V4-Pro --- src/costrict/provider/credentials.ts | 4 ++-- src/services/rawDump/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/costrict/provider/credentials.ts b/src/costrict/provider/credentials.ts index 6a8544793..5fd7553fe 100644 --- a/src/costrict/provider/credentials.ts +++ b/src/costrict/provider/credentials.ts @@ -1,6 +1,6 @@ /** * CoStrict 凭证管理模块 - * 负责读写 ~/.claude/csc-auth.json + * 负责读写 ~/.costrict/share/auth.json */ import { promises as fs } from 'node:fs' @@ -62,7 +62,7 @@ export async function loadCoStrictCredentials(): Promise