diff --git a/README.md b/README.md index a9cd603..f85550b 100644 --- a/README.md +++ b/README.md @@ -732,6 +732,28 @@ General purpose, Productivity +## [Blinky](https://github.com/seahyinghang8/blinky) +An open-source AI debugging agent for VSCode + +
+ +![Banner](https://github.com/seahyinghang8/blinky/raw/master/media/banner.png) + +### Category +Coding, Debugging + +### Description +- Blinky is an open-source AI debugging agent for VSCode that uses LLMs to help identify and fix backend code errors (inspired by SWE-agent). +- Blinky leverages the VSCode API, Language Server Protocol (LSP), and print statement debugging to triangulate and address bugs in real-world backend systems. + + +### Links +- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=blinky.blinky) +- [Discord](https://discord.gg/d3AUNHDb) +- [GitHub](https://github.com/seahyinghang8/blinky) +
+ + ## [Bloop](https://bloop.ai/) AI code search, works for Rust and Typescript