From 5d82b69610a4a18ee2f04eb49c1c2e6f69ff3996 Mon Sep 17 00:00:00 2001 From: Ben Vargas Date: Tue, 17 Jun 2025 13:31:40 -0600 Subject: [PATCH] docs: add Claude Code support information to README - Added Claude Code to the list of supported providers in Requirements section - Noted that Claude Code requires no API key but needs Claude Code CLI - Added example of configuring claude-code/sonnet model - Created dedicated Claude Code Support section with key information - Added link to detailed Claude Code setup documentation This ensures users are aware of the Claude Code option as a no-API-key alternative for using Claude models. --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43b764e4..6240a84b 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,9 @@ At least one (1) of the following is required: - Perplexity API key (for research model) - xAI API Key (for research or main model) - OpenRouter API Key (for research or main model) +- Claude Code (no API key required - requires Claude Code CLI) -Using the research model is optional but highly recommended. You will need at least ONE API key. Adding all API keys enables you to seamlessly switch between model providers at will. +Using the research model is optional but highly recommended. You will need at least ONE API key (unless using Claude Code). Adding all API keys enables you to seamlessly switch between model providers at will. ## Quick Start @@ -131,7 +132,12 @@ In your editor's AI chat pane, say: Change the main, research and fallback models to , and respectively. ``` -[Table of available models](docs/models.md) +For example, to use Claude Code (no API key required): +```txt +Change the main model to claude-code/sonnet +``` + +[Table of available models](docs/models.md) | [Claude Code setup](docs/examples/claude-code-usage.md) #### 4. Initialize Task Master @@ -224,6 +230,16 @@ task-master generate task-master rules add windsurf,roo,vscode ``` +## Claude Code Support + +Task Master now supports Claude models through the Claude Code CLI, which requires no API key: + +- **Models**: `claude-code/opus` and `claude-code/sonnet` +- **Requirements**: Claude Code CLI installed +- **Benefits**: No API key needed, uses your local Claude instance + +[Learn more about Claude Code setup](docs/examples/claude-code-usage.md) + ## Troubleshooting ### If `task-master init` doesn't respond