Merge pull request #49 from seahyinghang8/patch-1

Added Blinky, an open-source AI debugging agent
This commit is contained in:
James Murdza
2024-06-17 12:52:54 -04:00
committed by GitHub
+1
View File
@@ -92,6 +92,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to
- [Smol Developer](https://github.com/smol-ai/developer) — CLI agent that generates a repository from a prompt. Uses OpenAI and Anthropic.
- [Aider](https://github.com/paul-gauthier/aider) — CLI assistant and agent that generates changes and commits to repositories. Uses OpenAI.
- [Blinky](https://github.com/seahyinghang8/blinky) - A debugging agent for VS Code that helps to identify and fix backend errors, inspired by SWE-agent.
- [Mentat](https://www.mentat.codes/) — CLI assistant and agent that makes changes to repositories.
- [GPT Engineer](https://github.com/AntonOsika/gpt-engineer) — CLI agent that generates a repository from a prompt, and asks clarifying questions.
- [GPT Migrate](https://github.com/0xpayne/gpt-migrate) — CLI agent that converts a full-stack application from one language or framework to another. Uses GPT-4 32k context.