Latest
Sign InSign Up
Product
Resources
DocsTaskmasterHamster StudioCareersAbout
Latest
Sign InSign Up

Same-day shipping for your product team

© 2025 Wheel Go Fast, Inc. All Rights Reserved.

GitHubDiscord
Latest
Resources
  • Docs
  • Careers
  • About
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy

Comprehensive Kiro IDE Integration & Smart Complexity Reports

Full Kiro IDE support with 7 autonomous task management agent hooks, plus intelligent prompting to generate complexity reports when missing for better task planning.

← Taskmaster 0.21.0
Taskmaster 0.23.0 →

Minor Changes

  • #1043 dc44ed9 Thanks @Crunchyman-ralph! - Prompt to generate a complexity report when it is missing

  • #1032 4423119 Thanks @Crunchyman-ralph! - Add comprehensive Kiro IDE integration with autonomous task management hooks

    • Kiro Profile: Added full support for Kiro IDE with automatic installation of 7 Taskmaster agent hooks
    • Hook-Driven Workflow: Introduced natural language automation hooks that eliminate manual task status updates
    • Automatic Hook Installation: Hooks are now automatically copied to .kiro/hooks/ when running task-master rules add kiro
    • Language-Agnostic Support: All hooks support multiple programming languages (JS, Python, Go, Rust, Java, etc.)
    • Frontmatter Transformation: Kiro rules use simplified inclusion: always format instead of Cursor's complex frontmatter
    • Special Rule: Added taskmaster_hooks_workflow.md that guides AI assistants to prefer hook-driven completion

    Key hooks included:

    • Task Dependency Auto-Progression: Automatically starts tasks when dependencies complete
    • Code Change Task Tracker: Updates task progress as you save files
    • Test Success Task Completer: Marks tasks done when tests pass
    • Daily Standup Assistant: Provides personalized task status summaries
    • PR Readiness Checker: Validates task completion before creating pull requests
    • Complexity Analyzer: Auto-expands complex tasks into manageable subtasks
    • Git Commit Task Linker: Links commits to tasks for better traceability

    This creates a truly autonomous development workflow where task management happens naturally as you code!

Patch Changes

  • #1033 7b90568 Thanks @ben-vargas! - Fix compatibility with @google/gemini-cli-core v0.1.12+ by updating ai-sdk-provider-gemini-cli to v0.1.1.

  • #1038 77cc5e4 Thanks @Crunchyman-ralph! - Fix 'expand --all' and 'show' commands to correctly handle tag contexts for complexity reports and task display.

  • #1025 8781794 Thanks @joedanz! - Clean up remaining automatic task file generation calls

  • #1035 fb7d588 Thanks @Crunchyman-ralph! - Fix max_tokens limits for OpenRouter and Groq models

    • Add special handling in config-manager.js for custom OpenRouter models to use a conservative default of 32,768 max_tokens
    • Update qwen/qwen-turbo model max_tokens from 1,000,000 to 32,768 to match OpenRouter's actual limits
    • Fix moonshotai/kimi-k2-instruct max_tokens to 16,384 to match Groq's actual limit (fixes #1028)
    • This prevents "maximum context length exceeded" errors when using OpenRouter models not in our supported models list
  • #1027 6ae66b2 Thanks @andreswebs! - Fix VSCode profile generation to use correct rule file names (using .instructions.md extension instead of .md) and front-matter properties (removing the unsupported alwaysApply property from instructions files' front-matter).