An open-source AI debugging agent for VSCode that uses LLMs to identify and fix backend code errors.
Blinky is an open-source AI debugging agent integrated into Visual Studio Code (VSCode). It leverages Large Language Models (LLMs) to help developers identify and fix backend code errors efficiently. By utilizing the VSCode API, Language Server Protocol (LSP), and print statement debugging, Blinky triangulates and addresses bugs in real-world backend systems. The agent operates through an interactive chat interface within VSCode, allowing developers to describe issues, specify reproduction steps, and provide feedback during the debugging process. Inspired by SWE-agent, Blinky aims to enhance the debugging experience by automating error detection and correction.
72%