Support for claude-code-router #39290
Replies: 3 comments 2 replies
-
|
It will be nice if someone show cases of how to use claude code wrappers inside zed |
Beta Was this translation helpful? Give feedback.
-
|
amen.. i would use zed so much more if claude-code-router support was addded. |
Beta Was this translation helpful? Give feedback.
-
|
Hey, I think I just found a workaround You can just setup the claude-code-router {
"env": {
"ANTHROPIC_BASE_URL": "http://localhost:3456",
"ANTHROPIC_AUTH_TOKEN": "dummy-key-for-router"
}
}You can also configure custom environment variables directly in Zed's settings. Open your Zed settings (cmd-, or ctrl-,) and add: {
"agent_servers": {
"claude": {
"env": {
"ANTHROPIC_BASE_URL": "http://localhost:3456",
"ANTHROPIC_AUTH_TOKEN": "dummy-key-for-router"
}
}
}
}Then restart Zed |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Claude Code Routers enable using claude code app with other AI providers such as Openrouter
https://github.com/musistudio/claude-code-router
Is it possible to use it with built in Zed Claude Code ?
Beta Was this translation helpful? Give feedback.
All reactions