Skip to content

v1.14.2-pre

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Mar 15:18
· 23 commits to main since this release
v1.14.2-pre
1b5b432

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.disableNotifications setting to suppress all notification prompts from the Coder deployment, including workspace update reminders and scheduling alerts.

Fixed

  • Fixed SSH connections failing when a custom RemoteCommand is 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 -> lsof on Linux and netstat -> lsof on macOS, fixing systems where netstat was 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.