mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-26 10:31:07 +00:00
docs: Claude ACP in IntelliJ instruction in README.md (#133)
Some checks are pending
CI / checks (push) Waiting to run
Some checks are pending
CI / checks (push) Waiting to run
This commit is contained in:
parent
55131019e1
commit
e8e13b9fea
1 changed files with 25 additions and 0 deletions
25
README.md
25
README.md
|
|
@ -235,6 +235,31 @@ To switch back to Anthropic models, comment out the added block and reload exten
|
|||
|
||||
</details>
|
||||
|
||||
|
||||
<details>
|
||||
<summary><b>IntelliJ Extension Setup</b></summary>
|
||||
|
||||
1. Open the configuration file:
|
||||
- **Windows**: `C:\Users\%USERNAME%\AppData\Roaming\JetBrains\acp-agents\installed.json`
|
||||
- **Linux/macOS**: `~/.jetbrains/acp.json`
|
||||
2. Inside acp.registry.claude-acp, change:
|
||||
|
||||
```
|
||||
"env": {}
|
||||
```
|
||||
to
|
||||
|
||||
```
|
||||
"env": {
|
||||
"ANTHROPIC_AUTH_TOKEN": "freecc",
|
||||
"ANTHROPIC_BASE_URL": "http://localhost:8082"
|
||||
}
|
||||
```
|
||||
3. Start the proxy server
|
||||
4. Restart IDE
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Multi-Model Support (Model Picker)</b></summary>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue