Does anyone have python library for ACP? Looking to integrate my agent with this.
remorses 9/4/2025||
No support for multiple agents at the same time is a non starter
peterson_lock 9/3/2025||
> Credit balance is too low
I have a subscription to Claude. What gives?
dcre 9/3/2025||
When you run Claude Code it lets you pick between API key and Claude subscription login. It sounds like it found an API key in your env and is trying to use that. You may have to find a way to trigger a login to get you into your subscription account.
peterson_lock 9/3/2025|||
Yep, that was it. I had an Anthropic API Key set in Zed. Resetting that (after typing /login in the agent window) did the trick!
unshavedyak 9/3/2025|||
In the terminal based Claude Code, use /logout and /login to switch billing iirc.
ncdlek 9/3/2025||
I wish someone integrate qwen-coder as well
shallow-mind 9/3/2025||
I actually works already, just add new agent definition:
Zed "just works" with ollama, so if you install a qwen modal locally you're set.
eli 9/3/2025|||
Is that much different from just using the Zed agent with Qwen via API?
vitorgrs 9/3/2025||
Qwen-Coder is free.
pbd 9/3/2025|||
agreed. waiting for qwen here as well.
jimmydoe 9/3/2025|||
qwen keep rebase gemeni so I guess just wait?
sieabahlpark 9/3/2025||
[dead]
zeld4 9/3/2025||
the integration is nice, but has some rough edges, I ran into situations that things becomes hard to stop
benbristow 9/3/2025||
Still no Windows support for Zed, meh.
yobert 9/3/2025|
It will come! Linux support is only recently getting good. They'll get there.
legrandmag 9/3/2025||
Bnbn
apwell23 9/3/2025||
what i am missing by using claude cli with nvim. i don't understand why editor integration needed.
nertzy 9/3/2025||
The editor treats edits from Claude Code as a first class citizen. You can easily review, approve, rollback, etc. Claude's changes in a curated experience that is much faster than digging around in diffs or needing to approve each edit as it is proposed.
i open my nvim on a socket and tell calude code cli about it.
my claude.md has a line "look for lsp errors when you are done editing" so it communicates with neovim on the socket and gets whatever it needs from editor.
unshavedyak 9/3/2025|||
Yea, having tried claude code a lot over the last couple months reviewing code is the #1 job in my view. Any tool that helps you do that more quickly and easily is essential to guarding from slop slip through. What a world heh.
manojlds 9/3/2025||
It's just about polish and tightness of integration or may even be lack of it. Claude Code for VSCode is basically Claude Code running in VSCode terminal with some integrations for open file, selections and diffs.