Live data from Hacker News

Bring Your Own Agent to Zed – Featuring Gemini CLI

zed.dev

51–53 of 53 posts

Re: Bring Your Own Agent to Zed – Featuring Gemini CLI

#52
post #25

I like Zed. It's super fast and seems to be getting lots of improvement constantly. My issue with it is when I use it on my codebase, it doesn't like my (probably old style) eslintrc. So it decides to go ahead and reformat my file on save :(.

I've seen a lot of similar complaints. I think it would be helpful when Zed sees a new codebase to offer an onboarding questionnaire and apply the settings that can't be auto-detected from the codebase itself: coding styles, linting configuration, etc.

Re: Bring Your Own Agent to Zed – Featuring Gemini CLI

#53

Okay, but what about Claude Code, the coding agent people actually use?

Had the same question when I read the release post. Naturally I took the ACP docs, Gemini CLI example and hacked together my own wrapper for Claude Code SDK to bridge it with Zed. It actually works and uses your Claude subscription. https://www.npmjs.com/package/claude-code-acp
Post reply on HN