#567 09add37 Thanks @eyaltoledano! - Added comprehensive Ollama model validation and interactive setup support
task-master models --setup, matching the existing OpenRouter functionality/api/tags endpointollamaBaseUrl from .taskmasterconfig (with role-specific baseUrl overrides supported)#567 4c83526 Thanks @eyaltoledano! - Adds and updates supported AI models with costs:
#567 70f4054 Thanks @eyaltoledano! - Add --research flag to parse-prd command, enabling enhanced task generation from PRD files. When used, Taskmaster leverages the research model to:
This results in higher quality, more actionable tasks with minimal additional effort.
NOTE That this is an experimental feature. Research models don't typically do great at structured output. You may find some failures when using research mode, so please share your feedback so we can improve this.
#567 5e9bc28 Thanks @eyaltoledano!
add-task command's intelligence. When you add a new task, Taskmaster now automatically:
This results in newly created tasks being more accurately placed within your project's dependency structure, saving you time and any need to update tasks just for dependencies, all without significantly increasing AI costs. You'll get smarter, more connected tasks right from the start.
#567 34c769b Thanks @eyaltoledano!
--id option with comma-separated IDs, or --from and --to options to specify a range of tasks.#558 86d8f00 Thanks @ShreyPaharia!
#567 04af16d Thanks @eyaltoledano!
Usage:
task-master move --from=<id> --to=<id>move_task with parameters:
from: ID of task/subtask to move (e.g., "5" or "5.2")to: ID of destination (e.g., "7" or "7.3")file (optional): Custom path to tasks.jsonExample scenarios:
--from="5" --to="7"--from="5.2" --to="7"--from="5.2" --to="7.3"--from="5.2" --to="5.4"--from="10,11,12" --to="16,17,18"--from="5" --to="25" (creates a new task with ID 25)Multiple Task Support:
--from and --to parameters.Validation Features:
#567 231e569 Thanks @eyaltoledano! - Adjusts default main model model to Claude Sonnet 4. Adjusts default fallback to Claude Sonney 3.7"
#567 b371808 Thanks @eyaltoledano! - Adds llms-install.md to the root to enable AI agents to programmatically install the Taskmaster MCP server.
#567 a59dd03 Thanks @eyaltoledano! - Adds AGENTS.md to power Claude Code integration more natively based on Anthropic's best practice and Claude-specific MCP client behaviours.
#567 e0e1155 Thanks @eyaltoledano! - Fixes issue with force/append flag combinations for parse-prd.
#567 34df2c8 Thanks @eyaltoledano! - You can now add tasks to a newly initialized project without having to parse a prd.
#567 d2e6431 Thanks @eyaltoledano! - Fixes an issue where the research fallback would attempt to make API calls without checking for a valid API key first.