From c8cf26529339a62792d12f0e741c04fef6fbf7d5 Mon Sep 17 00:00:00 2001 From: Michael Quinn Date: Tue, 4 Mar 2025 21:57:14 -0800 Subject: [PATCH] Include Cluade Code --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b1ef78..4ee5903 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,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. @@ -122,6 +123,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Micro Agent by Builder](https://www.builder.io/blog/micro-agent) — An AI agent that writes and fixes code for you. - [Fine](https://fine.dev/?ref=awesome) — AI Dev Environment for automating mundane work. Integrate GitHub, Sentry, Linear. Get context-aware answers to questions. Plan, design and implement changes. Automate self-healing CI/CD. - [Potpie](https://potpie.ai) — Open Source AI Agents for your codebase in minutes. Use pre-built agents for Q&A, Testing, Debugging and System Design or create your own purpose-built agents. +- [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool. ## PR agents