Merge pull request #114 from jk4e/patch-1

Fix formatting
This commit is contained in:
James Murdza
2025-03-21 06:00:40 +01:00
committed by GitHub
+5 -5
View File
@@ -34,7 +34,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to
- [Windsurf](https://codeium.com/windsurf) — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the interface is similar to VS Code. Built by Codeium.
- [Theia IDE](https://theia-ide.org/#theiaide) — An extensible open-source IDE (web and desktop) providing AI-powered features like chat, code completion, terminal assistance and custom agents using arbitrary LLMs. Built on [Theia AI](https://eclipsesource.com/blogs/2024/10/07/introducing-theia-ai/), a platform designed to enable the creation of custom, AI-powered tools and IDEs.
- [OneCompiler](https://onecompiler.com/) — A free AI Powered online compiler supporting over 70 languages, including Java, Python, MySQL, C++, and HTML, for writing, running, and sharing code.
- [trae](https://www.trae.ai/) - Trae is an adaptive AI IDE that transforms how you work, collaborating with you to run faster.
- [trae](https://www.trae.ai/) Trae is an adaptive AI IDE that transforms how you work, collaborating with you to run faster.
## Git Clients
@@ -55,7 +55,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to
- [Onboard](https://www.getonboardai.com) — Chat with an AI about public and private codebases.
- [Code to Flow](https://codetoflow.com) — Visualize, analyze, and understand code with interactive flowcharts.
- [Pieces](https://pieces.app/) — An on-device copilot that helps you capture, enrich, and reuse code, streamline collaboration, and solve complex problems through a contextual understanding of your workflow.
- [Wren AI](https://getwren.ai/oss) - SQL AI Agent to get results and insights faster by asking questions without writing SQL, and it's open-source!
- [Wren AI](https://getwren.ai/oss) SQL AI Agent to get results and insights faster by asking questions without writing SQL, and it's open-source!
- [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.
@@ -90,7 +90,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to
### Command-line
- [talk-codebase](https://github.com/rsaryev/talk-codebase) — CLI chatbot with repository as context. Supports OpenAI as well as locally running LLMs via GPT4All.
- [gptcomet](https://github.com/belingud/gptcomet) - CLI tool to help you generate commit message and review changes. Support mutiple providers and languages.
- [gptcomet](https://github.com/belingud/gptcomet) CLI tool to help you generate commit message and review changes. Support mutiple providers and languages.
### Desktop
@@ -125,8 +125,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to
## PR agents
- [Greptile](https://greptile.com/code-review-bot) - AI bot that reviews PRs in GitHub/Gitlab with full context of the codebase.
- [EntelligenceAI](https://entelligence.ai/pr) - AI powered code reviews for Github and Gitlab that improves over time based on user comments
- [Greptile](https://greptile.com/code-review-bot) AI bot that reviews PRs in GitHub/Gitlab with full context of the codebase.
- [EntelligenceAI](https://entelligence.ai/pr) AI powered code reviews for Github and Gitlab that improves over time based on user comments
- [Sweep](https://github.com/sweepai/sweep) — AI junior dev: GitHub integration to generate, test, and self-review pull requests from issues.
- [Codegen](https://www.codegen.com/) — GPT-4 based PR agent for enterprise codebases.
- [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.