Merged
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Crunchyman-ralph
pushed a commit
to iamladi/claude-task-master
that referenced
this pull request
Aug 11, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Crunchyman-ralph
pushed a commit
to iamladi/claude-task-master
that referenced
this pull request
Aug 11, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
stephanschielke
pushed a commit
to stephanschielke/cursor-task-master
that referenced
this pull request
Aug 22, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
stephanschielke
pushed a commit
to stephanschielke/cursor-task-master
that referenced
this pull request
Aug 22, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
sfc-gh-dflippo
pushed a commit
to sfc-gh-dflippo/task-master-ai
that referenced
this pull request
Dec 4, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
task-master-ai@0.24.0
Minor Changes
#1098
36468f3Thanks @Crunchyman-ralph! - Enhanced Claude Code provider with codebase-aware task generationparse-prd,expand-task, andanalyze-complexitycommands#1105
75c514cThanks @Crunchyman-ralph! - Add GPT-5 support with proper parameter handling#1091
4bb6370Thanks @Crunchyman-ralph! - Add Claude Code subagent support with task-orchestrator, task-executor, and task-checkerNew Claude Code Agents
Added specialized agents for Claude Code users to enable parallel task execution, intelligent task orchestration, and quality assurance:
task-orchestrator
Coordinates and manages the execution of Task Master tasks with intelligent dependency analysis:
task-executor
Handles the actual implementation of individual tasks:
task-checker
Verifies that completed tasks meet their specifications:
Installation
When using the Claude profile (
task-master rules add claude), the agents are automatically installed to.claude/agents/directory.Usage Example
Benefits
Patch Changes
#1094
4357af3Thanks @Crunchyman-ralph! - Fix expand task generating unrelated generic subtasksFixed an issue where
task-master expandwould generate generic authentication-related subtasks regardless of the parent task context when using complexity reports. The expansion now properly includes the parent task details alongside any expansion guidance.#1079
e495b2bThanks @Crunchyman-ralph! - Fix scope-up/down prompts to include all required fields for better AI model compatibilitypriorityfield to scope adjustment prompts to prevent validation errors with Claude-code and other models#1079
e495b2bThanks @Crunchyman-ralph! - Fix MCP scope-up/down tools not finding tasks#1079
e495b2bThanks @Crunchyman-ralph! - Improve AI provider compatibility for JSON generationextension@0.23.1
Patch Changes
#1090
a464e55Thanks @Crunchyman-ralph! - Fix issues with some users not being able to connect to Taskmaster MCP server while using the extensionUpdated dependencies [
4357af3,e495b2b,36468f3,e495b2b,e495b2b,75c514c,4bb6370]: