Added Blinky, an open-source AI debugging agent (#91)

Great contribution, thank you!
This commit is contained in:
tizkovatereza
2024-07-28 17:41:24 +02:00
committed by GitHub

View File

@@ -732,6 +732,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