mirror of
https://github.com/jamesmurdza/awesome-ai-devtools.git
synced 2026-04-26 05:06:28 +02:00
Update descriptions.
This commit is contained in:
@@ -2,22 +2,28 @@
|
||||
|
||||
## IDEs
|
||||
|
||||
- [Cursor](https://www.cursor.so/) — An IDE (fork of VSCodium) with chat, edit, generate and debug features. Uses OpenAI.
|
||||
- [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.
|
||||
|
||||
## Assistants
|
||||
|
||||
- [Replit Ghostwriter Chat](https://replit.com/site/ghostwriter) — Assistant built into [Replit](https://replit.com/) with chat, proactive debugging, and autocomplete. Uses OpenAI for chat and [replit-code-v1-3b](https://huggingface.co/replit/replit-code-v1-3b) (OS) for autocomplete.
|
||||
- [GitHub Copilot X](https://github.com/features/preview/copilot-x) — A VS Code extension with chat, pull request text generation, and unit test generation.
|
||||
- [Replit Ghostwriter Chat](https://replit.com/site/ghostwriter) — Assistant with chat, proactive debugging, and autocomplete. Uses OpenAI for chat and [replit-code-v1-3b](https://huggingface.co/replit/replit-code-v1-3b) (OS) for autocomplete.
|
||||
- [Refact AI](https://refact.ai/) [Source](https://github.com/smallcloudai/refact) — Open source assistant with chat, completion, refactoring, and codebase-specific fine-tuning. Extensions for VS Code and JetBrains.
|
||||
- [Source Graph Cody](https://about.sourcegraph.com/cody) - Assistant with chat, refactoring, and unit test generation. Extensions for VS Code and IntelliJ.
|
||||
- [Continue](https://continue.dev/) — VS Code extension with chat, refactor, and code generation.
|
||||
- [Codeium](https://codeium.com/) — Assistant with autocomplete, natural language search and chat. Extensions for 21 editors including VS Code, JetBrains, Neovim, Vim, Emacs, Eclipse, PyCharm, and Xcode. Enterprise version includes codebase-specific fine-tuning.
|
||||
- [Continue](https://continue.dev/) — VS Code extension with chat, refactor, and code generation. Edits multiple files and runs commands on your behalf.
|
||||
- [Blackbox](https://www.useblackbox.io/) — VS Code extension with autocomplete and chat including links to online coding references.
|
||||
- [Source Graph Cody](https://about.sourcegraph.com/cody) - Assistant with chat, refactoring, and unit test generation. Extensions for VS Code and IntelliJ.
|
||||
- [Quack AI](https://www.quack-ai.com/) — VS Code extension for adhering to project coding guidelines. Waitlisted.
|
||||
- [Tabby](https://tabbyml.github.io/tabby/) — Open source, self-hosted code completion assistant. Extensions for VS Code and Vim.
|
||||
- [Tabnine](https://www.tabnine.com/) [(Source)](https://github.com/codota/TabNine) — Open source, self-hosted code completion assistant. Extensions for 15 editors including VS Code, IntelliJ, Neovim, Eclipse, and PyCharm.
|
||||
- [talk-codebase](https://github.com/rsaryev/talk-codebase) - CLI chatbot with repository as context. Supports OpenAI as well as locally running LLMs via GPT4All.
|
||||
- [Magnet](https://www.magnet.run/) — Web-based chatbot with repositories and issues as context.
|
||||
- [Tabby](https://tabbyml.github.io/tabby/) — Open source, self-hosted code completion assistant. Extensions for VS Code and Vim.
|
||||
- [Tabnine](https://www.tabnine.com/) [(Source)](https://github.com/codota/TabNine) — Open source, self-hosted code completion assistant. Extensions for 15 editors including VS Code, IntelliJ, Neovim, Eclipse, and PyCharm.
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Trelent](https://trelent.net/) — A VS Code extension to generate docstrings. Uses proprietary models.
|
||||
- [Docify](https://docify.ai4code.io/) — A VS Code extension to generate docstrings.
|
||||
- [Mintlify Writer](https://writer.mintlify.com/) — A VS Code extension to generate docstrings.
|
||||
|
||||
## Agents
|
||||
|
||||
@@ -34,26 +40,20 @@
|
||||
- [Sweep](https://sweep.dev/) [(Source)](https://github.com/sweepai/sweep) — Another GitHub integration to generate pull requests from issues.
|
||||
- [Code Review GPT](https://github.com/mattzcarey/code-review-gpt) — An open source tool for reviewing PRs. Works as GitHub action, Gitlab CLI or locally.
|
||||
|
||||
## Code generation
|
||||
|
||||
- [Magic](https://magic.dev/) — Company promising two products—An assistant and an underlying foundation model trained on code. Waitlist.
|
||||
|
||||
## Agent platforms
|
||||
|
||||
- [E2B](https://www.e2b.dev/) — Open source coud platform for hosting LLM-based agents. Supports [Smol Developer](https://github.com/smol-ai/developer).
|
||||
- [Morph Rift](https://github.com/morph-labs/rift) — Open source VS Code extension that allows merging the output of code generation agents.
|
||||
- [SuperAGI](https://superagi.com/) Open source plagorm for hosting LLM-based agents including [SuperCoder](https://superagi.com/supercoder/).
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Trelent](https://trelent.net/) — A VS Code extension to generate docstrings. Uses proprietary models.
|
||||
- [Docify](https://docify.ai4code.io/)
|
||||
- [Mintlify Writer](https://writer.mintlify.com/)
|
||||
|
||||
## Code generation
|
||||
|
||||
- [Magic](https://magic.dev/)
|
||||
|
||||
## OpenAI plugins
|
||||
|
||||
- [ChatWithGit](https://github.com/kesor/chatgpt-code-plugin)
|
||||
- [Code ChatGPT Plugin](https://gptstore.ai/plugins/gitsearch-sdan-io)
|
||||
- [ChatWithGit]((https://gitsearch.sdan.io/) — Enables ChatGPT to search GitHub and return links to relevant repositories.
|
||||
- [Code ChatGPT Plugin](https://github.com/kesor/chatgpt-code-plugin) — Open source example of a ChatGPT plugin that pulls context from a directory of files.
|
||||
|
||||
## Search
|
||||
|
||||
|
||||
Reference in New Issue
Block a user