Skip to content

Commit c112243

Browse files
andrepimentaclaude
andcommitted
Add 2.0.4 and 2.0.6 release notes to CHANGELOG
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cb5943e commit c112243

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,66 @@ All notable changes to the "claude-code-chat" extension will be documented in th
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

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
26+
- **MCP, Skills & Plugins Marketplace**:
27+
- Browse 30+ curated MCP servers (GitHub, Slack, Stripe, Notion, Supabase, etc.)
28+
- Search across both add-mcp curated and official Anthropic registries with smart ranking
29+
- Install MCP servers to project (`.mcp.json`) or global (`~/.claude.json`)
30+
- Skills marketplace with one-click install via `npx skills add`
31+
- Plugins marketplace to extend Claude Code
32+
- OAuth authentication support — open terminal to log in to MCPs
33+
- **150+ AI Models via OpenCredits**:
34+
- Quick model switching: GPT, Gemini, MiniMax, Kimi, GLM, DeepSeek buttons above the text box
35+
- Browse and select from 150+ models across providers
36+
- Pay-as-you-go with OpenCredits — no subscription needed
37+
- US & EU provider filtering option in settings
38+
- Model selection persists correctly after checkout
39+
- **Image Preview**:
40+
- Paste or pick images with thumbnail preview before sending
41+
- Remove attached images before sending
42+
- Multiple image attachments per message
43+
- Image paths in text auto-detected and sent as base64
44+
- **Support & Feedback**:
45+
- "Support" button in status bar to send bug reports and feature requests
46+
- Submissions sent directly to Discord
47+
48+
### 🎨 UI Improvements
49+
- Inline stop button replaces send button during processing
50+
- Self-hosted Umami analytics with editor tracking (VS Code vs Cursor)
51+
- BETA badge on model section with instant tooltip
52+
- Cleaner model selector and Browse All Models alignment
53+
54+
### 🐛 Bug Fixes & Reliability
55+
- Fix model not being selected after OpenCredits checkout
56+
- Fix provider choice modal appearing unexpectedly after settings changes
57+
- Fix duplicate login error toast
58+
- Fix WSL environment variable passthrough for OpenCredits
59+
- Fix Windows URL opening with `start` command
60+
- Fix `--mcp-config` error on fresh installs
61+
- Await `setEnvsDisabled` so settings reflect changes immediately
62+
- Skip npx install prompt with `-y` flag for skills
63+
- Better install error messages (Node.js 18+ requirement)
64+
- Add node and mocha types to tsconfig for clean editor diagnostics
65+
- Remove debug `console.log`s, add `console.error` to empty catch blocks
66+
767
## [1.1.0] - 2025-12-06
868

969
### 🚀 Features Added

0 commit comments

Comments
 (0)