- Notifications
You must be signed in to change notification settings - Fork23
Releases: coder/vscode-coder
Releases · coder/vscode-coder
v1.9.1
6cc34ca
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixed
- Missing or otherwise malformed
START CODER VSCODE
/END CODER VSCODE
blocks in${HOME}/.ssh/config
will 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-ssh
Remote SSH extension.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.9.0
v1.9.0
This tag was signed with the committer’sverified signature.
37948de
This commit was signed with the committer’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixed
- The connection indicator will now show for VS Code on Windows, Windsurf, and
when using thejeanp413.open-remote-ssh
extension.
Changed
- The connection indicator now shows if connecting through Coder Desktop.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.8.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.7.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixed
- Fix bug where we were leaking SSE connections
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.7.0
v1.7.0
This tag was signed with the committer’sverified signature.
1400383
This commit was signed with the committer’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Added
- Add new
/openDevContainer
path, similar to the/open
path, 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
undefined
for the token
header, as Node will throw an error when headers are undefined. Now, we will
not set any header at all.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.6.0
v1.6.0
This tag was signed with the committer’sverified signature.
a001bea
This commit was signed with the committer’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Added
- Add support for Coder inbox.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
Experimental AI Support
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Experimental AI SupportPre-release
Pre-release
An experimental release of the plugin that supports the ai features added under themcp
experiment in coder.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.5.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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.)
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.4.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixed
- Remove agent singleton so that client TLS certificates are reloaded on every API request.
- Use Axios client to receive event stream so TLS settings are properly applied.
- Set
usage-app=vscode
oncoder ssh
to fix deployment session counting. - Fix version comparison logic for checking wildcard support in "coder ssh"
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.4.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixed
- Recreate REST client in spots where confirmStart may have waited indefinitely.
Assets3
Uh oh!
There was an error while loading.Please reload this page.