Skip to content

Version Packages#1228

Merged
Crunchyman-ralph merged 1 commit into
mainfrom
changeset-release/main
Sep 22, 2025
Merged

Version Packages#1228
Crunchyman-ralph merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 22, 2025

Copy link
Copy Markdown
Contributor

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.27.0

Minor Changes

  • #1220 4e12643 Thanks @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 fce8414 Thanks @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 <task-id> 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 fce8414 Thanks @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 fce8414 Thanks @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
    2. Set the environment variable:
      export GROK_CLI_API_KEY="your-api-key-here"
    3. Configure Task Master to use Grok:
      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 by Superagent AI for seamless integration with xAI's Grok models.

  • #1225 a621ff0 Thanks @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 e6de285 Thanks @Crunchyman-ralph! - @tm/cli: add auto-update functionality to every command

  • #1200 fce8414 Thanks @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.

extension@0.25.0

Minor Changes

  • #1200 fce8414 Thanks @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 83af314 Thanks @losolosol! - Added a Start Build button to the VSCODE Task Properties Right Panel

Patch Changes

@tm/cli@0.27.0

Patch Changes

  • Updated dependencies []:
    • @tm/core@0.26.1

docs@0.0.3

@tm/build-config@1.0.1

@tm/core@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,
and this project adheres to Semantic Versioning.

@coderabbitai

coderabbitai Bot commented Sep 22, 2025

Copy link
Copy Markdown
Contributor

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.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot force-pushed the changeset-release/main branch from dd7aa88 to eedd9b3 Compare September 22, 2025 17:21

@Crunchyman-ralph Crunchyman-ralph left a comment

Copy link
Copy Markdown
Collaborator

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 05f6242 into main Sep 22, 2025
3 checks passed
@Crunchyman-ralph Crunchyman-ralph deleted the changeset-release/main branch September 22, 2025 17:23
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