Skip to content

v1.14.1-pre

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Mar 17:53
· 36 commits to main since this release
v1.14.1-pre
0a7c58d

Added

  • Automatically set reconnectionGraceTime, serverShutdownTimeout, and maxReconnectionAttempts
    on first connection to prevent disconnects during overnight workspace sleep.
  • New Coder: Apply Recommended SSH Settings command to overwrite all recommended SSH settings at once.
  • Proxy log directory now defaults to the extension's global storage when coder.proxyLogDirectory
    is not set, so SSH connection logs are always captured without manual configuration. Also respects
    the CODER_SSH_LOG_DIR environment variable as a fallback.
  • SSH options from coder config-ssh --ssh-option are now applied to VS Code connections,
    with priority order: VS Code setting > coder config-ssh options > deployment config.

Fixed

  • Fixed SSH config writes failing on Windows when antivirus, cloud sync software,
    or another process briefly locks the file.
  • Fixed Tasks view container not showing in Cursor when not authenticated.

Changed

  • coder.useKeyring is now opt-in (default: false). Keyring storage requires CLI >= 2.29.0 for
    storage and logout sync, and >= 2.31.0 for syncing login from CLI to VS Code.
  • Session tokens are now saved to the OS keyring at login time (when enabled and CLI >= 2.29.0),
    not only when connecting to a workspace.

Note

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