Eyal Toledano Profile picture
May 20 9 tweets 4 min read Read on X
just shipped taskmaster v0.14 🚀

→ know the cost of your taskmaster calls
→ @ollama provider support
→ baseUrl support across roles
→ task complexity score in tasks
→ strong focus on fixes & stability
→ over 9,500⭐ on @github

follow + bookmark + dive in
👀👇
1

introducing cost telemetry for ai commands

→ costs reported across ai providers
→ breaks down input/output token usage
→ calculates cost of ai command
→ both CLI & MCP

we don't store this information yet

but it will eventually be used to power model leaderboards +++ Image
2

knowing the cost of ai commands might make you more sensitive to certain providers

@ollama support uses your local ai endpoint to power @taskmasterai ai commands at no cost

→ use any installed model
→ models without tool_use are not ideal
→ telemetry will show $0 cost Image
3

baseUrl support has been added to let you adjust the endpoint for any of the 3 roles

you can adjust this by adding 'baseUrl' to any of the roles in .taskmasterconfig

this opens up some support for currently unsupported ai providers like @awscloud @Azure Image
4

after parsing a PRD into tasks, using analyze-complexity asks ai to score how complex your tasks are and to figure out how many subtasks you need based on their complexity

task complexity scores now appear across task lists, next task, and task details views

s/o @JoeDanz Image
5

main focus on bug fixes across the stack & stability is now at an all-time high

→ fix MCP rough edges
→ fix parse-prd --append & --force
→ fix versioning issues
→ fix some error handling
→ removes cache layer
→ adjust default fallbacks
+++

thanks contributors!
we've been cooking some next level stuff while delivering this excellent release

taskmaster will continue to improve even faster

but holy moly is the future bright and i'm excited to share what that looks like soon

in the meantime, help us cross 10,000 ⭐ on @github
that's it for now, till next time!

v0.14 changelog
github.com/eyaltoledano/c…

→ npm i -g task-master-ai@latest
→ MCP auto-updates
→ founding team is locked-in!
→ join discord.gg/taskmasterai
→ more info task-master.dev
→ hug your loved ones

vibe on friends 🩶
help taskmaster reach more people by retweeting the first tweet and sharing it with your friends who are tired of getting stuck coding with ai

follow if you bookmark!

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Eyal Toledano

Eyal Toledano Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @EyalToledano

Dec 6
we've shipped huge features in taskmaster v0.37 🚀

→ real-time PRDs, team plans, synced tasks 🐹
→ GPT-5, @lmstudio, @Zai_org GLM
→ @claudeai plugin + @aisdk v5
→ smaller MCP tool footprint
→ redesigned init ux
→ enterprise proxy
+ more

follow + retweet + bookmark 👀👇
1

taskmaster for teams is here

we've completely redesigned init, it now offer 2 modes:

SOLO (local): prds and tasks in local files
TOGETHER (hamster): briefs and tasks on @usehamster

→ plans created on hamster, executed with taskmaster
→ login / signup to hamster from CLI Image
2

tm export turns your local tasks into shareable team plans

→ reverse-engineers a PRD from your tasks
→ both plan + tasks live on @usehamster
→ implement with team, same taskmaster workflow
→ no api keys, hamster handles all inference
→ no waitlist

multiplayer plans! Image
Read 12 tweets
Aug 8
we've shipped taskmaster v0.24 🚀

→ @claudeai subagent support
→ code-aware task generation
→ orchestrator: hands-off task management
→ executor: autonomous parallel development
→ checker: testing + validating production
→ GPT-5 support

follow + retweet + bookmark
👀👇
1

taskmaster now integrates natively with @claude_code's sub-agent feature

→ parallel task execution
→ intelligent task orchestration
→ automatic quality assurance on completed tasks
→ taskmaster uses code context when generating tasks

to use: task-master rules add claude Image
2

orchestrator coordinates + manages the execution of tasks via intelligent dependency analysis

→ identifies parallel work via dependencies
→ concurrent execution w/ multiple executors
→ monitors completion + updates dependency graph
→ auto-identify + start unblocked tasks Image
Read 10 tweets
Jul 12
we've shipped taskmaster v0.20 🚀

→ mcp sampling support (zero api keys)
→ @geminicli integration & provider
→ advanced @claude_code rules
→ language override
→ @grok 4 support
→ @GroqInc support
→ parse-prd auto-selects task number
& more

follow + bookmark + vibe
👀👇
1

#1 request! you can now use taskmaster without api keys in any mcp client that supports sampling

→ client-side llm provider for all roles
→ setup with init - auto-detects local models
→ no extra cost or api keys needed

FYI: only @code supports sampling rn

s/o @OrenMe Image
2

@geminicli is now integrated as a provider for taskmaster ops with zero api keys required

→ add gemini rules anytime
→ supports free tier & paid gemini cloud assist
→ use as provider for main/fallback/research roles
→ updated for recent @geminicli changes

s/o @ben_vargas Image
Read 12 tweets
Jun 22
just shipped taskmaster v0.18 🚀

→ @claude_code provider without API keys
→ init with IDE-specific profiles for @cursor_ai @claude_code @windsurf_ai @roo_code @cline @code @Trae_ai
→ cleaner git repos & Python support
→ PROVIDER_BASE_URL

follow + bookmark + dive in

👀👇
1

we've shipped @claude_code provider support, which is now available for Taskmaster ops without the need for an Anthropic API key

→ CLI integration for Opus and Sonnet models
→ uses your Claude Code client for Taskamster ops
→ totally optional

s/o @neno_is_ooo @RalphEcom Image
you can setup Claude Code as your provider through either the CLI or the MCP

→ CLI: use the `models` command with --claude-code
→ MCP: simply tell the agent to set your model using the claude-code provider
→ telemetry details will indicate $0.00 cost for taskmaster commands Image
Read 10 tweets
Jun 15
just shipped taskmaster v0.17 🚀

→ multi-context task management via tagged lists
→ `research` MCP tool with interactive CLI
→ get-task/show upgrades & batch ops
→ --append for update-task
→ save research to docs
→ multi-status filters

follow + bookmark + dive in

👀👇
1

tagged lists is our biggest upgrade ever

→ keep master list clean & focused
→ spin up isolated contexts for experiments, prototypes & personal tasks
→ easily create tags for @github branches
→ taskmaster scales complexity per project maturity

it's next-level flexibility Image
rapid prototyping and versioned task lists

→ clearly separate experimental work
→ easily manage tasks across versions/teammates
→ keep your master task list stable & release-ready

your agent will intelligently suggest creating tags like mvp, v1, when and if appropriate Image
Read 16 tweets
May 3
just shipped taskmaster v0.13 🚀

→ ai model/provider management
→ @OpenAI @GoogleAI @xai @OpenRouterAI
→ @roo_code support
→ smarter parse-prd & expand, next is now subtask-aware, --research for add-task +++
→ 7.5k⭐ + 10k downloads/week

follow + bookmark + dive in
👀👇
1

our #1 feature request is fulfilled. you can now use taskmaster with 200+ models across 6 ai providers, with many more on the way. full cli + mcp support.

new:
@OpenAI @GoogleAI @xai @OpenRouterAI

soon:
@ollama @Azure @awscloud + BASE_URL in config

keep reading
2

ai models can now be used across 3 distinct roles:

→ main
→ research
→ fallback

supported models for each of these roles have been streamlined plus custom model support via @OpenRouterAI

task-master --set-main/research/fallback <model_id>

(model_id only → no provider) Image
Read 21 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(