Building the editor I always wanted to use.
Just launched a major update to my custom fork of the Zed editor, focusing on giving the AI agent genuine, long-term capabilities.
What's new:
- Persistent Memory: The agent now uses SQLite to remember and recall your project's architecture, patterns, and issues across sessions. No more repeating yourself every morning.
- Headless Web Browsing: Integrated a headless Chrome engine. Type /search and the agent will browse the web (even React sites!) to find and synthesize answers directly in your chat panel.
- LSP Symbol Search: Upgraded from regex indexing to true, type-aware Language Server integration.
- Azure Anthropic & Caching: Natively supports Azure endpoints and enables token-caching UI by default., saves a lot $, prompts are customized to increase prompt caching.
- Importantly, complete control the agents system prompts and tool calls.
It’s fast, incredibly capable, and built entirely in Rust. Check out the repo to see it in action: https://lnkd.in/guC9td4M. Binaries notarized for mac!
#Zed #Rust #AI #DeveloperProductivity