v1.14.2-pre
Pre-release
Pre-release
·
23 commits
to main
since this release
Added
- Coder Chat panel: delegate development tasks to AI coding agents directly from VS Code's sidebar. Describe a task and the agent handles workspace provisioning and execution automatically. Requires [Coder Agents](https://coder.com/docs/ai-coder/agents (Early Access) to be enabled on your deployment.
- New
coder.disableNotificationssetting to suppress all notification prompts from the Coder deployment, including workspace update reminders and scheduling alerts.
Fixed
- Fixed SSH connections failing when a custom
RemoteCommandis configured in SSH config. - SSH connections now recover faster after laptop sleep/wake by detecting port changes and re-registering the label formatter.
- SSH process discovery now uses
ss->netstat->lsofon Linux andnetstat->lsofon macOS, fixing systems wherenetstatwas unavailable and the SSH PID could not be resolved, which broke network info display and log viewing.
Changed
- Breaking: Minimum VS Code version is now 1.106.0.