v0.9.30 #35
Closed
eyaltoledano
announced in
Announcements
v0.9.30
#35
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://www.npmjs.com/package/task-master-ai/v/0.9.30
This is mostly a chore release solving a few bugs and is heavily focuses on implementing unit tests for the Task Master platform. We are off to a good start there with nearly 200 tests defined and 169 implemented and passing.
This release paves the way for the next which will be a minor patch introducing MCP support. Will be holding minor improvements, bug fixes and everything else until that ships as it is the number requested feature at the moment and the most likely feature to help reduce friction getting started with Task Master.
How to upgrade
Get the latest features by running
npm i -g task-master-aiand then runtask-master initin your project root folder. Tasks will not be affected by the init command as it updates other files.New features:
feat: Enabled 128k token output for Claude 3.7 Sonnet
feat: adds ability to add or remove subtasks. Can also turn subtasks into standalone features. Also refactors the task-master.js by deleting 200+ lines of duplicate code. Instead properly imports t
feat: Improve parse-prd command: Adds default PRD path support (scripts/prd.txt) so you can just run
task-master parse-prdand it will use the default PRD if it existsfeat: Adds .windsurfrules to the init package. It's composed of the 3 rules we currently package, and has been edited to be Windsurf specific. Rules are added in as sections. The init function will search for an existing .windsurfrules document, and if it finds it, it will append to it. Otherwise it will create it.
Bug fixes:
New Contributors
This discussion was created from the release v0.9.30.
Beta Was this translation helpful? Give feedback.
All reactions