Skip to content

Version Packages#1072

Merged
Crunchyman-ralph merged 3 commits intomainfrom
changeset-release/main
Aug 2, 2025
Merged

Version Packages#1072
Crunchyman-ralph merged 3 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 2, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

task-master-ai@0.23.0

Minor Changes

  • #1064 53903f1 Thanks @Crunchyman-ralph! - 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:

    # 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 2ae6e7e Thanks @Crunchyman-ralph! - Fix for tasks not found when using string IDs

  • #1049 45a14c3 Thanks @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.

extension@0.23.0

Minor Changes

  • #1064 b82d858 Thanks @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! 🚀

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Collaborator

@Crunchyman-ralph Crunchyman-ralph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Crunchyman-ralph Crunchyman-ralph merged commit 9d5f50a into main Aug 2, 2025
7 checks passed
Crunchyman-ralph added a commit to iamladi/claude-task-master that referenced this pull request Aug 11, 2025
* 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>
Crunchyman-ralph added a commit to iamladi/claude-task-master that referenced this pull request Aug 11, 2025
* 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>
stephanschielke pushed a commit to stephanschielke/cursor-task-master that referenced this pull request Aug 22, 2025
* 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>
stephanschielke pushed a commit to stephanschielke/cursor-task-master that referenced this pull request Aug 22, 2025
* 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>
sfc-gh-dflippo pushed a commit to sfc-gh-dflippo/task-master-ai that referenced this pull request Dec 4, 2025
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant