Blinky
About
Blinky brings the SWE-agent debugging loop into the editor rather than the terminal, targeting backend developers who want an agent that fixes bugs in place. A user describes a bug plus optional reproduction steps; the agent iterates — reading code through LSP-derived tools like GoToDefinition and GetAllReferences, editing via a match-and-replace scheme that forces the model to re-emit the original text to catch hallucinations — until a user-specified Verify step passes. Because it runs in VS Code, feedback can arrive mid-run, and the developer watches the loop rather than waiting for a batch result. The project is small and early-stage: seven commits, an MIT-licensed TypeScript extension on the marketplace, OpenAI as the only provider, and a roadmap (more models, broader codebase support) that has not progressed since mid-2024. It remains a reference implementation of editor-embedded debugging loops more than a daily-driver tool.