File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments