Build an AI Agent That Actually Understands Your Codebase (Without Switching Editors)
typescript
dev.to
I use Neovim. I'm not switching. But I also want an agent that can refactor across 50 files, run tests, debug failures, and come back with a working PR — not just suggest the next line. The problem: every AI coding tool that does serious agentic work wants to be your editor. Cursor, Windsurf, GitHub Copilot Workspace — all VS Code. If you use anything else, you're a second-class citizen. So I built something different. An agent that has its own workspace beside my editor, not inside it. I sta