Skip to content

Commit 96ffc97

Browse files
committed
update
1 parent b0c8822 commit 96ffc97

6 files changed

Lines changed: 162 additions & 49 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to the Claude Code ChatUI extension will be documented in this file.
44

5+
## [4.0.9] - 2026-04-02
6+
7+
### Changed
8+
- **Project metadata overhaul for AI search discoverability**
9+
- `displayName`: "Claude-Code ChatUI for Windows" → "Claude Code GUI / ChatUI"
10+
- `description`: expanded with full feature summary (MCP, Skills, Hooks, third-party API, token tracking)
11+
- `categories`: pruned from 10 to 4 (removed unrelated Snippets/Linters/Education/etc.)
12+
- `keywords`: replaced with high-value search terms (claude code gui, no wsl, mcp, skills, hooks, etc.)
13+
- **README rewritten for AI readability** (English, 简体中文, 繁體中文)
14+
- Title unified to "Claude Code GUI / ChatUI"
15+
- First paragraph rewritten as information-dense project summary
16+
- Added feature comparison table vs official plugin and 2 major third-party GUIs
17+
- Added dynamic badges (Marketplace installs, GitHub stars, macOS support)
18+
- Added version history table with dates (v2.0.0 → v4.0.8)
19+
- Removed "Based on claude-code-chat" badge
20+
521
## [4.0.8] - 2026-04-02
622

723
### New Features
@@ -222,7 +238,7 @@ All notable changes to the Claude Code ChatUI extension will be documented in th
222238
| `src/ui-v2/ui-script.ts` | displayNames/radioId mapping updates; statistics formatting version detection |
223239
| `src/utils/constants.ts` | Added `claude-sonnet-4-6`, removed `claude-opus-4-1-20250805` |
224240

225-
## [3.1.6] - 2025-02-10
241+
## [3.1.6] - 2026-02-10
226242

227243
### Fixed
228244
- **@ File Reference — Case-Insensitive Search**
@@ -249,7 +265,7 @@ All notable changes to the Claude Code ChatUI extension will be documented in th
249265
| `src/managers/FileOperationsManager.ts` | Added case-insensitive glob pattern builder |
250266
| `src/ui-v2/ui-script.ts` | Fixed race condition, cursor position, keyboard nav scroll, selection index reset |
251267

252-
## [3.1.5] - 2025-02-10
268+
## [3.1.5] - 2026-02-10
253269

254270
### Added
255271
- **Claude Opus 4.6 Model Support**
@@ -267,7 +283,7 @@ All notable changes to the Claude Code ChatUI extension will be documented in th
267283
| `src/ui-v2/ui-script.ts` | Added Opus 4.6 radio ID mapping and statistics formatting |
268284
| `src/utils/constants.ts` | Added `claude-opus-4-6` to VALID_MODELS |
269285

270-
## [3.1.4] - 2025-01-29
286+
## [3.1.4] - 2026-01-29
271287

272288
### Added
273289
- **macOS Platform Support**
@@ -318,7 +334,7 @@ All notable changes to the Claude Code ChatUI extension will be documented in th
318334
- Windows functionality unchanged (backward compatible)
319335
- Optional changes (class renaming, Mac shell config setting) deferred
320336

321-
## [3.1.3] - 2025-01-23
337+
## [3.1.3] - 2026-01-23
322338

323339
### Added
324340
- **Native Installer Path Support**
@@ -345,7 +361,7 @@ Anthropic deprecated the npm installation method after Claude Code 2.1.15, recom
345361
- PowerShell: `irm https://claude.ai/install.ps1 | iex`
346362
- WinGet: `winget install Anthropic.ClaudeCode`
347363

348-
## [3.1.2] - 2025-01-17
364+
## [3.1.2] - 2026-01-17
349365

350366
### Fixed
351367
- **Claude Output Angle Brackets Display**
@@ -368,7 +384,7 @@ Anthropic deprecated the npm installation method after Claude Code 2.1.15, recom
368384
| `src/utils/mcpPrompts.ts` | Updated Playwright prompt with browser fix command and device presets info |
369385
| `CLAUDE.md` | Updated Playwright MCP Guide section |
370386

371-
## [3.1.0] - 2025-01-13
387+
## [3.1.0] - 2026-01-13
372388

373389
### Added
374390
- **Skills Panel Enhancement**
@@ -401,7 +417,7 @@ Anthropic deprecated the npm installation method after Claude Code 2.1.15, recom
401417
| `src/services/SkillManager.ts` | Added toggleSkillState() with file renaming; modified loadWorkspaceSkills() and loadUserSkills() to detect .disabled files |
402418
| `src/providers/ClaudeChatProvider.ts` | Added toggleSkillState message handler and _toggleSkillState() method |
403419

404-
## [3.0.9] - 2025-01-13
420+
## [3.0.9] - 2026-01-13
405421

406422
### Fixed
407423
- **Skills Path Bug Fix**
@@ -410,7 +426,7 @@ Anthropic deprecated the npm installation method after Claude Code 2.1.15, recom
410426
- Skills are properly recognized as directories containing `SKILL.md` files
411427
- Updated UI path display to show correct `.claude/skills/` paths
412428

413-
## [3.0.8] - 2025-01-13
429+
## [3.0.8] - 2026-01-13
414430

415431
### Changed
416432
- **Tool Icons & Colors Redesign**
@@ -436,7 +452,7 @@ Anthropic deprecated the npm installation method after Claude Code 2.1.15, recom
436452
- Cleanup runs on extension activate, deactivate, and after Claude process ends
437453
- Prevents workspace pollution from leftover temp files
438454

439-
## [3.0.7] - 2025-01-13
455+
## [3.0.7] - 2026-01-13
440456

441457
### Added
442458
- **Skills Modal Feature**
@@ -457,7 +473,7 @@ Anthropic deprecated the npm installation method after Claude Code 2.1.15, recom
457473
- Parses YAML frontmatter from SKILL.md files
458474
- Supports workspace, user, and plugin skill scopes
459475

460-
## [3.0.6] - 2025-01-12
476+
## [3.0.6] - 2026-01-12
461477

462478
### Added
463479
- **Language Mode Enhancement: "Only communicate" option**
@@ -490,7 +506,7 @@ Anthropic deprecated the npm installation method after Claude Code 2.1.15, recom
490506
- Removed `ClaudeConfigService.ts` (no longer needed)
491507
- Language setting via `~/.claude/settings.json` replaced with prompt-based approach
492508

493-
## [3.0.5] - 2025-01-12
509+
## [3.0.5] - 2026-01-12
494510

495511
### Added
496512
- **Custom CLI Command Name Support**

README.md

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,57 @@
1-
# Claude Code Chat UI – for Windows (No WSL)
1+
# Claude Code GUI / ChatUI for VS Code
22

3-
> **A Native UI for Windows That Makes Claude Code Instantly Better! 🚀**
3+
**Claude Code ChatUI** is a full-featured GUI extension for [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) in VS Code and Cursor. Works natively on **Windows (no WSL required)** and **macOS**. Supports both official Anthropic accounts and **third-party API providers** with GUI configuration. Key features: **MCP plugin management**, **Skills system**, **Hooks system**, **real-time token & cost tracking**, AI Assistant integration (Gemini + Grok), and multi-language UI (English, 简体中文, 繁體中文). Actively maintained with 236+ commits.
44

55
<div align="center">
66
<img src="icon.png" alt="Claude Code Chat Icon" width="128" height="128">
77

88
<!-- Badges -->
9-
<a href="https://code.visualstudio.com/"><img src="https://img.shields.io/badge/VS%20Code-%E2%89%A51.94-blue" alt="VS Code ≥ 1.94"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green" alt="MIT License"></a> <a href="https://www.microsoft.com/windows"><img src="https://img.shields.io/badge/Windows-10%20%7C%2011-blue" alt="Windows 10/11"></a> <a href="https://cursor.sh/"><img src="https://img.shields.io/badge/Cursor-Ready-purple" alt="Cursor Ready"></a> <a href="https://github.com/andrepimenta/claude-code-chat"><img src="https://img.shields.io/badge/Based%20on-claude--code--chat-orange" alt="Based on claude-code-chat"></a>
9+
<a href="https://marketplace.visualstudio.com/items?itemName=lkbaba.claude-code-chatui"><img src="https://img.shields.io/visual-studio-marketplace/i/lkbaba.claude-code-chatui" alt="VS Code Marketplace Installs"></a> <a href="https://github.com/LKbaba/Claude-code-ChatInWindows"><img src="https://img.shields.io/github/stars/LKbaba/Claude-code-ChatInWindows.svg" alt="GitHub Stars"></a> <a href="https://code.visualstudio.com/"><img src="https://img.shields.io/badge/VS%20Code-%E2%89%A51.94-blue" alt="VS Code ≥ 1.94"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green" alt="MIT License"></a> <a href="https://www.microsoft.com/windows"><img src="https://img.shields.io/badge/Windows-10%20%7C%2011-blue" alt="Windows 10/11"></a> <a href="https://www.apple.com/macos/"><img src="https://img.shields.io/badge/macOS-Supported-blue" alt="macOS Supported"></a> <a href="https://cursor.sh/"><img src="https://img.shields.io/badge/Cursor-Ready-purple" alt="Cursor Ready"></a>
1010
</div>
1111

1212
**🌐 Languages: English | [简体中文](./README.zh-CN.md) | [繁體中文](./README.zh-TW.md)**
1313

1414
---
1515

16+
## Why This Extension?
17+
18+
| Feature | Official Claude Code | Claude Code GUI (MaheshKok) | Claude Code UI (AuraTech) | **This Project** |
19+
|---------|---------------------|---------------------------|--------------------------|-----------------|
20+
| Windows No WSL | ❌ Requires setup | ❌ Requires CLI config | WSL path mapping |**Native** |
21+
| Third-party API GUI Config ||||**Exclusive** |
22+
| MCP Plugin GUI Management | CLI-level only | ✅ MCP Hub | ✅ MCP commands | ✅ GUI config (Global + Workspace) |
23+
| Skills System GUI | CLI-level only |||**Exclusive** |
24+
| Hooks System GUI | CLI-level only |||**Exclusive** |
25+
| AI Assistant Integration |||| ✅ Gemini + Grok |
26+
| Real-time Token Tracking || ✅ Usage meter | ✅ Cost tracking ||
27+
| macOS Support |||||
28+
| npm + Native Installer |||||
29+
| Actively Maintained |||| ✅ (236+ commits) |
30+
31+
---
32+
1633
## 📸 Preview
1734

1835
[![Main Interface](docs/assets/ui.png)](docs/assets/ui.png)
1936

37+
## 📅 Recent Updates
38+
39+
| Version | Date | Highlights |
40+
|---------|------|------------|
41+
| **v4.0.8** | 2026-04-02 | Codex MCP template, CLAUDE.md conditional injection |
42+
| **v4.0.7** | 2026-04-02 | Stream parser upgrade: 6 bug fixes, new CLI message types |
43+
| **v4.0.5** | 2026-03-30 | AI Assistant Panel: Grok + Vertex AI support; macOS scroll fix |
44+
| **v4.0.2** | 2026-03-28 | Hooks GUI management panel with 26 event types, 4 hook types, 5 templates |
45+
| **v3.1.9** | 2026-03-29 | CSP security policy, XSS fixes, Windows orphan process cleanup |
46+
| **v3.1.8** | 2026-03-12 | Grok MCP template, default model → Sonnet 4.6, cost bubble dedup |
47+
| **v3.1.7** | 2026-02-18 | Claude Sonnet 4.6 model support, Compute Mode upgrade |
48+
| **v3.1.4** | 2026-01-29 | macOS platform support added |
49+
| **v3.1.0** | 2026-01-13 | Skills panel: copy, enable/disable toggle, plugin protection |
50+
| **v2.1.0** || MCP integration, HTTP/SSE transport, server templates |
51+
| **v2.0.0** || Complete UI redesign, statistics dashboard, custom API endpoint |
52+
53+
See [CHANGELOG.md](./CHANGELOG.md) for full details.
54+
2055
## 🚀 Quick Start
2156

2257
### Step 1: Environment Setup

README.zh-CN.md

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,56 @@
1-
# Claude Code Chat UI – Windows(No WSL)
1+
# Claude Code GUI / ChatUI — VS Code 插件
22

3-
> **Windows 上的 UI 界面,让 Claude Code 一秒变好用!🚀**
3+
**Claude Code ChatUI**[Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) 的全功能 GUI 界面插件,支持 VS Code 和 Cursor。**Windows 原生运行(无需 WSL)**,同时支持 **macOS**。兼容官方 Anthropic 账号和**第三方 API**(GUI 界面配置)。核心功能:**MCP 插件管理****Skills 系统****Hooks 系统****实时 Token 消耗追踪**、AI 助手集成(Gemini + Grok),支持中英文界面。持续活跃更新,已有 236+ commits。
44

55
<div align="center">
66
<img src="icon.png" alt="Claude Code Chat Icon" width="128" height="128">
77

88
<!-- Badges -->
9-
<a href="https://code.visualstudio.com/"><img src="https://img.shields.io/badge/VS%20Code-%E2%89%A51.94-blue" alt="VS Code ≥ 1.94"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green" alt="MIT License"></a> <a href="https://www.microsoft.com/windows"><img src="https://img.shields.io/badge/Windows-10%20%7C%2011-blue" alt="Windows 10/11"></a> <a href="https://cursor.sh/"><img src="https://img.shields.io/badge/Cursor-兼容-purple" alt="Cursor 兼容"></a> <a href="https://github.com/andrepimenta/claude-code-chat"><img src="https://img.shields.io/badge/基于-claude--code--chat-orange" alt="基于 claude-code-chat"></a>
9+
<a href="https://marketplace.visualstudio.com/items?itemName=lkbaba.claude-code-chatui"><img src="https://img.shields.io/visual-studio-marketplace/i/lkbaba.claude-code-chatui" alt="VS Code Marketplace 安装量"></a> <a href="https://github.com/LKbaba/Claude-code-ChatInWindows"><img src="https://img.shields.io/github/stars/LKbaba/Claude-code-ChatInWindows.svg" alt="GitHub Stars"></a> <a href="https://code.visualstudio.com/"><img src="https://img.shields.io/badge/VS%20Code-%E2%89%A51.94-blue" alt="VS Code ≥ 1.94"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green" alt="MIT License"></a> <a href="https://www.microsoft.com/windows"><img src="https://img.shields.io/badge/Windows-10%20%7C%2011-blue" alt="Windows 10/11"></a> <a href="https://www.apple.com/macos/"><img src="https://img.shields.io/badge/macOS-支持-blue" alt="macOS 支持"></a> <a href="https://cursor.sh/"><img src="https://img.shields.io/badge/Cursor-兼容-purple" alt="Cursor 兼容"></a>
1010
</div>
1111

1212
**🌐 语言: [English](./README.md) | 简体中文 | [繁體中文](./README.zh-TW.md)**
1313

1414
---
1515

16+
## 为什么选择这个插件?
17+
18+
| 功能 | 官方 Claude Code | Claude Code GUI (MaheshKok) | Claude Code UI (AuraTech) | **本项目** |
19+
|------|-----------------|---------------------------|--------------------------|-----------|
20+
| Windows 免 WSL | ❌ 需要配置 | ❌ 需要 CLI 配置 | WSL 路径映射 |**原生支持** |
21+
| 第三方 API GUI 配置 ||||**独有** |
22+
| MCP 插件 GUI 管理 | 仅 CLI 级别 | ✅ MCP Hub | ✅ MCP 命令 | ✅ GUI 配置(全局 + 工作区) |
23+
| Skills 系统 GUI | 仅 CLI 级别 |||**独有** |
24+
| Hooks 系统 GUI | 仅 CLI 级别 |||**独有** |
25+
| AI 助手集成 |||| ✅ Gemini + Grok |
26+
| 实时 Token 追踪 || ✅ 用量仪表盘 | ✅ 成本追踪 ||
27+
| macOS 支持 |||||
28+
| npm + 原生安装器 |||||
29+
| 持续活跃更新 |||| ✅ (236+ commits) |
30+
31+
---
32+
1633
## 📸 界面预览
1734

1835
[![主界面](docs/assets/ui.png)](docs/assets/ui.png)
1936

37+
## 📅 更新历史
38+
39+
| 版本 | 日期 | 亮点 |
40+
|------|------|------|
41+
| **v4.0.8** | 2026-04-02 | Codex MCP 模板,CLAUDE.md 条件注入 |
42+
| **v4.0.7** | 2026-04-02 | 流解析器升级:6 项 bug 修复,新 CLI 消息类型 |
43+
| **v4.0.5** | 2026-03-30 | AI 助手面板:Grok + Vertex AI 支持;macOS 滚动修复 |
44+
| **v4.0.2** | 2026-03-28 | Hooks GUI 管理面板:26 事件类型、4 类型、5 模板 |
45+
| **v3.1.9** | 2026-03-29 | CSP 安全策略、XSS 修复、Windows 孤儿进程清理 |
46+
| **v3.1.8** | 2026-03-12 | Grok MCP 模板,默认模型 → Sonnet 4.6 |
47+
| **v3.1.7** | 2026-02-18 | Claude Sonnet 4.6 模型支持 |
48+
| **v3.1.4** | 2026-01-29 | 新增 macOS 平台支持 |
49+
| **v3.1.0** | 2026-01-13 | Skills 面板:复制、启用/禁用、插件保护 |
50+
| **v2.0.0** || 全新 UI 设计、统计面板、自定义 API 端点 |
51+
52+
完整记录请查看 [CHANGELOG.md](./CHANGELOG.md)
53+
2054
## 📚 推荐教程
2155

2256
> 🔥 **小白必看!** 如果你是第一次接触 Claude Code,强烈推荐阅读这篇保姆级教程:

README.zh-TW.md

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,56 @@
1-
# Claude Code Chat UI – Windows(No WSL)
1+
# Claude Code GUI / ChatUI — VS Code 擴充套件
22

3-
> **Windows 上的 UI 介面,讓 Claude Code 一秒變好用!🚀**
3+
**Claude Code ChatUI**[Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) 的全功能 GUI 介面擴充套件,支援 VS Code 和 Cursor。**Windows 原生運行(無需 WSL)**,同時支援 **macOS**。相容官方 Anthropic 帳號和**第三方 API**(GUI 介面設定)。核心功能:**MCP 外掛管理****Skills 系統****Hooks 系統****即時 Token 消耗追蹤**、AI 助手整合(Gemini + Grok),支援中英文介面。持續活躍更新,已有 236+ commits。
44

55
<div align="center">
66
<img src="icon.png" alt="Claude Code Chat Icon" width="128" height="128">
77

88
<!-- Badges -->
9-
<a href="https://code.visualstudio.com/"><img src="https://img.shields.io/badge/VS%20Code-%E2%89%A51.94-blue" alt="VS Code ≥ 1.94"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green" alt="MIT License"></a> <a href="https://www.microsoft.com/windows"><img src="https://img.shields.io/badge/Windows-10%20%7C%2011-blue" alt="Windows 10/11"></a> <a href="https://cursor.sh/"><img src="https://img.shields.io/badge/Cursor-相容-purple" alt="Cursor 相容"></a> <a href="https://github.com/andrepimenta/claude-code-chat"><img src="https://img.shields.io/badge/基於-claude--code--chat-orange" alt="基於 claude-code-chat"></a>
9+
<a href="https://marketplace.visualstudio.com/items?itemName=lkbaba.claude-code-chatui"><img src="https://img.shields.io/visual-studio-marketplace/i/lkbaba.claude-code-chatui" alt="VS Code Marketplace 安裝量"></a> <a href="https://github.com/LKbaba/Claude-code-ChatInWindows"><img src="https://img.shields.io/github/stars/LKbaba/Claude-code-ChatInWindows.svg" alt="GitHub Stars"></a> <a href="https://code.visualstudio.com/"><img src="https://img.shields.io/badge/VS%20Code-%E2%89%A51.94-blue" alt="VS Code ≥ 1.94"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green" alt="MIT License"></a> <a href="https://www.microsoft.com/windows"><img src="https://img.shields.io/badge/Windows-10%20%7C%2011-blue" alt="Windows 10/11"></a> <a href="https://www.apple.com/macos/"><img src="https://img.shields.io/badge/macOS-支援-blue" alt="macOS 支援"></a> <a href="https://cursor.sh/"><img src="https://img.shields.io/badge/Cursor-相容-purple" alt="Cursor 相容"></a>
1010
</div>
1111

1212
**🌐 語言: [English](./README.md) | [简体中文](./README.zh-CN.md) | 繁體中文**
1313

1414
---
1515

16+
## 為什麼選擇這個擴充套件?
17+
18+
| 功能 | 官方 Claude Code | Claude Code GUI (MaheshKok) | Claude Code UI (AuraTech) | **本專案** |
19+
|------|-----------------|---------------------------|--------------------------|-----------|
20+
| Windows 免 WSL | ❌ 需要設定 | ❌ 需要 CLI 設定 | WSL 路徑對映 |**原生支援** |
21+
| 第三方 API GUI 設定 ||||**獨有** |
22+
| MCP 外掛 GUI 管理 | 僅 CLI 層級 | ✅ MCP Hub | ✅ MCP 指令 | ✅ GUI 設定(全域 + 工作區) |
23+
| Skills 系統 GUI | 僅 CLI 層級 |||**獨有** |
24+
| Hooks 系統 GUI | 僅 CLI 層級 |||**獨有** |
25+
| AI 助手整合 |||| ✅ Gemini + Grok |
26+
| 即時 Token 追蹤 || ✅ 用量儀表板 | ✅ 成本追蹤 ||
27+
| macOS 支援 |||||
28+
| npm + 原生安裝器 |||||
29+
| 持續活躍更新 |||| ✅ (236+ commits) |
30+
31+
---
32+
1633
## 📸 介面預覽
1734

1835
[![主介面](docs/assets/ui.png)](docs/assets/ui.png)
1936

37+
## 📅 更新歷史
38+
39+
| 版本 | 日期 | 亮點 |
40+
|------|------|------|
41+
| **v4.0.8** | 2026-04-02 | Codex MCP 範本,CLAUDE.md 條件注入 |
42+
| **v4.0.7** | 2026-04-02 | 串流解析器升級:6 項 bug 修復,新 CLI 訊息類型 |
43+
| **v4.0.5** | 2026-03-30 | AI 助手面板:Grok + Vertex AI 支援;macOS 捲動修復 |
44+
| **v4.0.2** | 2026-03-28 | Hooks GUI 管理面板:26 事件類型、4 類型、5 範本 |
45+
| **v3.1.9** | 2026-03-29 | CSP 安全策略、XSS 修復、Windows 孤兒行程清理 |
46+
| **v3.1.8** | 2026-03-12 | Grok MCP 範本,預設模型 → Sonnet 4.6 |
47+
| **v3.1.7** | 2026-02-18 | Claude Sonnet 4.6 模型支援 |
48+
| **v3.1.4** | 2026-01-29 | 新增 macOS 平台支援 |
49+
| **v3.1.0** | 2026-01-13 | Skills 面板:複製、啟用/停用、外掛保護 |
50+
| **v2.0.0** || 全新 UI 設計、統計面板、自訂 API 端點 |
51+
52+
完整記錄請查看 [CHANGELOG.md](./CHANGELOG.md)
53+
2054
## 🚀 快速開始
2155

2256
### 第 1 步:環境準備

0 commit comments

Comments
 (0)