Vscode Cc Gui
Description
100% 开源的 Claude Code CLI 与 Codex 图形界面(VS Code 插件)。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
CCGUI / CC GUI (Claude, Codex, OpenCode, Kimi...)
[中文](./README.zh-CN.md)
**CCGUI** (also known as **CC GUI** / **ccgui**) is a 100% open-source GUI for Claude Code CLI, Codex, OpenCode, Kimi, Grok, and more — shipped as a VS Code extension.
**Unofficial.** CC GUI is an independent open-source project and is **not affiliated with, endorsed by, or sponsored by** Anthropic, OpenAI, Microsoft, or other third-party tool vendors.
Build and Package the VSIX
From the project root:
npm install
cd webview && npm install && cd ..
cd ai-bridge && npm install && cd ..
npm run build
npm exec --yes --package=@vscode/vsce -- vsce package
The generated file is named `vscode-cc-gui-.vsix` in the project root. Install it in VS Code with:
code --install-extension ./vscode-cc-gui-0.1.1.vsix
Repair a broken global `vsce` command
If a global `vsce` install is broken, reinstall it:
npm uninstall -g @vscode/vsce
npm install -g @vscode/vsce
vsce package
License
[MIT](./LICENSE)
Contributors
Thanks to everyone who has helped make CC GUI better.
Acknowledgements
- This project was originally adapted from jetbrains-cc-gui, with permission from the original author.
- The Design · Usage Statistics module is largely based on the TokenTracker source code.
Trademarks
- Claude and Claude Code are trademarks of Anthropic, PBC.
- Codex, ChatGPT, and OpenAI are trademarks of OpenAI.
- Visual Studio Code and VS Code are trademarks of Microsoft Corporation.
These names are used solely to describe third-party products and technologies that this extension is compatible with or integrates. They do
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11