v1.14.1-pre
Pre-release
Pre-release
·
36 commits
to main
since this release
Added
- Automatically set
reconnectionGraceTime,serverShutdownTimeout, andmaxReconnectionAttempts
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
theCODER_SSH_LOG_DIRenvironment variable as a fallback. - SSH options from
coder config-ssh --ssh-optionare now applied to VS Code connections,
with priority order: VS Code setting >coder config-sshoptions > 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.useKeyringis 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.