Install and open
The Marketplace search does not find CCGUI
The Marketplace search does not find CCGUI
Search
CCGUI or MossX. The full display name is CCGUI / CC GUI(Claude Codex OpenCode Kimi), and the extension ID is MossX.vscode-cc-gui.You can also open the Marketplace page and click Install. VS Code must be 1.85 or later.Node.js and SDKs
It says Node.js was not found or the version is too old
It says Node.js was not found or the version is too old
CC GUI needs Node.js 20+, and it only uses the extension’s own path. It does not change the project terminal.
- Install a separate Node 20+
- Run
node -p "process.execPath" - Paste the full path into Settings → General → Environment, or into
ccGui.nodePath - On Windows it must point to
node.exe
It says the SDK is not installed
It says the SDK is not installed
Open Settings → SDK dependencies and install the Claude Agent SDK or Codex SDK. Go to install in the chat area jumps to this page.If Codex is missing CLI integrity, it also shows as not installed and you need to install it again.
SDK install failed
SDK install failed
Copy the install log to an AI in your local terminal, or send it to GitHub. Common causes:
- Wrong Node path
- npm registry or network blocked
- No write permission on
~/.codemoss/dependencies/
Providers and login
Claude says no provider is configured
Claude says no provider is configured
Open Settings → Provider management → Claude Code and pick one:
- Add a provider with an API key
- Authorize reading
~/.claude/settings.json - Authorize an existing CLI login
A subscription account works in the terminal but not in the extension
A subscription account works in the terminal but not in the extension
For Claude:
- Sign in successfully in a terminal
- Keep
envempty in~/.claude/settings.json - Restart VS Code
- If it still fails, add
HTTP_PROXYusing the proxy example in Claude Code
codex login first, authorize reading ~/.codex/, then restart VS Code.A CLI stays Not installed
A CLI stays Not installed
The extension does not install Grok / Kimi / OpenCode / Pi for you. Confirm
xxx --version works in a system terminal, then go to Settings → Provider management → CLI and click Detect again.VS Code launched from the Dock / Start menu sometimes cannot see the terminal PATH. Add the install directory to the system environment variables, then restart VS Code. See Detect and install.During a chat
I clicked Send and got no reply
I clicked Send and got no reply
Check in this order:
- Is the current provider enabled?
- Is the SDK or CLI ready?
- Are you stuck on a permission / question dialog?
- Is there an error in Output → CC GUI?
Stop does not kill a CLI
Stop does not kill a CLI
From 0.1.3, Stop ends the Grok / Kimi / OpenCode / Pi child process. Upgrade to the latest Marketplace version. After you stop it yourself, the completion toast and sound do not play.
An old message still flashes in a new session
An old message still flashes in a new session
0.1.3 fixed leftovers from delayed writes. If it still happens after you upgrade, open another editor tab instead of reusing the current one.
A tool call spinner never stops
A tool call spinner never stops
0.1.2 fixed a spinner that stayed after multi-step tools finished. Upgrade first. If it still happens, turn on the debug log, keep that turn, and file an issue.
Grok cannot see an image I sent
Grok cannot see an image I sent
From 0.1.2, images are passed to Grok with
--prompt-file. Upgrade, and confirm the attachment thumbnail is still in the input box.Debugging
How do I turn on the debug log and developer tools
How do I turn on the debug log and developer tools
- Open Settings → General → Behavior → Debug log, or enable
ccGui.enableDebugLog - Logs are in View → Output → CC GUI
- A developer tools button appears in the view title bar. You can also run CC GUI: Open Webview Developer Tools