Added Blinky, an open-source AI debugging agent

This commit is contained in:
Seah Ying Hang
2024-05-23 10:23:50 -07:00
committed by GitHub
parent ff0a52a1d7
commit c71e13a939

View File

@@ -734,6 +734,28 @@ General purpose, Productivity
</details>
## [Blinky](https://github.com/seahyinghang8/blinky)
An open-source AI debugging agent for VSCode
<details>
![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)
</details>
## [Bloop](https://bloop.ai/)
AI code search, works for Rust and Typescript