Merged
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Wed Oct 08 2025 to showcase some of the refinements we've made. Comment |
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> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@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.28.0
Minor Changes
#1273
b43b7ceThanks @ben-vargas! - Add Codex CLI provider with OAuth authenticationcodex login- no API key required#1215
0079b7dThanks @joedanz! - Add Cursor IDE custom slash command supportExpose Task Master commands as Cursor slash commands by copying assets/claude/commands to .cursor/commands on profile add and cleaning up on remove.
#1246
18aa416Thanks @Crunchyman-ralph! - Added api keys page on docs website: docs.task-master.dev/getting-started/api-keys#1246
18aa416Thanks @Crunchyman-ralph! - Move to AI SDK v5:#1262
738ec51Thanks @Crunchyman-ralph! - Migrate AI services to use generateObject for structured data generationThis update migrates all AI service calls from generateText to generateObject, ensuring more reliable and structured responses across all commands.
Key Changes:
Technical Improvements:
ai-providers-unified.jsgenerateObjectsupport detection for each providerBug Fixes:
This migration improves the reliability and consistency of AI-generated content throughout the Task Master application.
#1112
d67b81dThanks @olssonsten! - Enhanced Roo Code profile with MCP timeout configuration for improved reliability during long-running AI operations. The Roo profile now automatically configures a 300-second timeout for MCP server operations, preventing timeouts during complex tasks likeparse-prd,expand-all,analyze-complexity, andresearchoperations. This change also replaces static MCP configuration files with programmatic generation for better maintainability.What's New:
Migration: No user action required - existing Roo Code installations will automatically receive the enhanced MCP configuration on next initialization.
#1246
986ac11Thanks @Crunchyman-ralph! - Upgrade grok-cli ai provider to ai sdk v5Patch Changes
#1235
aaacc3dThanks @Crunchyman-ralph! - Improveanalyze-complexitycli docs and--researchflag documentation#1251
0b2c696Thanks @Crunchyman-ralph! - Change parent task back to "pending" when all subtasks are in "pending" state#1274
4f984f8Thanks @Crunchyman-ralph! - Do a quick fix on build#1277
7b5a7c4Thanks @Crunchyman-ralph! - Fix MCP connection errors caused by deprecated generateTaskFiles calls. Resolves "Cannot read properties of null (reading 'toString')" errors when using MCP tools for task management operations.#1276
caee040Thanks @Crunchyman-ralph! - Fix MCP server error when file parameter not provided - now properly constructs default tasks.json path instead of failing with 'tasksJsonPath is required' error.#1172
b5fe723Thanks @jujax! - Fix Claude Code settings validation for pathToClaudeCodeExecutable#1192
2b69936Thanks @nukunga! - Fix sonar deep research model failing, should be calledsonar-deep-research#1270
20004a3Thanks @Crunchyman-ralph! - Fix complexity score not showing fortask-master showandtask-master listtask-master list@tm/cli@null
@tm/cli
null
Patch Changes
null
Patch Changes
0.27.0
Patch Changes
0.27.0-rc.0
Minor Changes
137ef36Thanks @Crunchyman-ralph! - testing this stuff out to see how the release candidate works with monorepo1.1.0-rc.0
Minor Changes
cd90b4dThanks @Crunchyman-ralph! - testing this stuff out to see how the release candidate works with monorepoextension@0.25.5
Patch Changes
b43b7ce,aaacc3d,0079b7d,0b2c696,4f984f8,7b5a7c4,caee040,18aa416,18aa416,738ec51,d67b81d,b5fe723,2b69936,986ac11,20004a3]:docs@0.0.5
@tm/ai-sdk-provider-grok-cli@null
@tm/ai-sdk-provider-grok-cli
null
@tm/build-config@null
@tm/build-config
null
null
1.0.1
@tm/core@null
Changelog
null
null
0.26.1
All notable changes to the @task-master/tm-core package will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
Added
Development Infrastructure
Package Structure
src/types/- TypeScript type definitions (placeholder)src/providers/- AI provider implementations (placeholder)src/storage/- Storage layer abstractions (placeholder)src/parser/- Task parsing utilities (placeholder)src/utils/- Common utility functions (placeholder)src/errors/- Custom error classes (placeholder)tests/- Test directories and setup[1.0.0] - TBD
Planned Features
Release Notes
Version 1.0.0 (Coming Soon)
This will be the first stable release of tm-core with complete implementations of all modules. Currently, all modules contain placeholder implementations to establish the package structure and enable development of dependent packages.
Development Status