#897 dd96f51 Thanks @ben-vargas! - Adds support for gemini-cli as a provider, enabling free or subscription use through Google Accounts and paid Gemini Cloud Assist (GCA) subscriptions.
#884 5eafc5e Thanks @geoh! - Added option for the AI to determine the number of tasks required based entirely on complexity
#872 f7fbdd6 Thanks @geoh! - Add advanced settings for Claude Code AI Provider
#870 6fd5e23 Thanks @nishedcob! - Include additional Anthropic models running on Bedrock in what is supported
#510 c99df64 Thanks @shenysun! - Add support for custom response language
#892 56a415e Thanks @joedanz! - Ensure projectRoot is a string (potential WSL fix)
#856 43e0025 Thanks @mm-parthy! - Fix bulk update tag corruption in tagged task lists
#857 598e687 Thanks @mm-parthy! - Fix expand-task to use tag-specific complexity reports
The expand-task function now correctly uses complexity reports specific to the current tag context (e.g., task-complexity-report_feature-branch.json) instead of always using the default task-complexity-report.json file. This enables proper task expansion behavior when working with multiple tag contexts.
#855 e4456b1 Thanks @joedanz! - Fix .gitignore missing trailing newline during project initialization
#846 59a4ec9 Thanks @joedanz! - Default to Cursor profile for MCP init when no rules specified
#852 f38abd6 Thanks @hrmshandy! - fixes a critical issue where subtask generation fails on gemini-2.5-pro unless explicitly prompted to return 'details' field as a string not an object
#908 24e9206 Thanks @joedanz! - Fix rules command to use reliable project root detection like other commands