From 9d5f50ac8e4685080c6577b38f7f87054a551aec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 22:43:08 +0200 Subject: [PATCH] Version Packages (#1072) * Version Packages * chore: add eyal instead of crunchyman to eyal's feature * chore: run format --------- 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/eleven-horses-shop.md | 5 --- .changeset/fix-tag-complexity-detection.md | 7 ---- .changeset/floppy-news-buy-1.md | 38 ----------------- .changeset/pre.json | 14 ------- .changeset/sour-pans-beam-1.md | 42 ------------------- CHANGELOG.md | 48 ++++++++++++++++++++++ apps/extension/CHANGELOG.md | 43 +++++++++++++++++++ apps/extension/package.json | 2 +- package.json | 2 +- 9 files changed, 93 insertions(+), 108 deletions(-) delete mode 100644 .changeset/eleven-horses-shop.md delete mode 100644 .changeset/fix-tag-complexity-detection.md delete mode 100644 .changeset/floppy-news-buy-1.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/sour-pans-beam-1.md diff --git a/.changeset/eleven-horses-shop.md b/.changeset/eleven-horses-shop.md deleted file mode 100644 index 84b63caf..00000000 --- a/.changeset/eleven-horses-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix for tasks not found when using string IDs diff --git a/.changeset/fix-tag-complexity-detection.md b/.changeset/fix-tag-complexity-detection.md deleted file mode 100644 index 4c74d978..00000000 --- a/.changeset/fix-tag-complexity-detection.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix tag-specific complexity report detection in expand command - -The expand command now correctly finds and uses tag-specific complexity reports (e.g., `task-complexity-report_feature-xyz.json`) when operating in a tag context. Previously, it would always look for the generic `task-complexity-report.json` file due to a default value in the CLI option definition. \ No newline at end of file diff --git a/.changeset/floppy-news-buy-1.md b/.changeset/floppy-news-buy-1.md deleted file mode 100644 index b2674d1a..00000000 --- a/.changeset/floppy-news-buy-1.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -"task-master-ai": minor ---- - -Add new `scope-up` and `scope-down` commands for dynamic task complexity adjustment - -This release introduces two powerful new commands that allow you to dynamically adjust the complexity of your tasks and subtasks without recreating them from scratch. - -**New CLI Commands:** -- `task-master scope-up` - Increase task complexity (add more detail, requirements, or implementation steps) -- `task-master scope-down` - Decrease task complexity (simplify, remove unnecessary details, or streamline) - -**Key Features:** -- **Multiple tasks**: Support comma-separated IDs to adjust multiple tasks at once (`--id=5,7,12`) -- **Strength levels**: Choose adjustment intensity with `--strength=light|regular|heavy` (defaults to regular) -- **Custom prompts**: Use `--prompt` flag to specify exactly how you want tasks adjusted -- **MCP integration**: Available as `scope_up_task` and `scope_down_task` tools in Cursor and other MCP environments -- **Smart context**: AI considers your project context and task dependencies when making adjustments - -**Usage Examples:** -```bash -# Make a task more detailed -task-master scope-up --id=5 - -# Simplify multiple tasks with light touch -task-master scope-down --id=10,11,12 --strength=light - -# Custom adjustment with specific instructions -task-master scope-up --id=7 --prompt="Add more error handling and edge cases" -``` - -**Why use this?** -- **Iterative refinement**: Adjust task complexity as your understanding evolves -- **Project phase adaptation**: Scale tasks up for implementation, down for planning -- **Team coordination**: Adjust complexity based on team member experience levels -- **Milestone alignment**: Fine-tune tasks to match project phase requirements - -Perfect for agile workflows where task requirements change as you learn more about the problem space. \ No newline at end of file diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 624e4051..00000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "mode": "exit", - "tag": "rc", - "initialVersions": { - "task-master-ai": "0.22.0", - "extension": "0.20.0" - }, - "changesets": [ - "eleven-horses-shop", - "fix-tag-complexity-detection", - "floppy-news-buy-1", - "sour-pans-beam-1" - ] -} diff --git a/.changeset/sour-pans-beam-1.md b/.changeset/sour-pans-beam-1.md deleted file mode 100644 index 79d7dc25..00000000 --- a/.changeset/sour-pans-beam-1.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -"extension": minor ---- - -🎉 **Introducing TaskMaster Extension!** - -We're thrilled to launch the first version of our Code extension, bringing the power of TaskMaster directly into your favorite code editor. While this is our initial release and we've kept things focused, it already packs powerful features to supercharge your development workflow. - -## ✨ Key Features - -### 📋 Visual Task Management -- **Kanban Board View**: Visualize all your tasks in an intuitive board layout directly in VS Code -- **Drag & Drop**: Easily change task status by dragging cards between columns -- **Real-time Updates**: See changes instantly as you work through your project - -### 🏷️ Multi-Context Support -- **Tag Switching**: Seamlessly switch between different project contexts/tags -- **Isolated Workflows**: Keep different features or experiments organized separately - -### 🤖 AI-Powered Task Updates -- **Smart Updates**: Use TaskMaster's AI capabilities to update tasks and subtasks -- **Context-Aware**: Leverages your existing TaskMaster configuration and models - -### 📊 Rich Task Information -- **Complexity Scores**: See task complexity ratings at a glance -- **Subtask Visualization**: Expand tasks to view and manage subtasks -- **Dependency Graphs**: Understand task relationships and dependencies visually - -### ⚙️ Configuration Management -- **Visual Config Editor**: View and understand your `.taskmaster/config.json` settings -- **Easy Access**: No more manual JSON editing for common configuration tasks - -### 🚀 Quick Actions -- **Status Updates**: Change task status with a single click -- **Task Details**: Access full task information without leaving VS Code -- **Integrated Commands**: All TaskMaster commands available through the command palette - -## 🎯 What's Next? - -This is just the beginning! We wanted to get a solid foundation into your hands quickly. The extension will evolve rapidly with your feedback, adding more advanced features, better visualizations, and deeper integration with your development workflow. - -Thank you for being part of the TaskMaster journey. Your workflow has never looked better! 🚀 diff --git a/CHANGELOG.md b/CHANGELOG.md index d32390f6..1321e136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,53 @@ # task-master-ai +## 0.23.0 + +### Minor Changes + +- [#1064](https://github.com/eyaltoledano/claude-task-master/pull/1064) [`53903f1`](https://github.com/eyaltoledano/claude-task-master/commit/53903f1e8eee23ac512eb13a6d81d8cbcfe658cb) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add new `scope-up` and `scope-down` commands for dynamic task complexity adjustment + + This release introduces two powerful new commands that allow you to dynamically adjust the complexity of your tasks and subtasks without recreating them from scratch. + + **New CLI Commands:** + - `task-master scope-up` - Increase task complexity (add more detail, requirements, or implementation steps) + - `task-master scope-down` - Decrease task complexity (simplify, remove unnecessary details, or streamline) + + **Key Features:** + - **Multiple tasks**: Support comma-separated IDs to adjust multiple tasks at once (`--id=5,7,12`) + - **Strength levels**: Choose adjustment intensity with `--strength=light|regular|heavy` (defaults to regular) + - **Custom prompts**: Use `--prompt` flag to specify exactly how you want tasks adjusted + - **MCP integration**: Available as `scope_up_task` and `scope_down_task` tools in Cursor and other MCP environments + - **Smart context**: AI considers your project context and task dependencies when making adjustments + + **Usage Examples:** + + ```bash + # Make a task more detailed + task-master scope-up --id=5 + + # Simplify multiple tasks with light touch + task-master scope-down --id=10,11,12 --strength=light + + # Custom adjustment with specific instructions + task-master scope-up --id=7 --prompt="Add more error handling and edge cases" + ``` + + **Why use this?** + - **Iterative refinement**: Adjust task complexity as your understanding evolves + - **Project phase adaptation**: Scale tasks up for implementation, down for planning + - **Team coordination**: Adjust complexity based on team member experience levels + - **Milestone alignment**: Fine-tune tasks to match project phase requirements + + Perfect for agile workflows where task requirements change as you learn more about the problem space. + +### Patch Changes + +- [#1063](https://github.com/eyaltoledano/claude-task-master/pull/1063) [`2ae6e7e`](https://github.com/eyaltoledano/claude-task-master/commit/2ae6e7e6be3605c3c4d353f34666e54750dba973) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix for tasks not found when using string IDs + +- [#1049](https://github.com/eyaltoledano/claude-task-master/pull/1049) [`45a14c3`](https://github.com/eyaltoledano/claude-task-master/commit/45a14c323d21071c15106335e89ad1f4a20976ab) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Fix tag-specific complexity report detection in expand command + + The expand command now correctly finds and uses tag-specific complexity reports (e.g., `task-complexity-report_feature-xyz.json`) when operating in a tag context. Previously, it would always look for the generic `task-complexity-report.json` file due to a default value in the CLI option definition. + ## 0.23.0-rc.2 ### Minor Changes diff --git a/apps/extension/CHANGELOG.md b/apps/extension/CHANGELOG.md index 363c6786..0eb73e53 100644 --- a/apps/extension/CHANGELOG.md +++ b/apps/extension/CHANGELOG.md @@ -1,5 +1,48 @@ # Change Log +## 0.23.0 + +### Minor Changes + +- [#1064](https://github.com/eyaltoledano/claude-task-master/pull/1064) [`b82d858`](https://github.com/eyaltoledano/claude-task-master/commit/b82d858f81a1e702ad59d84d5ae8a2ca84359a83) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - 🎉 **Introducing TaskMaster Extension!** + + We're thrilled to launch the first version of our Code extension, bringing the power of TaskMaster directly into your favorite code editor. While this is our initial release and we've kept things focused, it already packs powerful features to supercharge your development workflow. + + ## ✨ Key Features + + ### 📋 Visual Task Management + - **Kanban Board View**: Visualize all your tasks in an intuitive board layout directly in VS Code + - **Drag & Drop**: Easily change task status by dragging cards between columns + - **Real-time Updates**: See changes instantly as you work through your project + + ### 🏷️ Multi-Context Support + - **Tag Switching**: Seamlessly switch between different project contexts/tags + - **Isolated Workflows**: Keep different features or experiments organized separately + + ### 🤖 AI-Powered Task Updates + - **Smart Updates**: Use TaskMaster's AI capabilities to update tasks and subtasks + - **Context-Aware**: Leverages your existing TaskMaster configuration and models + + ### 📊 Rich Task Information + - **Complexity Scores**: See task complexity ratings at a glance + - **Subtask Visualization**: Expand tasks to view and manage subtasks + - **Dependency Graphs**: Understand task relationships and dependencies visually + + ### ⚙️ Configuration Management + - **Visual Config Editor**: View and understand your `.taskmaster/config.json` settings + - **Easy Access**: No more manual JSON editing for common configuration tasks + + ### 🚀 Quick Actions + - **Status Updates**: Change task status with a single click + - **Task Details**: Access full task information without leaving VS Code + - **Integrated Commands**: All TaskMaster commands available through the command palette + + ## 🎯 What's Next? + + This is just the beginning! We wanted to get a solid foundation into your hands quickly. The extension will evolve rapidly with your feedback, adding more advanced features, better visualizations, and deeper integration with your development workflow. + + Thank you for being part of the TaskMaster journey. Your workflow has never looked better! 🚀 + ## 0.23.0-rc.1 ### Minor Changes diff --git a/apps/extension/package.json b/apps/extension/package.json index ea11accc..227c575f 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.23.0-rc.1", + "version": "0.23.0", "publisher": "Hamster", "icon": "assets/icon.png", "engines": { diff --git a/package.json b/package.json index 26ee7768..57c9877c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.23.0-rc.2", + "version": "0.23.0", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module",