|
|
|
|
|
by Abishek_Muthian
171 days ago
|
|
I just have a minimalist setup. Configuration - In external agents - I have Calude Code, Codex CLI, Gemini CLI and a custom agent for Qwen Coder via Llama.cpp [1] In MCP - I have fetch, brave-search, puppeteer In LLM Providers - I have configured Llama.cpp, LMStudio and OpenAI (Zed Agent can access models from any of these providers). Workflow - When I need LLM assist I mostly use just Claude Code for specific tasks, with thorough scaffolding. One major drawback in using external agents on Zed is that they don't support history[2], Which doesn't impact me much as I use Claude just for individual tasks. I'm not really sure on how well Zed works for someone who 'vibecodes' entire project. [1] https://zed.dev/docs/ai/external-agents [2] https://github.com/zed-industries/zed/issues/37074 |
|