From 570f9b186669369ed3cc9789104d87c0f3453834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20L=C3=B3pez?= Date: Sat, 18 May 2024 23:23:08 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c345fac..2d2aafa 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [DocuWriter.ai](https://www.docuwriter.ai/) —  AI-powered web app to generate automated Code & API documentation from your source code files. - [README-AI](https://github.com/eli64s/readme-ai) — Automated README.md file generator, powered by large language model APIs. - [Supacodes](https://www.supacodes.com) — An AI tool that automates writing & updating code documentation in Github +- [CodexAtlas](https://codedocumentation.app/) - Automated code and API documentation using latest AI models ## Code generation From 1860be3650d789e4e666f32afa2a460026b615d5 Mon Sep 17 00:00:00 2001 From: Seah Ying Hang Date: Thu, 23 May 2024 10:29:00 -0700 Subject: [PATCH 2/4] Added Blinky, an open-source AI debugging agent --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d2aafa..f93dea0 100644 --- a/README.md +++ b/README.md @@ -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 VSCode 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. From f8d18a0346d5e9e685c21f892c4df8bc0da1cd68 Mon Sep 17 00:00:00 2001 From: Bazingawang <45372020@qq.com> Date: Thu, 30 May 2024 12:19:09 -0700 Subject: [PATCH 3/4] Update README.md add gru.ai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d2aafa..57c78d1 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [TEXT2SQL.AI](https://www.text2sql.ai/) — AI-powered SQL query builder. Translate, explain and fix complex SQL queries using plain English. - [SQLAI.ai](https://www.sqlai.ai/) — AI generates, fixes, explains and optimizes SQL queries. Ability to add your own database schema and train AI to understand it. - [CodeWP](https://codewp.ai/) — AI chat and coding tools specifically trained for WordPress developers. AI code generation for code snippets and plugins in WordPress. +- [Gur.ai](https://www.gru.ai/) - An AI developer can help you solve technical problems and tackle daily coding tasks, such as building algorithms, debug issues, test solutions, answer programming questions, etc. **IDE extensions:** From 9ea6fb158537c8fdde24858de13658ce4e1ae843 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 17 Jun 2024 12:52:31 -0400 Subject: [PATCH 4/4] Change spelling for consistency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f93dea0..807d711 100644 --- a/README.md +++ b/README.md @@ -92,7 +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 VSCode that helps to identify and fix backend errors, inspired by SWE-agent. +- [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.