Releases: coder/vscode-coder
Releases · coder/vscode-coder
v1.10.0
Changed
- Coder output panel enhancements: all log entries now include timestamps, and
you can filter messages by log level in the panel.
Added
- Update
/openDevContainerto support all dev container features when hostPath
and configFile are provided. - Add
coder.disableUpdateNotificationssetting to disable workspace template
update notifications. - Consistently use the same session for each agent. Previously, depending on how
you connected, it could be possible to get two different sessions for an
agent. Existing connections may still have this problem; only new connections
are fixed. - Add an agent metadata monitor status bar item, so you can view your active
agent metadata at a glance. - Add binary signature verification. This can be disabled with
coder.disableSignatureVerificationif you purposefully run a binary that is
not signed by Coder (for example a binary you built yourself).
v1.9.2
Fixed
-
Use
--header-commandproperly when starting a workspace. -
Handle
agentparameter when opening workspace to support multi-agent workspaces. -
Handle windows specific paths in log-path parameter
Changed
- The Coder logo has been updated.
v1.9.1
Fixed
- Missing or otherwise malformed
START CODER VSCODE/END CODER VSCODEblocks in${HOME}/.ssh/configwill now result in an error when attempting to update the file. These will need to be manually fixed before proceeding. - Multiple open instances of the extension could potentially clobber writes to
~/.ssh/config. Updates to this file are now atomic. - Add support for
anysphere.remote-sshRemote SSH extension.
v1.9.0
Fixed
- The connection indicator will now show for VS Code on Windows, Windsurf, and
when using thejeanp413.open-remote-sshextension.
Changed
- The connection indicator now shows if connecting through Coder Desktop.
v1.8.0
Added
- Coder extension sidebar now displays available app statuses, and let's
the user click them to drop into a session with a running AI Agent.
v1.7.1
Fixed
- Fix bug where we were leaking SSE connections
v1.7.0
Added
- Add new
/openDevContainerpath, similar to the/openpath, except this
allows connecting to a dev container inside a workspace. For now, the dev
container must already be running for this to work.
Fixed
- When not using token authentication, avoid setting
undefinedfor the token
header, as Node will throw an error when headers are undefined. Now, we will
not set any header at all.
v1.6.0
Added
- Add support for Coder inbox.
Experimental AI Support
An experimental release of the plugin that supports the ai features added under the mcp experiment in coder.
v1.5.0
Fixed
- Fixed regression where autostart needed to be disabled.
Changed
- Make the MS Remote SSH extension part of an extension pack rather than a hard dependency, to enable
using the plugin in other VSCode likes (cursor, windsurf, etc.)