Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,27 @@ Coding, general purpose

</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>


## [Codel](https://github.com/semanser/codel?tab=readme-ov-file)
Fully autonomous AI agent

Expand Down