Skip to content

Release v0.24.0 - Upstream Integration with Notion Sync

Latest

Choose a tag to compare

@chun92 chun92 released this 09 Aug 18:12
· 48 commits to main since this release

πŸŽ‰ Task Master AI Notion v0.24.0

πŸ”„ Upstream Integration

This release integrates upstream Task Master v0.24.0 while fully preserving Notion synchronization functionality.

✨ New Features from Upstream

  • Claude Code Provider Support: Enhanced codebase-aware task generation when using Claude Code
  • GPT-5 Support: Support for the latest GPT-5 model with proper parameter handling
  • Claude Code Agents: Specialized agents for parallel task execution and quality assurance:
    • task-orchestrator: Coordinates and manages task execution with intelligent dependency analysis
    • task-executor: Handles individual task implementation
    • task-checker: Verifies completed tasks meet specifications
  • Improved Task Expansion: Better context-aware subtask generation with parent task details included

πŸ”— Notion Integration Maintained

  • Full Compatibility: All Notion sync functionality preserved and tested
  • Automatic Sync: Tasks continue to sync automatically with Notion after parse-prd, analyze-complexity, and clear-subtasks operations
  • Diagnostic Tools: validate-notion-sync, repair-notion-db, and reset-notion-db commands remain fully functional

πŸ“¦ Package Updates

  • Updated to version 0.24.0 across all packages while maintaining notion-specific naming
  • Enhanced VS Code extension with improved MCP client functionality
  • All existing Notion-specific features and commands remain unchanged

πŸ› οΈ Technical Improvements

  • Enhanced AI provider compatibility for JSON generation
  • Improved schema compatibility between different AI models
  • Better error handling and automatic JSON repair for malformed responses
  • More robust MCP integration and connection handling

πŸ“‹ Installation & Usage

No breaking changes to existing installations. Continue using:

  • npm install -g task-master-ai-notion
  • task-master-notion commands
  • VS Code extension with full Notion sync support

All existing project configurations and .env files remain compatible.