Fixed
Concurrent auth alias writes no longer drop an alias
Two writes racing could silently lose one of them, leaving a project missing a credential it appeared to have connected. Writes are now serialized and atomic.
Read the docs →Pre-GA Helix is in Design Partner and Early Access. Early Access opens in the second half of August 2026. Design Partner and Early Access only. Request access
Two auth aliases written at once could silently lose one of them. Writes are now serialized, and an alias may match a key used elsewhere in the config.
npm install @trayai/helix-cli@0.88.0 Two writes racing could silently lose one of them, leaving a project missing a credential it appeared to have connected. Writes are now serialized and atomic.
Read the docs →helix auth add accepts an alias that matches a key elsewhere in helix.config.tsAn alias colliding with a key under config: was rejected, even though the two live in different parts of the file.
Docs →