Update tool URLs to use official websites instead of GitHub

Changed URLs for newly added tools to point to official product pages:
- OpenHands: all-hands.dev
- SWE-Agent: swe-agent.com
- GPT-Pilot: pythagora.ai
- Goose: block.github.io/goose
- Plandex: plandex.ai
- OpenAI Codex CLI: openai.com
- Gemini CLI: cloud.google.com

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
James Murdza
2026-03-25 19:10:48 +00:00
parent d3a454d33b
commit d7b7e7e9cb
+7 -7
View File
@@ -108,8 +108,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to
### Command-line
- [OpenAI Codex CLI](https://github.com/openai/codex) — OpenAI's official lightweight coding agent that runs in your terminal. Executes code, manipulates files, and iterates with the user. Fully open-source with support for multiple AI providers.
- [Gemini CLI](https://github.com/google-gemini/gemini-cli) — Google's open-source AI agent for the command line. Features agentic capabilities, MCP support, shell integration, and seamless access to Gemini models with a generous free tier.
- [OpenAI Codex CLI](https://openai.com/index/introducing-codex/) — OpenAI's official lightweight coding agent that runs in your terminal. Executes code, manipulates files, and iterates with the user. Fully open-source with support for multiple AI providers.
- [Gemini CLI](https://cloud.google.com/gemini/docs/codeassist/gemini-cli) — Google's open-source AI agent for the command line. Features agentic capabilities, MCP support, shell integration, and seamless access to Gemini models with a generous free tier.
- [Amazon Q Developer CLI](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line.html?trk=fd6bb27a-13b0-4286-8269-c7b1cfaa29f0&sc_channel=el) - CLI that provides command completion, command translation using generative AI to translate intent to commands, and a full agentic chat interface with context management that helps you write code. It works with many terminals and shells, on MacOS, Linux and Windows (via wsl).
- [aloc](https://github.com/modern-tooling/aloc) — A modern, AI-augmented lines of code counter built with Rust and Ratatui. Uses AI effort profiles for accurate project estimation.
- [talk-codebase](https://github.com/rsaryev/talk-codebase) — CLI chatbot with repository as context. Supports OpenAI as well as locally running LLMs via GPT4All.
@@ -159,12 +159,12 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to
## Agents
- [Devin](https://devin.ai/) — The first fully autonomous AI software engineer by Cognition. Handles entire development tasks end-to-end including planning, coding, debugging, and deployment with its own IDE, browser, and shell.
- [OpenHands](https://github.com/All-Hands-AI/OpenHands) — Open-source autonomous AI software developer (formerly OpenDevin). Features a full development environment with code editor, terminal, and browser for end-to-end task completion. 50k+ GitHub stars.
- [OpenHands](https://www.all-hands.dev/) — Open-source autonomous AI software developer (formerly OpenDevin). Features a full development environment with code editor, terminal, and browser for end-to-end task completion. 50k+ GitHub stars.
- [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool.
- [SWE-Agent](https://github.com/princeton-nlp/SWE-agent) — Princeton's autonomous software engineering agent that turns LLMs into full software engineers. Achieves state-of-the-art results on SWE-bench and provides a custom agent-computer interface for coding tasks.
- [GPT-Pilot](https://github.com/Pythagora-io/gpt-pilot) — AI developer that writes entire scalable apps from scratch while the developer oversees the implementation. Creates apps step-by-step with human collaboration. 30k+ GitHub stars.
- [Goose](https://github.com/block/goose) — Block's open-source autonomous AI coding agent that operates on your machine. Extensible with MCP, works with multiple LLM providers, and handles complex multi-step development tasks.
- [Plandex](https://github.com/plandex-ai/plandex) — Terminal-based AI coding agent for complex, multi-file tasks. Features built-in version control, iterative planning, and context management across large codebases.
- [SWE-Agent](https://swe-agent.com/) — Princeton's autonomous software engineering agent that turns LLMs into full software engineers. Achieves state-of-the-art results on SWE-bench and provides a custom agent-computer interface for coding tasks.
- [GPT-Pilot](https://www.pythagora.ai/) — AI developer that writes entire scalable apps from scratch while the developer oversees the implementation. Creates apps step-by-step with human collaboration. 30k+ GitHub stars.
- [Goose](https://block.github.io/goose/) — Block's open-source autonomous AI coding agent that operates on your machine. Extensible with MCP, works with multiple LLM providers, and handles complex multi-step development tasks.
- [Plandex](https://plandex.ai/) — Terminal-based AI coding agent for complex, multi-file tasks. Features built-in version control, iterative planning, and context management across large codebases.
- [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.