Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod anthropic; 2pub mod cloud; 3pub mod copilot_chat; 4pub mod deepseek; 5pub mod google; 6pub mod lmstudio; 7pub mod mistral; 8pub mod ollama; 9pub mod open_ai;