From b9e644c556f90e883d7bea9101e7f130aab8c66d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Oct 2025 14:06:45 +0000 Subject: [PATCH] chore: rc version bump --- .changeset/pre.json | 3 +++ CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 07c1a861..42870065 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,10 +7,13 @@ "extension": "0.25.4" }, "changesets": [ + "brave-lions-sing", "chore-fix-docs", "cursor-slash-commands", "curvy-weeks-flow", "easy-spiders-wave", + "fix-mcp-connection-errors", + "fix-mcp-default-tasks-path", "flat-cities-say", "forty-tables-invite", "gentle-cats-dance", diff --git a/CHANGELOG.md b/CHANGELOG.md index 51341c7e..e8546109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # task-master-ai +## 0.28.0-rc.2 + +### Minor Changes + +- [#1273](https://github.com/eyaltoledano/claude-task-master/pull/1273) [`b43b7ce`](https://github.com/eyaltoledano/claude-task-master/commit/b43b7ce201625eee956fb2f8cd332f238bb78c21) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Add Codex CLI provider with OAuth authentication + - Added codex-cli provider for GPT-5 and GPT-5-Codex models (272K input / 128K output) + - OAuth-first authentication via `codex login` - no API key required + - Optional OPENAI_CODEX_API_KEY support + - Codebase analysis capabilities automatically enabled + - Command-specific settings and approval/sandbox modes + +### Patch Changes + +- [#1277](https://github.com/eyaltoledano/claude-task-master/pull/1277) [`7b5a7c4`](https://github.com/eyaltoledano/claude-task-master/commit/7b5a7c4495a68b782f7407fc5d0e0d3ae81f42f5) Thanks [@Crunchyman-ralph](https://github.com/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](https://github.com/eyaltoledano/claude-task-master/pull/1276) [`caee040`](https://github.com/eyaltoledano/claude-task-master/commit/caee040907f856d31a660171c9e6d966f23c632e) Thanks [@Crunchyman-ralph](https://github.com/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. + ## 0.28.0-rc.1 ### Patch Changes diff --git a/package.json b/package.json index fb4ec930..ad5866f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.28.0-rc.1", + "version": "0.28.0-rc.2", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module",