From 6e406958c11ba20d54c48da9b67866c0e0e8fc43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 15:24:59 +0000 Subject: [PATCH] Version Packages --- .changeset/hungry-geese-work.md | 5 --- .changeset/itchy-taxes-sip.md | 13 ------- .changeset/lemon-apes-sort.md | 5 --- .changeset/new-colts-flow.md | 5 --- .changeset/plain-bottles-stand.md | 5 --- .changeset/pre.json | 18 ---------- .changeset/shaggy-rice-exist.md | 5 --- .changeset/sharp-flies-call.md | 7 ---- .changeset/spotty-buttons-walk.md | 31 ---------------- .changeset/tidy-seals-rule.md | 5 --- CHANGELOG.md | 60 +++++++++++++++++++++++++++++++ package.json | 2 +- 12 files changed, 61 insertions(+), 100 deletions(-) delete mode 100644 .changeset/hungry-geese-work.md delete mode 100644 .changeset/itchy-taxes-sip.md delete mode 100644 .changeset/lemon-apes-sort.md delete mode 100644 .changeset/new-colts-flow.md delete mode 100644 .changeset/plain-bottles-stand.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/shaggy-rice-exist.md delete mode 100644 .changeset/sharp-flies-call.md delete mode 100644 .changeset/spotty-buttons-walk.md delete mode 100644 .changeset/tidy-seals-rule.md diff --git a/.changeset/hungry-geese-work.md b/.changeset/hungry-geese-work.md deleted file mode 100644 index 640b1f2e..00000000 --- a/.changeset/hungry-geese-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': minor ---- - -Add AWS bedrock support diff --git a/.changeset/itchy-taxes-sip.md b/.changeset/itchy-taxes-sip.md deleted file mode 100644 index f827b434..00000000 --- a/.changeset/itchy-taxes-sip.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'task-master-ai': minor ---- - -# Add Google Vertex AI Provider Integration - -- Implemented `VertexAIProvider` class extending BaseAIProvider -- Added authentication and configuration handling for Vertex AI -- Updated configuration manager with Vertex-specific getters -- Modified AI services unified system to integrate the provider -- Added documentation for Vertex AI setup and configuration -- Updated environment variable examples for Vertex AI support -- Implemented specialized error handling for Vertex-specific issues diff --git a/.changeset/lemon-apes-sort.md b/.changeset/lemon-apes-sort.md deleted file mode 100644 index 5e502dec..00000000 --- a/.changeset/lemon-apes-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': minor ---- - -Add support for Azure diff --git a/.changeset/new-colts-flow.md b/.changeset/new-colts-flow.md deleted file mode 100644 index 42784a36..00000000 --- a/.changeset/new-colts-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": minor ---- - -Increased minimum required node version to > 18 (was > 14) diff --git a/.changeset/plain-bottles-stand.md b/.changeset/plain-bottles-stand.md deleted file mode 100644 index 016b9d2d..00000000 --- a/.changeset/plain-bottles-stand.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': minor ---- - -Renamed baseUrl to baseURL diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index f4d682bd..00000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "mode": "exit", - "tag": "rc", - "initialVersions": { - "task-master-ai": "0.15.0" - }, - "changesets": [ - "hungry-geese-work", - "itchy-taxes-sip", - "lemon-apes-sort", - "new-colts-flow", - "plain-bottles-stand", - "shaggy-rice-exist", - "sharp-flies-call", - "spotty-buttons-walk", - "tidy-seals-rule" - ] -} diff --git a/.changeset/shaggy-rice-exist.md b/.changeset/shaggy-rice-exist.md deleted file mode 100644 index fd801e15..00000000 --- a/.changeset/shaggy-rice-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': patch ---- - -Fix max_tokens error when trying to use claude-sonnet-4 and claude-opus-4 diff --git a/.changeset/sharp-flies-call.md b/.changeset/sharp-flies-call.md deleted file mode 100644 index d8fec5dd..00000000 --- a/.changeset/sharp-flies-call.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'task-master-ai': minor ---- - -Add TASK_MASTER_PROJECT_ROOT env variable supported in mcp.json and .env for project root resolution - -- Some users were having issues where the MCP wasn't able to detect the location of their project root, you can now set the `TASK_MASTER_PROJECT_ROOT` environment variable to the root of your project. diff --git a/.changeset/spotty-buttons-walk.md b/.changeset/spotty-buttons-walk.md deleted file mode 100644 index 737c0673..00000000 --- a/.changeset/spotty-buttons-walk.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -"task-master-ai": minor ---- - -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:** - -- Existing projects continue to work with legacy file locations -- New projects use the consolidated structure automatically -- Run `task-master migrate` to move existing projects to the new structure -- All CLI commands and MCP tools automatically detect and use appropriate file locations - -**Benefits:** - -- Cleaner project root with Task Master files organized in one location -- Reduced file scatter across multiple directories -- Improved project navigation and maintenance -- Consistent file organization across all Task Master projects - -This change maintains full backward compatibility while providing a migration path to the improved structure. diff --git a/.changeset/tidy-seals-rule.md b/.changeset/tidy-seals-rule.md deleted file mode 100644 index 4e2b44f2..00000000 --- a/.changeset/tidy-seals-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': patch ---- - -Fix add-task MCP command causing an error diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ff9b97..f3fd828d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,65 @@ # task-master-ai +## 0.16.0 + +### Minor Changes + +- [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add AWS bedrock support + +- [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - # Add Google Vertex AI Provider Integration + + - Implemented `VertexAIProvider` class extending BaseAIProvider + - Added authentication and configuration handling for Vertex AI + - Updated configuration manager with Vertex-specific getters + - Modified AI services unified system to integrate the provider + - Added documentation for Vertex AI setup and configuration + - Updated environment variable examples for Vertex AI support + - Implemented specialized error handling for Vertex-specific issues + +- [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add support for Azure + +- [#612](https://github.com/eyaltoledano/claude-task-master/pull/612) [`669b744`](https://github.com/eyaltoledano/claude-task-master/commit/669b744ced454116a7b29de6c58b4b8da977186a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Increased minimum required node version to > 18 (was > 14) + +- [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Renamed baseUrl to baseURL + +- [#604](https://github.com/eyaltoledano/claude-task-master/pull/604) [`80735f9`](https://github.com/eyaltoledano/claude-task-master/commit/80735f9e60c7dda7207e169697f8ac07b6733634) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add TASK_MASTER_PROJECT_ROOT env variable supported in mcp.json and .env for project root resolution + + - Some users were having issues where the MCP wasn't able to detect the location of their project root, you can now set the `TASK_MASTER_PROJECT_ROOT` environment variable to the root of your project. + +- [#619](https://github.com/eyaltoledano/claude-task-master/pull/619) [`3f64202`](https://github.com/eyaltoledano/claude-task-master/commit/3f64202c9feef83f2bf383c79e4367d337c37e20) Thanks [@Crunchyman-ralph](https://github.com/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:** + + - Existing projects continue to work with legacy file locations + - New projects use the consolidated structure automatically + - Run `task-master migrate` to move existing projects to the new structure + - All CLI commands and MCP tools automatically detect and use appropriate file locations + + **Benefits:** + + - Cleaner project root with Task Master files organized in one location + - Reduced file scatter across multiple directories + - Improved project navigation and maintenance + - Consistent file organization across all Task Master projects + + This change maintains full backward compatibility while providing a migration path to the improved structure. + +### Patch Changes + +- [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix max_tokens error when trying to use claude-sonnet-4 and claude-opus-4 + +- [#625](https://github.com/eyaltoledano/claude-task-master/pull/625) [`2d520de`](https://github.com/eyaltoledano/claude-task-master/commit/2d520de2694da3efe537b475ca52baf3c869edda) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix add-task MCP command causing an error + ## 0.16.0-rc.0 ### Minor Changes diff --git a/package.json b/package.json index f2a04fed..b0432c06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.16.0-rc.0", + "version": "0.16.0", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module",