Open the tool window
Use any of these:- Click CCG on the right tool-window strip
- Search in Find Action and run an open / focus CC GUI action
- Select code in the editor and press
Cmd+Alt+K(Windows / Linux:Ctrl+Alt+K)
Choose a provider
Open the provider picker at the bottom of the input box and start with one:
Use Claude Code for the first try. Per-engine details are in Providers / CLI.
Add credentials
Open Settings → Provider management.- Claude Code
- Codex
- Local CLI
Three common setups:
- Add provider: enter a name, API key, and base URL. Official direct access uses
https://api.anthropic.com. - Use local settings.json: authorize reading
~/.claude/settings.json. The plugin does not edit this file. - Use CLI login: use this if you already signed in with the Claude CLI in a terminal.
Send the shortest message
Go back to the chat view and type:Enter to send. If you changed the send shortcut to Cmd/Ctrl+Enter, use that instead.
When it works, you should see:
- Your message in the chat area
- Status change to thinking or tool use
- A streaming assistant reply

Try a reference on the first run
Send a code selection from the editor to CC GUI:- Select a few lines
- Right-click and send the selection to CC GUI, or press
Cmd+Alt+K(Windows / Linux:Ctrl+Alt+K) - The input box inserts
@file-path#Lstart-end - Add “Explain this code” and send
If you get no reply
For more troubleshooting, see FAQ.