Skip to content

v1.14.0-pre

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Mar 18:42
· 33 commits to main since this release
v1.14.0-pre

Added

  • Re-introduced OS keyring support for session tokens (reverted in v1.13.2), now delegating to the Coder CLI instead of native @napi-rs/keyring binaries. This keeps the credential format in sync with the CLI automatically.

Note

Sync requires Coder v2.31+ as it depends on the coder login token command, which is not available in earlier versions.

Fixed

  • --use-keyring and --global-config are now explicitly filtered from user-configured global CLI flags to prevent conflicts with the extension's auth mode.