1. Set up Node.js 18+
The VS Code docs require Node 20+. The JetBrains plugin follows this repo’s detection code, which is currently 18+.
1
Install a separate Node 18+
Use the official installer, nvm, fnm, or a system package manager. Then run this in that environment:Save the full path. On Windows it must point to
node.exe.2
Paste it into CC GUI
Open CC GUI → Settings → General → Environment, paste the path into the plugin-only Node.js field, then click Save.If you leave it empty, the plugin tries to detect
node on PATH.
2. Install the Claude / Codex SDKs
Claude Code and Codex need their SDKs. The plugin installs them into your user directory (shared with the VS Code extension under a path such as~/.codemoss/dependencies/).
Matching npm packages:
- Claude:
@anthropic-ai/claude-agent-sdk - Codex:
@openai/codex-sdk
1
Open SDK dependencies
In CC GUI, click Settings → SDK dependencies.
2
Install what is missing
Click Install for any SDK that is not installed.
3
Confirm the version
After install you should see the current version. Codex also checks CLI integrity. If that check fails, the status stays uninstalled.

If the chat area says the SDK is not installed, Go to install jumps to this page.
3. Install local CLIs as needed
The plugin does not install Grok, Kimi, OpenCode, or Pi for you. Install them in a system terminal, confirm the commands work, then go back to Settings → Provider management → CLI and click Detect again. Install commands live on each engine page:
Skip this step if you only want Claude or Codex working first. For detection and PATH troubleshooting, see Detect and install.