Files
gemini-cli/packages
galz10 b83b6a2210 fix(core): resolve race conditions in KeychainTokenStorage loading
Ensures that multiple concurrent calls to getKeytar or checkKeychainAvailability
wait for a single operation to complete using promise-based guards. This
prevents scenarios where a slow module load or availability check could result
in a permanently cached 'unavailable' state.
2026-02-24 11:24:18 -08:00
..