#607 6a8a68e Thanks @Crunchyman-ralph! - Add AWS bedrock support
#607 6a8a68e Thanks @Crunchyman-ralph! - # Add Google Vertex AI Provider Integration
VertexAIProvider class extending BaseAIProvider#607 6a8a68e Thanks @Crunchyman-ralph! - Add support for Azure
#612 669b744 Thanks @Crunchyman-ralph! - Increased minimum required node version to > 18 (was > 14)
#607 6a8a68e Thanks @Crunchyman-ralph! - Renamed baseUrl to baseURL
#604 80735f9 Thanks @Crunchyman-ralph! - Add TASK_MASTER_PROJECT_ROOT env variable supported in mcp.json and .env for project root resolution
TASK_MASTER_PROJECT_ROOT environment variable to the root of your project.#619 3f64202 Thanks @Crunchyman-ralph! - Consolidate Task Master files into unified .taskmaster directory structure
This release introduces a new consolidated directory structure that organizes all Task Master files under a single .taskmaster/ directory for better project organization and cleaner workspace management.
New Directory Structure:
.taskmaster/tasks/ - Task files (previously tasks/).taskmaster/docs/ - Documentation including PRD files (previously scripts/).taskmaster/reports/ - Complexity analysis reports (previously scripts/).taskmaster/templates/ - Template files like example PRD.taskmaster/config.json - Configuration (previously .taskmasterconfig)Migration & Backward Compatibility:
task-master migrate to move existing projects to the new structureBenefits:
This change maintains full backward compatibility while providing a migration path to the improved structure.
#607 6a8a68e Thanks @Crunchyman-ralph! - Fix max_tokens error when trying to use claude-sonnet-4 and claude-opus-4
#625 2d520de Thanks @Crunchyman-ralph! - Fix add-task MCP command causing an error