mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-17 02:16:43 +00:00
When OAuth accounts have empty email fields (Kiro/GHCP), the accountId was defaulting to 'default', causing multiple accounts to overwrite each other. Now extracts unique ID from filename pattern: - kiro-github-<PROFILE_ID>.json → github-<PROFILE_ID> - ghcp-amazon-<PROFILE_ID>.json → amazon-<PROFILE_ID> Fixes #258