Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod completion_provider; 2mod message_history; 3mod thread_view; 4 5pub use message_history::MessageHistory; 6pub use thread_view::AcpThreadView;