Skip to content

Commit 1b5b432

Browse files
authored
v1.14.2-pre (#862)
1 parent 0c07017 commit 1b5b432

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
# Change Log
22

3-
## Unreleased
3+
## [v1.14.2-pre](https://github.com/coder/vscode-coder/releases/tag/v1.14.2-pre) 2026-03-26
44

5-
### Changed
5+
### Added
66

7-
- **Breaking**: Minimum VS Code version is now 1.106.0.
7+
- Coder Chat panel: delegate development tasks to AI coding agents directly from VS Code's
8+
sidebar. Describe a task and the agent handles workspace provisioning and execution
9+
automatically. Requires [Coder Agents](https://coder.com/docs/ai-coder/agents) (Early
10+
Access) to be enabled on your deployment.
11+
- New `coder.disableNotifications` setting to suppress all notification prompts from the
12+
Coder deployment, including workspace update reminders and scheduling alerts.
813

914
### Fixed
1015

16+
- Fixed SSH connections failing when a custom `RemoteCommand` is configured in SSH config.
1117
- SSH connections now recover faster after laptop sleep/wake by detecting port changes
1218
and re-registering the label formatter.
1319
- SSH process discovery now uses `ss` -> `netstat` -> `lsof` on Linux
1420
and `netstat` -> `lsof` on macOS, fixing systems where `netstat` was unavailable
1521
and the SSH PID could not be resolved, which broke network info display and log viewing.
1622

23+
### Changed
24+
25+
- **Breaking**: Minimum VS Code version is now 1.106.0.
26+
1727
## [v1.14.1-pre](https://github.com/coder/vscode-coder/releases/tag/v1.14.1-pre) 2026-03-16
1828

1929
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coder-remote",
33
"displayName": "Coder",
4-
"version": "1.14.1",
4+
"version": "1.14.2",
55
"description": "Open any workspace with a single click.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)