Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@
from published versions since it shows up in the VS Code extension changelog
tab and is confusing to users. Add it back between releases if needed. -->

## Unreleased
## [v1.16.1](https://github.com/coder/vscode-coder/releases/tag/v1.16.1) 2026-08-24

### Added

- Add a **Coder: Open Generated SSH Configuration File** command that opens
this editor's generated workspace hosts file in a read-only editor. A
connected window opens its own deployment's file; a local window asks which
deployment to open when there are several.
- Prefix every line in the Coder output channel with a per-session ID, and
send that same ID to your deployment and to the `coder` CLI. Searching for
it in the logs or a support bundle picks out everything one session did,
even when several windows are connected at once.
- Log workspace, agent, and lifecycle status changes as they happen, including
agents that disappear. A slow or failed connection now leaves a record of
what the workspace and its agents were doing at the time, instead of only
the error at the end.

### Changed

Expand All @@ -32,13 +40,20 @@
now sits at the top of your config, so the generated options always take
effect and there is nothing left to warn about. Validation of the options
your deployment sends is unchanged.
- The Tasks panel is deprecated. It is now titled **Coder Tasks
(Deprecated)**, and is hidden entirely on Coder 2.35 and newer.

### Fixed

- Ignore the SSH config file setting on Antigravity and Windsurf/Devin. They
launch ssh without pointing it at a config file, so it always reads
`~/.ssh/config`, and honoring the setting wrote the workspace host where the
connection never looked.
- Report a malformed response from your deployment or proxy as an error naming
the endpoint that sent it, instead of an unrelated crash later on. Waiting on
a workspace build now fails on a bad response rather than hanging forever.
- Stop showing stale progress in other windows waiting on the same CLI
download.

## [v1.16.0](https://github.com/coder/vscode-coder/releases/tag/v1.16.0) 2026-08-06

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coder-remote",
"displayName": "Coder",
"version": "1.16.0",
"version": "1.16.1",
"description": "Open any workspace with a single click.",
"categories": [
"Other"
Expand Down