Q: Compatibility
Right now I've actually been using Zed for a code editor along side LM Studio to host coding models locally. Would this be compatible with a setup like that or does it require using online tools like Claude or specific editors?
One issue that I have currently is that after a while it will start trying to process upwards of 6 figures worth of context tokens and I have to compact it regularly to avoid everything slowing to a crawl. I'm assuming this is more to streamline new context queries and can't automatically help with that by keeping code out of the context and only selectively loading what's needed when needed on each subsequent request?
Nicola_Vexp
Jul 7, 2026A: Zed is one of the agents vexp auto-configures, so it works with your exact setup, no Claude or online tools needed. And since vexp is fully local with its own optional on-device model, your local stack is right where it belongs.
To be clear on the pieces: Zed handles the MCP connection to vexp and passes context to your model, LM Studio just serves the model. So the integration lives in Zed, not LM Studio. One thing that helps is using a local model that's decent at tool calling, since the agent needs to actually invoke vexp's tools, but that's on the model side, Zed does the wiring.
On your token issue: your intuition is right, that's exactly what vexp does, it keeps code out of context and loads only the slice that matters per request, so it cuts the code side of your bloat (usually the biggest part). It won't shrink the conversation history itself, that's what compacting handles, but the code is normally the heavy piece.
Free tier if you want to try it on Zed and see the drop live.
Ok thanks for the info! If I wanted to test the free tier for a while and see how it impacts some real world projects for a while how much time do I have before this offer is off of AppSumo?
Verified purchaser
Good news: the free tier has no time limit, it's free indefinitely, so test it on real projects as long as you like. The only thing with a clock is the AppSumo lifetime deal, which runs for a limited launch window. No exact end date I can give you, but if the lifetime deal interests you, I wouldn't wait too long, it won't be around forever.