Local Cursor-style AI inside Zed: early architecture and repo
An experimental Zed IDE fork is adding local AI features—semantic code search, cross-file reasoning, and web browsing—backed by vector DB indexing and local models (Ollama/llama.cpp or OpenAI-compatible APIs). The author seeks concrete guidance on AST-aware chunking, incremental re-indexing for mult...