Skip to content

2.0.6

Latest

Choose a tag to compare

@andrepimenta andrepimenta released this 23 Apr 21:49
· 3 commits to main since this release

[2.0.6] - 2026-04-23

πŸš€ Features Added

  • Smarter post-install setup: Fresh installs now "just work" without a VS Code restart. After install, the extension checks whether claude resolved on your PATH and, if not, auto-configures claudeCodeChat.executable.path to the known install location. An existing custom executable path is respected.
  • WSL: Node.js path is now optional: Recent Claude Code ships as a native binary and doesn't need Node. Leave the Node.js Path field blank unless you installed Claude via npm. The WSL settings panel was also reordered so Claude Path comes first.

πŸ› Bug Fixes

  • Rock-solid terminals across shells: Login, Model, /usage, and slash-command terminals now launch Claude directly instead of sending text through the shell. Fixes a class of quoting issues on Windows PowerShell and keeps behavior identical across PowerShell, cmd, bash, and zsh.