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
@@ -401,7 +417,7 @@ Anthropic deprecated the npm installation method after Claude Code 2.1.15, recom
401
417
|`src/services/SkillManager.ts`| Added toggleSkillState() with file renaming; modified loadWorkspaceSkills() and loadUserSkills() to detect .disabled files |
402
418
|`src/providers/ClaudeChatProvider.ts`| Added toggleSkillState message handler and _toggleSkillState() method |
403
419
404
-
## [3.0.9] - 2025-01-13
420
+
## [3.0.9] - 2026-01-13
405
421
406
422
### Fixed
407
423
-**Skills Path Bug Fix**
@@ -410,7 +426,7 @@ Anthropic deprecated the npm installation method after Claude Code 2.1.15, recom
410
426
- Skills are properly recognized as directories containing `SKILL.md` files
411
427
- Updated UI path display to show correct `.claude/skills/` paths
412
428
413
-
## [3.0.8] - 2025-01-13
429
+
## [3.0.8] - 2026-01-13
414
430
415
431
### Changed
416
432
-**Tool Icons & Colors Redesign**
@@ -436,7 +452,7 @@ Anthropic deprecated the npm installation method after Claude Code 2.1.15, recom
436
452
- Cleanup runs on extension activate, deactivate, and after Claude process ends
437
453
- Prevents workspace pollution from leftover temp files
438
454
439
-
## [3.0.7] - 2025-01-13
455
+
## [3.0.7] - 2026-01-13
440
456
441
457
### Added
442
458
-**Skills Modal Feature**
@@ -457,7 +473,7 @@ Anthropic deprecated the npm installation method after Claude Code 2.1.15, recom
457
473
- Parses YAML frontmatter from SKILL.md files
458
474
- Supports workspace, user, and plugin skill scopes
Copy file name to clipboardExpand all lines: README.md
+38-3Lines changed: 38 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,57 @@
1
-
# Claude Code Chat UI – for Windows (No WSL)
1
+
# Claude Code GUI / ChatUI for VS Code
2
2
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.
0 commit comments