diff --git a/.changeset/clever-spies-obey.md b/.changeset/clever-spies-obey.md deleted file mode 100644 index cd9febdc..00000000 --- a/.changeset/clever-spies-obey.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"task-master-ai": minor ---- - -No longer need --package=task-master-ai in mcp server - -- A lot of users were having issues with Taskmaster and usually a simple fix was to remove --package from your mcp.json -- we now bundle our whole package, so we no longer need the --package diff --git a/.changeset/dry-dogs-rule.md b/.changeset/dry-dogs-rule.md deleted file mode 100644 index 3063d73c..00000000 --- a/.changeset/dry-dogs-rule.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"task-master-ai": minor ---- - -Add new `task-master start` command for automated task execution with Claude Code - -- You can now start working on tasks directly by running `task-master start ` which will automatically launch Claude Code with a comprehensive prompt containing all task details, implementation guidelines, and context. -- `task-master start` will automatically detect next-task when no ID is provided. diff --git a/.changeset/giant-clouds-remain.md b/.changeset/giant-clouds-remain.md deleted file mode 100644 index 62355bd3..00000000 --- a/.changeset/giant-clouds-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": minor ---- - -Move from javascript to typescript, not a full refactor but we now have a typescript environment and are moving our javascript commands slowly into typescript diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index a09b66b4..00000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "mode": "exit", - "tag": "rc", - "initialVersions": { - "task-master-ai": "0.26.0", - "@tm/cli": "0.26.0", - "docs": "0.0.2", - "extension": "0.24.2", - "@tm/build-config": "1.0.0", - "@tm/core": "0.26.0" - }, - "changesets": [ - "easy-deer-heal", - "moody-oranges-slide", - "odd-otters-tan", - "shiny-regions-teach", - "wild-ears-look" - ] -} diff --git a/.changeset/pretty-planes-cross.md b/.changeset/pretty-planes-cross.md deleted file mode 100644 index 13947504..00000000 --- a/.changeset/pretty-planes-cross.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -"task-master-ai": minor ---- - -Add grok-cli as a provider with full codebase context support. You can now use Grok models (grok-2, grok-3, grok-4, etc.) with Task Master for AI operations that have access to your entire codebase context, enabling more informed task generation and PRD parsing. - -## Setup Instructions - -1. **Get your Grok API key** from [console.x.ai](https://console.x.ai) -2. **Set the environment variable**: - ```bash - export GROK_CLI_API_KEY="your-api-key-here" - ``` -3. **Configure Task Master to use Grok**: - ```bash - task-master models --set-main grok-beta - # or - task-master models --set-research grok-beta - # or - task-master models --set-fallback grok-beta - ``` - -## Key Features -- **Full codebase context**: Grok models can analyze your entire project when generating tasks or parsing PRDs -- **xAI model access**: Support for latest Grok models (grok-2, grok-3, grok-4, etc.) -- **Code-aware task generation**: Create more accurate and contextual tasks based on your actual codebase -- **Intelligent PRD parsing**: Parse requirements with understanding of your existing code structure - -## Available Models -- `grok-beta` - Latest Grok model with codebase context -- `grok-vision-beta` - Grok with vision capabilities and codebase context - -The Grok CLI provider integrates with xAI's Grok models via grok-cli and can also use the local Grok CLI configuration file (`~/.grok/user-settings.json`) if available. - -## Credits -Built using the [grok-cli](https://github.com/superagent-ai/grok-cli) by Superagent AI for seamless integration with xAI's Grok models. diff --git a/.changeset/ready-plums-worry.md b/.changeset/ready-plums-worry.md deleted file mode 100644 index 6eecde71..00000000 --- a/.changeset/ready-plums-worry.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"task-master-ai": minor ---- - -Improve taskmaster ai provider defaults - -- moving from main anthropic 3.7 to anthropic sonnet 4 -- moving from fallback anthropic 3.5 to anthropic 3.7 \ No newline at end of file diff --git a/.changeset/shiny-regions-teach.md b/.changeset/shiny-regions-teach.md deleted file mode 100644 index 59c38154..00000000 --- a/.changeset/shiny-regions-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": minor ---- - -@tm/cli: add auto-update functionality to every command diff --git a/.changeset/shy-tips-brake.md b/.changeset/shy-tips-brake.md deleted file mode 100644 index bf9792c0..00000000 --- a/.changeset/shy-tips-brake.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"extension": minor ---- - -Add "Start Task" button to VS Code extension for seamless Claude Code integration - -You can now click a "Start Task" button directly in the Task Master extension which will open a new terminal and automatically execute the task using Claude Code. This provides a seamless workflow from viewing tasks in the extension to implementing them without leaving VS Code. diff --git a/.changeset/smart-foxes-sit.md b/.changeset/smart-foxes-sit.md deleted file mode 100644 index dfac7b2f..00000000 --- a/.changeset/smart-foxes-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"extension": patch ---- - -Fix MCP not connecting to new Taskmaster version diff --git a/.changeset/weak-toes-clap.md b/.changeset/weak-toes-clap.md deleted file mode 100644 index a1debaf0..00000000 --- a/.changeset/weak-toes-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": minor ---- - -Fix Grok model configuration validation and update deprecated Claude fallback model. Grok models now properly support their full 131K token capacity, and the fallback model has been upgraded to Claude Sonnet 4 for better performance and future compatibility. diff --git a/.changeset/wild-ears-look.md b/.changeset/wild-ears-look.md deleted file mode 100644 index ff64add2..00000000 --- a/.changeset/wild-ears-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"extension": minor ---- - -Added a Start Build button to the VSCODE Task Properties Right Panel diff --git a/CHANGELOG.md b/CHANGELOG.md index 06322a84..78b1832e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,60 @@ # task-master-ai +## 0.27.0 + +### Minor Changes + +- [#1220](https://github.com/eyaltoledano/claude-task-master/pull/1220) [`4e12643`](https://github.com/eyaltoledano/claude-task-master/commit/4e126430a092fb54afb035514fb3d46115714f97) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - No longer need --package=task-master-ai in mcp server + - A lot of users were having issues with Taskmaster and usually a simple fix was to remove --package from your mcp.json + - we now bundle our whole package, so we no longer need the --package + +- [#1200](https://github.com/eyaltoledano/claude-task-master/pull/1200) [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add new `task-master start` command for automated task execution with Claude Code + - You can now start working on tasks directly by running `task-master start ` which will automatically launch Claude Code with a comprehensive prompt containing all task details, implementation guidelines, and context. + - `task-master start` will automatically detect next-task when no ID is provided. + +- [#1200](https://github.com/eyaltoledano/claude-task-master/pull/1200) [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Move from javascript to typescript, not a full refactor but we now have a typescript environment and are moving our javascript commands slowly into typescript + +- [#1200](https://github.com/eyaltoledano/claude-task-master/pull/1200) [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add grok-cli as a provider with full codebase context support. You can now use Grok models (grok-2, grok-3, grok-4, etc.) with Task Master for AI operations that have access to your entire codebase context, enabling more informed task generation and PRD parsing. + + ## Setup Instructions + 1. **Get your Grok API key** from [console.x.ai](https://console.x.ai) + 2. **Set the environment variable**: + ```bash + export GROK_CLI_API_KEY="your-api-key-here" + ``` + 3. **Configure Task Master to use Grok**: + ```bash + task-master models --set-main grok-beta + # or + task-master models --set-research grok-beta + # or + task-master models --set-fallback grok-beta + ``` + + ## Key Features + - **Full codebase context**: Grok models can analyze your entire project when generating tasks or parsing PRDs + - **xAI model access**: Support for latest Grok models (grok-2, grok-3, grok-4, etc.) + - **Code-aware task generation**: Create more accurate and contextual tasks based on your actual codebase + - **Intelligent PRD parsing**: Parse requirements with understanding of your existing code structure + + ## Available Models + - `grok-beta` - Latest Grok model with codebase context + - `grok-vision-beta` - Grok with vision capabilities and codebase context + + The Grok CLI provider integrates with xAI's Grok models via grok-cli and can also use the local Grok CLI configuration file (`~/.grok/user-settings.json`) if available. + + ## Credits + + Built using the [grok-cli](https://github.com/superagent-ai/grok-cli) by Superagent AI for seamless integration with xAI's Grok models. + +- [#1225](https://github.com/eyaltoledano/claude-task-master/pull/1225) [`a621ff0`](https://github.com/eyaltoledano/claude-task-master/commit/a621ff05eafb51a147a9aabd7b37ddc0e45b0869) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve taskmaster ai provider defaults + - moving from main anthropic 3.7 to anthropic sonnet 4 + - moving from fallback anthropic 3.5 to anthropic 3.7 + +- [#1217](https://github.com/eyaltoledano/claude-task-master/pull/1217) [`e6de285`](https://github.com/eyaltoledano/claude-task-master/commit/e6de285ceacb0a397e952a63435cd32a9c731515) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - @tm/cli: add auto-update functionality to every command + +- [#1200](https://github.com/eyaltoledano/claude-task-master/pull/1200) [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fix Grok model configuration validation and update deprecated Claude fallback model. Grok models now properly support their full 131K token capacity, and the fallback model has been upgraded to Claude Sonnet 4 for better performance and future compatibility. + ## 0.27.0-rc.2 ### Minor Changes diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index adeda481..9be66342 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @tm/cli +## 0.27.0 + +### Patch Changes + +- Updated dependencies []: + - @tm/core@0.26.1 + ## 0.27.0-rc.0 ### Minor Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index ac18d6a5..6a85356a 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tm/cli", - "version": "0.27.0-rc.0", + "version": "0.27.0", "description": "Task Master CLI - Command line interface for task management", "type": "module", "private": true, @@ -9,7 +9,10 @@ "exports": { ".": "./src/index.ts" }, - "files": ["dist", "README.md"], + "files": [ + "dist", + "README.md" + ], "scripts": { "typecheck": "tsc --noEmit", "lint": "biome check src", @@ -42,12 +45,19 @@ "engines": { "node": ">=18.0.0" }, - "keywords": ["task-master", "cli", "task-management", "productivity"], + "keywords": [ + "task-master", + "cli", + "task-management", + "productivity" + ], "author": "", "license": "MIT", "typesVersions": { "*": { - "*": ["src/*"] + "*": [ + "src/*" + ] } } } diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 5bdcba17..84f911d0 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,7 @@ # docs +## 0.0.3 + ## 0.0.2 ## 0.0.1 diff --git a/apps/docs/package.json b/apps/docs/package.json index 24adaca7..7434e145 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.0.2", + "version": "0.0.3", "private": true, "description": "Task Master documentation powered by Mintlify", "scripts": { diff --git a/apps/extension/CHANGELOG.md b/apps/extension/CHANGELOG.md index d8f898f9..ec78281a 100644 --- a/apps/extension/CHANGELOG.md +++ b/apps/extension/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.25.0 + +### Minor Changes + +- [#1200](https://github.com/eyaltoledano/claude-task-master/pull/1200) [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add "Start Task" button to VS Code extension for seamless Claude Code integration + + You can now click a "Start Task" button directly in the Task Master extension which will open a new terminal and automatically execute the task using Claude Code. This provides a seamless workflow from viewing tasks in the extension to implementing them without leaving VS Code. + +- [#1201](https://github.com/eyaltoledano/claude-task-master/pull/1201) [`83af314`](https://github.com/eyaltoledano/claude-task-master/commit/83af314879fc0e563581161c60d2bd089899313e) Thanks [@losolosol](https://github.com/losolosol)! - Added a Start Build button to the VSCODE Task Properties Right Panel + +### Patch Changes + +- [#1229](https://github.com/eyaltoledano/claude-task-master/pull/1229) [`674d1f6`](https://github.com/eyaltoledano/claude-task-master/commit/674d1f6de7ea98116b61bdae6198bafe6c4e7c1a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP not connecting to new Taskmaster version + +- Updated dependencies [[`4e12643`](https://github.com/eyaltoledano/claude-task-master/commit/4e126430a092fb54afb035514fb3d46115714f97), [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142), [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142), [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142), [`a621ff0`](https://github.com/eyaltoledano/claude-task-master/commit/a621ff05eafb51a147a9aabd7b37ddc0e45b0869), [`e6de285`](https://github.com/eyaltoledano/claude-task-master/commit/e6de285ceacb0a397e952a63435cd32a9c731515), [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142)]: + - task-master-ai@0.27.0 + ## 0.25.0-rc.0 ### Minor Changes diff --git a/apps/extension/package.json b/apps/extension/package.json index 9975072a..1f1379e5 100644 --- a/apps/extension/package.json +++ b/apps/extension/package.json @@ -3,15 +3,23 @@ "private": true, "displayName": "TaskMaster", "description": "A visual Kanban board interface for TaskMaster projects in VS Code", - "version": "0.25.0-rc.0", + "version": "0.25.0", "publisher": "Hamster", "icon": "assets/icon.png", "engines": { "vscode": "^1.93.0" }, - "categories": ["AI", "Visualization", "Education", "Other"], + "categories": [ + "AI", + "Visualization", + "Education", + "Other" + ], "main": "./dist/extension.js", - "activationEvents": ["onStartupFinished", "workspaceContains:.taskmaster/**"], + "activationEvents": [ + "onStartupFinished", + "workspaceContains:.taskmaster/**" + ], "contributes": { "viewsContainers": { "activitybar": [ @@ -139,7 +147,11 @@ }, "taskmaster.ui.theme": { "type": "string", - "enum": ["auto", "light", "dark"], + "enum": [ + "auto", + "light", + "dark" + ], "default": "auto", "description": "UI theme preference" }, @@ -200,7 +212,12 @@ }, "taskmaster.debug.logLevel": { "type": "string", - "enum": ["error", "warn", "info", "debug"], + "enum": [ + "error", + "warn", + "info", + "debug" + ], "default": "info", "description": "Logging level" }, diff --git a/package.json b/package.json index f3211cd5..2cf3779d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.27.0-rc.2", + "version": "0.27.0", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module", @@ -9,7 +9,11 @@ "task-master-mcp": "dist/mcp-server.js", "task-master-ai": "dist/mcp-server.js" }, - "workspaces": ["apps/*", "packages/*", "."], + "workspaces": [ + "apps/*", + "packages/*", + "." + ], "scripts": { "build": "npm run build:build-config && cross-env NODE_ENV=production tsdown", "dev": "tsdown --watch", @@ -114,7 +118,12 @@ "bugs": { "url": "https://github.com/eyaltoledano/claude-task-master/issues" }, - "files": ["dist/**", "README-task-master.md", "README.md", "LICENSE"], + "files": [ + "dist/**", + "README-task-master.md", + "README.md", + "LICENSE" + ], "overrides": { "node-fetch": "^2.6.12", "whatwg-url": "^11.0.0" diff --git a/packages/build-config/CHANGELOG.md b/packages/build-config/CHANGELOG.md new file mode 100644 index 00000000..a9d8e1fe --- /dev/null +++ b/packages/build-config/CHANGELOG.md @@ -0,0 +1,3 @@ +# @tm/build-config + +## 1.0.1 diff --git a/packages/build-config/package.json b/packages/build-config/package.json index 2c37bc71..66d8221d 100644 --- a/packages/build-config/package.json +++ b/packages/build-config/package.json @@ -1,6 +1,6 @@ { "name": "@tm/build-config", - "version": "1.0.0", + "version": "1.0.1", "description": "Shared build configuration for Task Master monorepo", "type": "module", "private": true, @@ -12,8 +12,15 @@ "import": "./dist/tsdown.base.js" } }, - "files": ["dist", "src"], - "keywords": ["build-config", "tsup", "monorepo"], + "files": [ + "dist", + "src" + ], + "keywords": [ + "build-config", + "tsup", + "monorepo" + ], "author": "", "license": "MIT", "scripts": { diff --git a/packages/tm-core/CHANGELOG.md b/packages/tm-core/CHANGELOG.md index c1d7fba0..33b68fba 100644 --- a/packages/tm-core/CHANGELOG.md +++ b/packages/tm-core/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 0.26.1 + All notable changes to the @task-master/tm-core package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -8,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added + - Initial package structure and configuration - TypeScript support with strict mode - Dual ESM/CJS build system with tsup @@ -18,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Comprehensive documentation and README ### Development Infrastructure + - tsup configuration for dual format builds - Jest configuration with ESM support - ESLint configuration with TypeScript rules @@ -27,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - .gitignore for development files ### Package Structure + - `src/types/` - TypeScript type definitions (placeholder) - `src/providers/` - AI provider implementations (placeholder) - `src/storage/` - Storage layer abstractions (placeholder) @@ -38,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - TBD ### Planned Features + - Complete TypeScript type system - AI provider implementations - Storage adapters @@ -52,9 +58,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Release Notes ### Version 1.0.0 (Coming Soon) + This will be the first stable release of tm-core with complete implementations of all modules. Currently, all modules contain placeholder implementations to establish the package structure and enable development of dependent packages. ### Development Status + - ✅ Package structure and configuration - ✅ Build and test infrastructure - ✅ Development tooling setup @@ -67,4 +75,4 @@ This will be the first stable release of tm-core with complete implementations o - 🚧 Configuration system (Task 122) - 🚧 Testing infrastructure (Task 123) - 🚧 Documentation (Task 124) -- 🚧 Package finalization (Task 125) \ No newline at end of file +- 🚧 Package finalization (Task 125) diff --git a/packages/tm-core/package.json b/packages/tm-core/package.json index d690c51f..1d77e928 100644 --- a/packages/tm-core/package.json +++ b/packages/tm-core/package.json @@ -1,6 +1,6 @@ { "name": "@tm/core", - "version": "0.26.0", + "version": "0.26.1", "private": true, "description": "Core library for Task Master - TypeScript task management system", "type": "module", @@ -48,8 +48,18 @@ "engines": { "node": ">=18.0.0" }, - "files": ["src", "README.md", "CHANGELOG.md"], - "keywords": ["task-management", "typescript", "ai", "prd", "parser"], + "files": [ + "src", + "README.md", + "CHANGELOG.md" + ], + "keywords": [ + "task-management", + "typescript", + "ai", + "prd", + "parser" + ], "author": "Task Master AI", "license": "MIT" }