From 838f0a2a1101a2042cd4d3a66a6b5e799e75b86a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:03:33 +0100 Subject: [PATCH 1/4] Version Packages (#1424) --- .changeset/modern-snakes-mate.md | 9 --------- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 .changeset/modern-snakes-mate.md diff --git a/.changeset/modern-snakes-mate.md b/.changeset/modern-snakes-mate.md deleted file mode 100644 index 6e0ef14f..00000000 --- a/.changeset/modern-snakes-mate.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"task-master-ai": patch ---- - -Upgrade fastmcp dependency to solve `Server does not support completions (required for completion/complete)` - -- This resolves errors where MCP clients (like Cursor) failed to connect to the Task Master MCP server: - - [#1413](https://github.com/eyaltoledano/claude-task-master/issues/1413) - - [#1411](https://github.com/eyaltoledano/claude-task-master/issues/1411) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9ef494..9e5233c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # task-master-ai +## 0.32.2 + +### Patch Changes + +- [#1421](https://github.com/eyaltoledano/claude-task-master/pull/1421) [`e75946b`](https://github.com/eyaltoledano/claude-task-master/commit/e75946b1a998269e6a751d2b5baf5c3b7e9b9f46) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Upgrade fastmcp dependency to solve `Server does not support completions (required for completion/complete)` + - This resolves errors where MCP clients (like Cursor) failed to connect to the Task Master MCP server: + - [#1413](https://github.com/eyaltoledano/claude-task-master/issues/1413) + - [#1411](https://github.com/eyaltoledano/claude-task-master/issues/1411) + ## 0.32.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index eef834ed..2f724b01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "task-master-ai", - "version": "0.32.1", + "version": "0.32.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "task-master-ai", - "version": "0.32.1", + "version": "0.32.2", "license": "MIT WITH Commons-Clause", "workspaces": [ "apps/*", diff --git a/package.json b/package.json index 80cab9e4..19ed830d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.32.1", + "version": "0.32.2", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module", From fbb5ee4ce19e401fda767d41119c4ae5049ca4d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 00:37:43 +0100 Subject: [PATCH 2/4] Version Packages (#1429) 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> --- .changeset/calm-times-marry.md | 12 ------------ CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 .changeset/calm-times-marry.md diff --git a/.changeset/calm-times-marry.md b/.changeset/calm-times-marry.md deleted file mode 100644 index 729f79c5..00000000 --- a/.changeset/calm-times-marry.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"task-master-ai": minor ---- - -Added Gemini 3 pro preview to supported Taskmaster AI providers - -- Added to Google providers -- Added to Gemini CLI providers - - Attention: Gemini 3 Pro is available for: - - Google AI Ultra Subscribers - - Users who have access via a paid Gemini API key - - If you want to use the gemini api key, make sure you have this defined in your .env or mcp.json env variables: `GEMINI_API_KEY=xxxx` diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5233c1..000c83b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # task-master-ai +## 0.33.0 + +### Minor Changes + +- [#1427](https://github.com/eyaltoledano/claude-task-master/pull/1427) [`122c23a`](https://github.com/eyaltoledano/claude-task-master/commit/122c23abb36634c1e68c476d681f41b4b4991671) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Added Gemini 3 pro preview to supported Taskmaster AI providers + - Added to Google providers + - Added to Gemini CLI providers + - Attention: Gemini 3 Pro is available for: + - Google AI Ultra Subscribers + - Users who have access via a paid Gemini API key + - If you want to use the gemini api key, make sure you have this defined in your .env or mcp.json env variables: `GEMINI_API_KEY=xxxx` + ## 0.32.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 2f724b01..1a5171a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "task-master-ai", - "version": "0.32.2", + "version": "0.33.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "task-master-ai", - "version": "0.32.2", + "version": "0.33.0", "license": "MIT WITH Commons-Clause", "workspaces": [ "apps/*", diff --git a/package.json b/package.json index 19ed830d..43fc1587 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.32.2", + "version": "0.33.0", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module", From c36a3903e8971bf60482e24beeaa1dfc1706784f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 17:25:24 +0100 Subject: [PATCH 3/4] Merge pull request #1433 from eyaltoledano/changeset-release/main --- .changeset/rich-kings-fold.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/rich-kings-fold.md diff --git a/.changeset/rich-kings-fold.md b/.changeset/rich-kings-fold.md deleted file mode 100644 index fa9d0828..00000000 --- a/.changeset/rich-kings-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": minor ---- - -Deprecated generate command diff --git a/CHANGELOG.md b/CHANGELOG.md index 000c83b2..7c99a530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # task-master-ai +## 0.34.0 + +### Minor Changes + +- [#1425](https://github.com/eyaltoledano/claude-task-master/pull/1425) [`99d9179`](https://github.com/eyaltoledano/claude-task-master/commit/99d9179522dc66797ec7e3f428d72b46a9557f09) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Deprecated generate command + ## 0.33.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index a988ed21..118f4275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "task-master-ai", - "version": "0.33.0", + "version": "0.34.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "task-master-ai", - "version": "0.33.0", + "version": "0.34.0", "license": "MIT WITH Commons-Clause", "workspaces": [ "apps/*", diff --git a/package.json b/package.json index 4cfd2a32..2f4ba677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.33.0", + "version": "0.34.0", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module", From 5cd089dea6930fe115031f78336f0e3abb087006 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:16:01 +0100 Subject: [PATCH 4/4] Version Packages (#1443) 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> --- .changeset/dry-wombats-marry.md | 5 ----- .../gemini-cli-native-structured-output.md | 9 --------- .changeset/native-structured-outputs.md | 5 ----- .changeset/nine-worlds-deny.md | 5 ----- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 20 insertions(+), 27 deletions(-) delete mode 100644 .changeset/dry-wombats-marry.md delete mode 100644 .changeset/gemini-cli-native-structured-output.md delete mode 100644 .changeset/native-structured-outputs.md delete mode 100644 .changeset/nine-worlds-deny.md diff --git a/.changeset/dry-wombats-marry.md b/.changeset/dry-wombats-marry.md deleted file mode 100644 index c1030166..00000000 --- a/.changeset/dry-wombats-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Correct swe scores of haiku 4.5 and sonnet 4.5 diff --git a/.changeset/gemini-cli-native-structured-output.md b/.changeset/gemini-cli-native-structured-output.md deleted file mode 100644 index 939f274b..00000000 --- a/.changeset/gemini-cli-native-structured-output.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"task-master-ai": minor ---- - -Upgrade gemini-cli provider to native structured output support - -- Upgrade `ai-sdk-provider-gemini-cli` from v1.1.1 to v1.4.0 with native `responseJsonSchema` support -- Simplify provider implementation by removing JSON extraction workarounds (652 lines → 95 lines) -- Enable native structured output via Gemini API's schema enforcement diff --git a/.changeset/native-structured-outputs.md b/.changeset/native-structured-outputs.md deleted file mode 100644 index 568933ee..00000000 --- a/.changeset/native-structured-outputs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Upgrade ai-sdk-provider-claude-code to v2.2.0 for native structured outputs support. diff --git a/.changeset/nine-worlds-deny.md b/.changeset/nine-worlds-deny.md deleted file mode 100644 index 88fc655b..00000000 --- a/.changeset/nine-worlds-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": minor ---- - -Add support for opus 4.1 and opus 4.5 anthropic models diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c99a530..fb98ce36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # task-master-ai +## 0.35.0 + +### Minor Changes + +- [#1437](https://github.com/eyaltoledano/claude-task-master/pull/1437) [`783398e`](https://github.com/eyaltoledano/claude-task-master/commit/783398ecdf71432bd2b97f400756acbcfd60fbef) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Upgrade gemini-cli provider to native structured output support + - Upgrade `ai-sdk-provider-gemini-cli` from v1.1.1 to v1.4.0 with native `responseJsonSchema` support + - Simplify provider implementation by removing JSON extraction workarounds (652 lines → 95 lines) + - Enable native structured output via Gemini API's schema enforcement + +- [#1440](https://github.com/eyaltoledano/claude-task-master/pull/1440) [`9f6f3af`](https://github.com/eyaltoledano/claude-task-master/commit/9f6f3affe322512a8708624850c144b4b890e782) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add support for opus 4.1 and opus 4.5 anthropic models + +### Patch Changes + +- [#1440](https://github.com/eyaltoledano/claude-task-master/pull/1440) [`9f6f3af`](https://github.com/eyaltoledano/claude-task-master/commit/9f6f3affe322512a8708624850c144b4b890e782) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Correct swe scores of haiku 4.5 and sonnet 4.5 + +- [#1436](https://github.com/eyaltoledano/claude-task-master/pull/1436) [`c1df63d`](https://github.com/eyaltoledano/claude-task-master/commit/c1df63d7229f05b57abba4af11e74a8d2bc6dcd9) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Upgrade ai-sdk-provider-claude-code to v2.2.0 for native structured outputs support. + ## 0.34.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index fd04188d..9e8effb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "task-master-ai", - "version": "0.34.0", + "version": "0.35.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "task-master-ai", - "version": "0.34.0", + "version": "0.35.0", "license": "MIT WITH Commons-Clause", "workspaces": [ "apps/*", diff --git a/package.json b/package.json index bcf488ba..102c3a1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.34.0", + "version": "0.35.0", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module",