From 6c8f836db1856555076547b3cf7480969bbc2201 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Fri, 4 Aug 2023 07:26:03 -0400 Subject: [PATCH] Add introduction and TOC. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 63a763a..b090ffc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # Awesome AI-Powered Developer Tools +This is a curated list of AI-powered developer tools. These tools leverage AI to assist developers in tasks such as code completion, refactoring, debugging, documentation, and more. + +- [IDEs](#ides) +- [Assistants](#assistants) +- [Agents](#agents) +- [Documentation](#documentation) +- [GitHub bots](#github-bots) +- [Foundation models](#code-generation) +- [Agent platforms](#agent-platforms) +- [OpenAI plugins](#openai-plugins) +- [Search](#search) + ## IDEs - [Cursor](https://www.cursor.so/) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Uses OpenAI.