mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-08-29 03:12:10 +08:00
bb018e95cf
Address review feedback: in a multi-account auth.json, re-reading all records could adopt a different account just because its refresh token differs. Restrict adoption to the same sourceFile + authRecordKey that was being refreshed, and require an access token on the adopted record so a partially written file cannot mask the real failure.