Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8e13b9

Browse files
authored
docs: Claude ACP in IntelliJ instruction in README.md (Alishahryar1#133)
1 parent 5513101 commit e8e13b9

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,31 @@ To switch back to Anthropic models, comment out the added block and reload exten
235235

236236
</details>
237237

238+
239+
<details>
240+
<summary><b>IntelliJ Extension Setup</b></summary>
241+
242+
1. Open the configuration file:
243+
- **Windows**: `C:\Users\%USERNAME%\AppData\Roaming\JetBrains\acp-agents\installed.json`
244+
- **Linux/macOS**: `~/.jetbrains/acp.json`
245+
2. Inside acp.registry.claude-acp, change:
246+
247+
```
248+
"env": {}
249+
```
250+
to
251+
252+
```
253+
"env": {
254+
"ANTHROPIC_AUTH_TOKEN": "freecc",
255+
"ANTHROPIC_BASE_URL": "http://localhost:8082"
256+
}
257+
```
258+
3. Start the proxy server
259+
4. Restart IDE
260+
261+
</details>
262+
238263
<details>
239264
<summary><b>Multi-Model Support (Model Picker)</b></summary>
240265

0 commit comments

Comments
 (0)