diff --git a/.changeset/brave-lions-sing.md b/.changeset/brave-lions-sing.md deleted file mode 100644 index d5044eb9..00000000 --- a/.changeset/brave-lions-sing.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"task-master-ai": minor ---- - -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 diff --git a/.changeset/chore-fix-docs.md b/.changeset/chore-fix-docs.md deleted file mode 100644 index 9b73e3a5..00000000 --- a/.changeset/chore-fix-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Improve `analyze-complexity` cli docs and `--research` flag documentation \ No newline at end of file diff --git a/.changeset/cursor-slash-commands.md b/.changeset/cursor-slash-commands.md deleted file mode 100644 index b4c74573..00000000 --- a/.changeset/cursor-slash-commands.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"task-master-ai": minor ---- - -Add Cursor IDE custom slash command support - -Expose Task Master commands as Cursor slash commands by copying assets/claude/commands to .cursor/commands on profile add and cleaning up on remove. diff --git a/.changeset/curvy-weeks-flow.md b/.changeset/curvy-weeks-flow.md deleted file mode 100644 index 028194c7..00000000 --- a/.changeset/curvy-weeks-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Change parent task back to "pending" when all subtasks are in "pending" state diff --git a/.changeset/easy-spiders-wave.md b/.changeset/easy-spiders-wave.md deleted file mode 100644 index c4c0079a..00000000 --- a/.changeset/easy-spiders-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Do a quick fix on build diff --git a/.changeset/fix-mcp-connection-errors.md b/.changeset/fix-mcp-connection-errors.md deleted file mode 100644 index 4f99fe6f..00000000 --- a/.changeset/fix-mcp-connection-errors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -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. \ No newline at end of file diff --git a/.changeset/fix-mcp-default-tasks-path.md b/.changeset/fix-mcp-default-tasks-path.md deleted file mode 100644 index a124e958..00000000 --- a/.changeset/fix-mcp-default-tasks-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix MCP server error when file parameter not provided - now properly constructs default tasks.json path instead of failing with 'tasksJsonPath is required' error. \ No newline at end of file diff --git a/.changeset/flat-cities-say.md b/.changeset/flat-cities-say.md deleted file mode 100644 index eaab97a4..00000000 --- a/.changeset/flat-cities-say.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": minor ---- - -Added api keys page on docs website: docs.task-master.dev/getting-started/api-keys diff --git a/.changeset/forty-tables-invite.md b/.changeset/forty-tables-invite.md deleted file mode 100644 index ab05ddaf..00000000 --- a/.changeset/forty-tables-invite.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"task-master-ai": minor ---- - -Move to AI SDK v5: - -- Works better with claude-code and gemini-cli as ai providers -- Improved openai model family compatibility -- Migrate ollama provider to v2 -- Closes #1223, #1013, #1161, #1174 diff --git a/.changeset/gentle-cats-dance.md b/.changeset/gentle-cats-dance.md deleted file mode 100644 index 92612e5e..00000000 --- a/.changeset/gentle-cats-dance.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -"task-master-ai": minor ---- - -Migrate AI services to use generateObject for structured data generation - -This update migrates all AI service calls from generateText to generateObject, ensuring more reliable and structured responses across all commands. - -### Key Changes: - -- **Unified AI Service**: Replaced separate generateText implementations with a single generateObjectService that handles structured data generation -- **JSON Mode Support**: Added proper JSON mode configuration for providers that support it (OpenAI, Anthropic, Google, Groq) -- **Schema Validation**: Integrated Zod schemas for all AI-generated content with automatic validation -- **Provider Compatibility**: Maintained compatibility with all existing providers while leveraging their native structured output capabilities -- **Improved Reliability**: Structured output generation reduces parsing errors and ensures consistent data formats - -### Technical Improvements: - -- Centralized provider configuration in `ai-providers-unified.js` -- Added `generateObject` support detection for each provider -- Implemented proper error handling for schema validation failures -- Maintained backward compatibility with existing prompt structures - -### Bug Fixes: - -- Fixed subtask ID numbering issue where AI was generating inconsistent IDs (101-105, 601-603) instead of sequential numbering (1, 2, 3...) -- Enhanced prompt instructions to enforce proper ID generation patterns -- Ensured subtasks display correctly as X.1, X.2, X.3 format - -This migration improves the reliability and consistency of AI-generated content throughout the Task Master application. \ No newline at end of file diff --git a/.changeset/mcp-timeout-configuration.md b/.changeset/mcp-timeout-configuration.md deleted file mode 100644 index e12665fb..00000000 --- a/.changeset/mcp-timeout-configuration.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"task-master-ai": minor ---- - -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 like `parse-prd`, `expand-all`, `analyze-complexity`, and `research` operations. This change also replaces static MCP configuration files with programmatic generation for better maintainability. - -**What's New:** -- 300-second timeout for MCP operations (up from default 60 seconds) -- Programmatic MCP configuration generation (replaces static asset files) -- Enhanced reliability for AI-powered operations -- Consistent with other AI coding assistant profiles - -**Migration:** No user action required - existing Roo Code installations will automatically receive the enhanced MCP configuration on next initialization. \ No newline at end of file diff --git a/.changeset/petite-ideas-grab.md b/.changeset/petite-ideas-grab.md deleted file mode 100644 index 6ed231d5..00000000 --- a/.changeset/petite-ideas-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix Claude Code settings validation for pathToClaudeCodeExecutable diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 9f460486..00000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "mode": "exit", - "tag": "rc", - "initialVersions": { - "task-master-ai": "0.27.3", - "docs": "0.0.4", - "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", - "mcp-timeout-configuration", - "petite-ideas-grab", - "silly-pandas-find", - "sweet-maps-rule", - "whole-pigs-say" - ] -} diff --git a/.changeset/silly-pandas-find.md b/.changeset/silly-pandas-find.md deleted file mode 100644 index 564a1338..00000000 --- a/.changeset/silly-pandas-find.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix sonar deep research model failing, should be called `sonar-deep-research` diff --git a/.changeset/sweet-maps-rule.md b/.changeset/sweet-maps-rule.md deleted file mode 100644 index 6462de36..00000000 --- a/.changeset/sweet-maps-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": minor ---- - -Upgrade grok-cli ai provider to ai sdk v5 diff --git a/.changeset/whole-pigs-say.md b/.changeset/whole-pigs-say.md deleted file mode 100644 index eca334fe..00000000 --- a/.changeset/whole-pigs-say.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix complexity score not showing for `task-master show` and `task-master list` - -- Added complexity score on "next task" when running `task-master list` -- Added colors to complexity to reflect complexity (easy, medium, hard) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8546109..f069549a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,84 @@ # task-master-ai +## 0.28.0 + +### 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 + +- [#1215](https://github.com/eyaltoledano/claude-task-master/pull/1215) [`0079b7d`](https://github.com/eyaltoledano/claude-task-master/commit/0079b7defdad550811f704c470fdd01955d91d4d) Thanks [@joedanz](https://github.com/joedanz)! - Add Cursor IDE custom slash command support + + Expose Task Master commands as Cursor slash commands by copying assets/claude/commands to .cursor/commands on profile add and cleaning up on remove. + +- [#1246](https://github.com/eyaltoledano/claude-task-master/pull/1246) [`18aa416`](https://github.com/eyaltoledano/claude-task-master/commit/18aa416035f44345bde1c7321490345733a5d042) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Added api keys page on docs website: docs.task-master.dev/getting-started/api-keys + +- [#1246](https://github.com/eyaltoledano/claude-task-master/pull/1246) [`18aa416`](https://github.com/eyaltoledano/claude-task-master/commit/18aa416035f44345bde1c7321490345733a5d042) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Move to AI SDK v5: + - Works better with claude-code and gemini-cli as ai providers + - Improved openai model family compatibility + - Migrate ollama provider to v2 + - Closes #1223, #1013, #1161, #1174 + +- [#1262](https://github.com/eyaltoledano/claude-task-master/pull/1262) [`738ec51`](https://github.com/eyaltoledano/claude-task-master/commit/738ec51c049a295a12839b2dfddaf05e23b8fede) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Migrate AI services to use generateObject for structured data generation + + This update migrates all AI service calls from generateText to generateObject, ensuring more reliable and structured responses across all commands. + + ### Key Changes: + - **Unified AI Service**: Replaced separate generateText implementations with a single generateObjectService that handles structured data generation + - **JSON Mode Support**: Added proper JSON mode configuration for providers that support it (OpenAI, Anthropic, Google, Groq) + - **Schema Validation**: Integrated Zod schemas for all AI-generated content with automatic validation + - **Provider Compatibility**: Maintained compatibility with all existing providers while leveraging their native structured output capabilities + - **Improved Reliability**: Structured output generation reduces parsing errors and ensures consistent data formats + + ### Technical Improvements: + - Centralized provider configuration in `ai-providers-unified.js` + - Added `generateObject` support detection for each provider + - Implemented proper error handling for schema validation failures + - Maintained backward compatibility with existing prompt structures + + ### Bug Fixes: + - Fixed subtask ID numbering issue where AI was generating inconsistent IDs (101-105, 601-603) instead of sequential numbering (1, 2, 3...) + - Enhanced prompt instructions to enforce proper ID generation patterns + - Ensured subtasks display correctly as X.1, X.2, X.3 format + + This migration improves the reliability and consistency of AI-generated content throughout the Task Master application. + +- [#1112](https://github.com/eyaltoledano/claude-task-master/pull/1112) [`d67b81d`](https://github.com/eyaltoledano/claude-task-master/commit/d67b81d25ddd927fabb6f5deb368e8993519c541) Thanks [@olssonsten](https://github.com/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 like `parse-prd`, `expand-all`, `analyze-complexity`, and `research` operations. This change also replaces static MCP configuration files with programmatic generation for better maintainability. + + **What's New:** + - 300-second timeout for MCP operations (up from default 60 seconds) + - Programmatic MCP configuration generation (replaces static asset files) + - Enhanced reliability for AI-powered operations + - Consistent with other AI coding assistant profiles + + **Migration:** No user action required - existing Roo Code installations will automatically receive the enhanced MCP configuration on next initialization. + +- [#1246](https://github.com/eyaltoledano/claude-task-master/pull/1246) [`986ac11`](https://github.com/eyaltoledano/claude-task-master/commit/986ac117aee00bcd3e6830a0f76e1ad6d10e0bca) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Upgrade grok-cli ai provider to ai sdk v5 + +### Patch Changes + +- [#1235](https://github.com/eyaltoledano/claude-task-master/pull/1235) [`aaacc3d`](https://github.com/eyaltoledano/claude-task-master/commit/aaacc3dae36247b4de72b2d2697f49e5df6d01e3) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve `analyze-complexity` cli docs and `--research` flag documentation + +- [#1251](https://github.com/eyaltoledano/claude-task-master/pull/1251) [`0b2c696`](https://github.com/eyaltoledano/claude-task-master/commit/0b2c6967c4605c33a100cff16f6ce8ff09ad06f0) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Change parent task back to "pending" when all subtasks are in "pending" state + +- [#1274](https://github.com/eyaltoledano/claude-task-master/pull/1274) [`4f984f8`](https://github.com/eyaltoledano/claude-task-master/commit/4f984f8a6965da9f9c7edd60ddfd6560ac022917) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Do a quick fix on build + +- [#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. + +- [#1172](https://github.com/eyaltoledano/claude-task-master/pull/1172) [`b5fe723`](https://github.com/eyaltoledano/claude-task-master/commit/b5fe723f8ead928e9f2dbde13b833ee70ac3382d) Thanks [@jujax](https://github.com/jujax)! - Fix Claude Code settings validation for pathToClaudeCodeExecutable + +- [#1192](https://github.com/eyaltoledano/claude-task-master/pull/1192) [`2b69936`](https://github.com/eyaltoledano/claude-task-master/commit/2b69936ee7b34346d6de5175af20e077359e2e2a) Thanks [@nukunga](https://github.com/nukunga)! - Fix sonar deep research model failing, should be called `sonar-deep-research` + +- [#1270](https://github.com/eyaltoledano/claude-task-master/pull/1270) [`20004a3`](https://github.com/eyaltoledano/claude-task-master/commit/20004a39ea848f747e1ff48981bfe176554e4055) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix complexity score not showing for `task-master show` and `task-master list` + - Added complexity score on "next task" when running `task-master list` + - Added colors to complexity to reflect complexity (easy, medium, hard) + ## 0.28.0-rc.2 ### Minor Changes diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 5b311978..65c15c2b 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies []: + - @tm/core@null + +## null + +### Patch Changes + - Updated dependencies []: - @tm/core@null diff --git a/apps/cli/package.json b/apps/cli/package.json index 6be0dcb7..8c3561ed 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -48,5 +48,6 @@ "*": { "*": ["src/*"] } - } + }, + "version": "" } diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 58a6cb87..9fca77d6 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,7 @@ # docs +## 0.0.5 + ## 0.0.4 ## 0.0.3 diff --git a/apps/docs/package.json b/apps/docs/package.json index 8bbdd60c..fa8c30b5 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.0.4", + "version": "0.0.5", "private": true, "description": "Task Master documentation powered by Mintlify", "scripts": { diff --git a/apps/extension/CHANGELOG.md b/apps/extension/CHANGELOG.md index 06aa72f7..579f8510 100644 --- a/apps/extension/CHANGELOG.md +++ b/apps/extension/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.25.5 + +### Patch Changes + +- Updated dependencies [[`b43b7ce`](https://github.com/eyaltoledano/claude-task-master/commit/b43b7ce201625eee956fb2f8cd332f238bb78c21), [`aaacc3d`](https://github.com/eyaltoledano/claude-task-master/commit/aaacc3dae36247b4de72b2d2697f49e5df6d01e3), [`0079b7d`](https://github.com/eyaltoledano/claude-task-master/commit/0079b7defdad550811f704c470fdd01955d91d4d), [`0b2c696`](https://github.com/eyaltoledano/claude-task-master/commit/0b2c6967c4605c33a100cff16f6ce8ff09ad06f0), [`4f984f8`](https://github.com/eyaltoledano/claude-task-master/commit/4f984f8a6965da9f9c7edd60ddfd6560ac022917), [`7b5a7c4`](https://github.com/eyaltoledano/claude-task-master/commit/7b5a7c4495a68b782f7407fc5d0e0d3ae81f42f5), [`caee040`](https://github.com/eyaltoledano/claude-task-master/commit/caee040907f856d31a660171c9e6d966f23c632e), [`18aa416`](https://github.com/eyaltoledano/claude-task-master/commit/18aa416035f44345bde1c7321490345733a5d042), [`18aa416`](https://github.com/eyaltoledano/claude-task-master/commit/18aa416035f44345bde1c7321490345733a5d042), [`738ec51`](https://github.com/eyaltoledano/claude-task-master/commit/738ec51c049a295a12839b2dfddaf05e23b8fede), [`d67b81d`](https://github.com/eyaltoledano/claude-task-master/commit/d67b81d25ddd927fabb6f5deb368e8993519c541), [`b5fe723`](https://github.com/eyaltoledano/claude-task-master/commit/b5fe723f8ead928e9f2dbde13b833ee70ac3382d), [`2b69936`](https://github.com/eyaltoledano/claude-task-master/commit/2b69936ee7b34346d6de5175af20e077359e2e2a), [`986ac11`](https://github.com/eyaltoledano/claude-task-master/commit/986ac117aee00bcd3e6830a0f76e1ad6d10e0bca), [`20004a3`](https://github.com/eyaltoledano/claude-task-master/commit/20004a39ea848f747e1ff48981bfe176554e4055)]: + - task-master-ai@0.28.0 + ## 0.25.5-rc.0 ### Patch Changes diff --git a/apps/extension/package.json b/apps/extension/package.json index 69fc26c4..17b5e557 100644 --- a/apps/extension/package.json +++ b/apps/extension/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "TaskMaster", "description": "A visual Kanban board interface for TaskMaster projects in VS Code", - "version": "0.25.5-rc.0", + "version": "0.25.5", "publisher": "Hamster", "icon": "assets/icon.png", "engines": { diff --git a/package-lock.json b/package-lock.json index 51d2fda6..a01a7640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "task-master-ai", - "version": "0.28.0-rc.1", + "version": "0.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "task-master-ai", - "version": "0.28.0-rc.1", + "version": "0.28.0", "license": "MIT WITH Commons-Clause", "workspaces": [ "apps/*", @@ -125,13 +125,13 @@ } }, "apps/docs": { - "version": "0.0.4", + "version": "0.0.5", "devDependencies": { "mintlify": "^4.2.111" } }, "apps/extension": { - "version": "0.25.5-rc.0", + "version": "0.25.5", "dependencies": { "task-master-ai": "*" }, diff --git a/package.json b/package.json index fb2090fb..2090c0da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.28.0-rc.2", + "version": "0.28.0", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module", diff --git a/packages/ai-sdk-provider-grok-cli/CHANGELOG.md b/packages/ai-sdk-provider-grok-cli/CHANGELOG.md new file mode 100644 index 00000000..b6c6df55 --- /dev/null +++ b/packages/ai-sdk-provider-grok-cli/CHANGELOG.md @@ -0,0 +1,3 @@ +# @tm/ai-sdk-provider-grok-cli + +## null diff --git a/packages/ai-sdk-provider-grok-cli/package.json b/packages/ai-sdk-provider-grok-cli/package.json index 8becbefe..efda9c26 100644 --- a/packages/ai-sdk-provider-grok-cli/package.json +++ b/packages/ai-sdk-provider-grok-cli/package.json @@ -31,5 +31,6 @@ "files": ["dist/**/*", "README.md"], "publishConfig": { "access": "public" - } + }, + "version": "" } diff --git a/packages/build-config/CHANGELOG.md b/packages/build-config/CHANGELOG.md index eef7b965..338355f5 100644 --- a/packages/build-config/CHANGELOG.md +++ b/packages/build-config/CHANGELOG.md @@ -2,4 +2,6 @@ ## null +## null + ## 1.0.1 diff --git a/packages/build-config/package.json b/packages/build-config/package.json index d3fb875a..8677f067 100644 --- a/packages/build-config/package.json +++ b/packages/build-config/package.json @@ -24,5 +24,6 @@ }, "dependencies": { "tsup": "^8.5.0" - } + }, + "version": "" } diff --git a/packages/tm-core/CHANGELOG.md b/packages/tm-core/CHANGELOG.md index 70a35ed9..4358af7c 100644 --- a/packages/tm-core/CHANGELOG.md +++ b/packages/tm-core/CHANGELOG.md @@ -2,6 +2,8 @@ ## null +## null + ## 0.26.1 All notable changes to the @task-master/tm-core package will be documented in this file. diff --git a/packages/tm-core/package.json b/packages/tm-core/package.json index 0e3b6553..c69fa1de 100644 --- a/packages/tm-core/package.json +++ b/packages/tm-core/package.json @@ -42,5 +42,6 @@ "files": ["src", "README.md", "CHANGELOG.md"], "keywords": ["task-management", "typescript", "ai", "prd", "parser"], "author": "Task Master AI", - "license": "MIT" + "license": "MIT", + "version": "" }