You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,66 @@ All notable changes to the "claude-code-chat" extension will be documented in th
4
4
5
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
6
7
+
## [2.0.6] - 2026-04-23
8
+
9
+
### 🚀 Features Added
10
+
-**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.
11
+
-**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.
12
+
13
+
### 🐛 Bug Fixes
14
+
-**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.
15
+
16
+
### 🔧 Technical Improvements
17
+
- Terminal sites now use `createTerminal`'s `shellPath`/`shellArgs` — no shell quoting, consistent env inheritance, identical behavior across OSes.
18
+
19
+
## [2.0.4] - 2026-04-21
20
+
21
+
### 🚀 Features Added
22
+
-**Plan Mode (Improved)**:
23
+
- Plans now render as beautifully formatted markdown with headings, lists, and code blocks
24
+
- Suggested actions shown as clickable buttons below the plan (e.g. "run npm build")
25
+
- Permission prompt says "Approve the plan above?" with an Approve button instead of the generic tool approval
0 commit comments