Releases: LKbaba/Claude-code-ChatInWindows
Releases · LKbaba/Claude-code-ChatInWindows
v4.1.0 — Claude Opus 4.7 Support + xHigh Thinking + /ultrareview
New Features
- Claude Opus 4.7 model support — Added
claude-opus-4-7to model selector with pricing ($5/$25 per M tokens), display names, and stats parsing across all UI components - xHigh thinking intensity — New intensity level between Ultrathink and Sequential Thinking for maximum depth reasoning; added to settings slider, config enum, and restore logic
- /ultrareview slash command — Deep code review with bug detection & design analysis, leveraging Opus 4.7+ capabilities
Fixed
- Compute Mode restore bug —
_restoreComputeModeState()referenced staleclaude-sonnet-4-5-20250929instead ofclaude-sonnet-4-6, causing Max mode to fail silently on VS Code restart - Stale model comment — Updated "uses Sonnet 4.5" reference to "uses Sonnet 4.6" in compute mode tooltip
Files Modified
| File | Changes |
|---|---|
src/utils/constants.ts |
Added claude-opus-4-7 to VALID_MODELS |
src/providers/ClaudeChatProvider.ts |
Pricing, displayName, switch case, xhigh thinking, restoreComputeMode fix |
src/ui-v2/getBodyContent.ts |
Model selector, /ultrareview, thinking slider max=5 |
src/ui-v2/ui-script.ts |
displayNames, radioId, stats parsing, intensityValues/Names, loop bound, comment fix |
package.json |
Version bump, thinking.intensity enum |
Install
Download claude-code-chatui-4.1.0.vsix below, then in VS Code: Ctrl+Shift+P → "Install from VSIX"
v4.0.10
Fixed
- Cursor compatibility: history switch crash (闪退) —
show()previously forcedpanel.reveal(ViewColumn.Two), which caused Cursor (post-update) to dispose and recreate the WebviewPanel when its layout engine rejected the column change. Now reveals in the panel's current column withpreserveFocus=true. - History panel XSS / DOM injection —
displayConversationList()now usestextContentfor user message fields instead of rawinnerHTML, preventing HTML characters in messages from breaking the DOM structure.
v4.0.9 — AI Search Discoverability + Metadata Overhaul
What's New
Project Metadata Overhaul
- displayName:
Claude-Code ChatUI for Windows→Claude Code GUI / ChatUI - description: Expanded with full feature summary (MCP, Skills, Hooks, third-party API, token tracking)
- keywords: Replaced with high-value search terms
- categories: Pruned from 10 to 4
README Rewritten for AI Readability (EN / 简体中文 / 繁體中文)
- Added feature comparison table vs official plugin and 2 major third-party GUIs
- Added dynamic badges (Marketplace installs, GitHub stars, macOS)
- Added version history table with dates (v2.0.0 → v4.0.8)
- First paragraph rewritten as information-dense project summary
CHANGELOG Date Fix
- Fixed 11 version dates from
2025-to2026-(v3.0.5 ~ v3.1.6)
Key Differentiators
| Feature | Official | Claude Code GUI | Claude Code UI | This Project |
|---|---|---|---|---|
| Windows No WSL | ❌ | ❌ | WSL mapping | ✅ Native |
| Third-party API GUI | ❌ | ❌ | ❌ | ✅ Exclusive |
| Skills System GUI | CLI only | ❌ | ❌ | ✅ Exclusive |
| Hooks System GUI | CLI only | ❌ | ❌ | ✅ Exclusive |
| AI Assistant (Gemini+Grok) | ❌ | ❌ | ❌ | ✅ |
Install
- VS Code Marketplace: Search
Claude Code GUIorlkbaba - Direct: Marketplace Link
- VSIX: Download from assets below
How to Install .vsix
📦 How to Install:
Beta version(Latest-version) for the 2.1.x Claude Code
claude-code-chatui-4.0.8.zip
Download the .zip file attached below(Stable-version)
claude-code-chatui-3.1.8.zip
Extract it to get claude-code-chatinwindows-3.1.x.vsix
Install the .vsix file in VS Code/Cursor
Full Changelog: v3.0.4...v3.1.0
How to Install .vsix
📦 How to Install:
- Download the .zip file attached below(Stable-version)
claude-code-chatui-1.5.1.zip - Extract it to get claude-code-chatinwindows-1.5.x.vsix
- Install the .vsix file in VS Code/Cursor
Beta version(Latest-version):
claude-code-chatui-1.5.1.zip
Old Stable-version:
- Download the .zip file attached below
claude-code-chatui-1.4.9.zip - Extract it to get claude-code-chatinwindows-1.4.x.vsix
- Install the .vsix file in VS Code/Cursor
v1.3
📦 How to Install:
- Download the .zip file attached below
claude-code-chatui-1.3.4.zip - Extract it to get claude-code-chatinwindows-1.3.x.vsix
- Install the .vsix file in VS Code/Cursor