Improved findTasks algorithm for better path resolution, fixed MCP update tool 'No valid tasks found' error, and enhanced add-task fuzzy search for improved user experience.
#695 1ece6f1 Thanks @Crunchyman-ralph! - improve findTasks algorithm for resolving tasks path
#695 ee0be04 Thanks @Crunchyman-ralph! - Fix update tool on MCP giving No valid tasks found
#699 27edbd8 Thanks @eyaltoledano! - Enhanced add-task fuzzy search intelligence and improved user experience
Smarter Task Discovery:
Enhanced Terminal Experience:
Visual Improvements:
AI Provider Compatibility:
Technical Improvements:
The add-task system now provides truly relevant task context based on semantic understanding rather than arbitrary categories and limits, while maintaining a cleaner and more professional terminal experience.
#655 edaa5fe Thanks @Crunchyman-ralph! - Fix double .taskmaster directory paths in file resolution utilities
#671 86ea6d1 Thanks @joedanz! - Add one-click MCP server installation for Cursor
#699 2e55757 Thanks @eyaltoledano! - Add sync-readme command for a task export to GitHub README
Introduces a new sync-readme command that exports your task list to your project's README.md file.
Features:
--status filtering (e.g., pending, done) and --with-subtasks flagUsage:
task-master sync-readme - Export tasks without subtaskstask-master sync-readme --with-subtasks - Include subtasks in exporttask-master sync-readme --status=pending - Only export pending taskstask-master sync-readme --status=done --with-subtasks - Export completed tasks with subtasksPerfect for showcasing project progress on GitHub. Experimental. Open to feedback.