-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
area:cliCLI functionalityCLI functionalitydocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomersmedium-priorityImportant but not urgentImportant but not urgentprovider:claude-codeClaude Code integrated modelsClaude Code integrated models
Description
Problem
Several warning and error messages reference npm install -g @anthropic-ai/claude-code as the install method for Claude Code CLI. Claude Code now distributes as a native binary and the primary install method is via the install script or platform package managers.
Affected Locations
claude-task-master:
src/ai-providers/claude-code.js:88- CLI detection warningsrc/ai-providers/claude-code.js:150- CLI initialization errorpackages/tm-core/src/modules/loop/services/loop.service.ts:589- Loop service errordocs/examples/claude-code-usage.md:63-65- Documentation
ai-sdk-provider-claude-code (separate repo):
examples/README.md:12examples/basic-usage.ts:61examples/check-cli.ts:33,39
Current Message
Claude Code CLI not detected. Install it with: npm install -g @anthropic-ai/claude-code
Expected
Install instructions should reference the current primary install method and/or link to official documentation. The npm install method still works but is no longer the primary distribution channel.
Proposed Fix
Update messages to reference https://docs.anthropic.com/en/docs/claude-code/overview or the install script curl -fsSL https://claude.ai/install.sh | bash.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:cliCLI functionalityCLI functionalitydocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomersmedium-priorityImportant but not urgentImportant but not urgentprovider:claude-codeClaude Code integrated modelsClaude Code integrated models