From c71e13a939a2c90093e71fe1e610ecab65f8e940 Mon Sep 17 00:00:00 2001 From: Seah Ying Hang Date: Thu, 23 May 2024 10:23:50 -0700 Subject: [PATCH] Added Blinky, an open-source AI debugging agent --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 8d5b331..211f594 100644 --- a/README.md +++ b/README.md @@ -734,6 +734,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