#1461 9ee63e0 Thanks @Crunchyman-ralph! - Add operating mode filtering for slash commands and rules
Solo mode and team mode now have distinct sets of commands and rules:
Both modes share common commands for viewing and navigating tasks. The difference is:
When switching modes (e.g., from solo to team), all existing TaskMaster commands and rules are automatically cleaned up before adding the new mode's files. This prevents orphaned commands/rules from previous modes.
The operating mode is auto-detected from config or auth status, and can be overridden with --mode=solo|team flag on the rules command.
#1461 9ee63e0 Thanks @Crunchyman-ralph! - Add Taskmaster slash commands for:
Add them with task-master rules add <provider>
#1508 69ac463 Thanks @ben-vargas! - Added support for new OpenAI models with reasoning effort configuration:
gpt-5.1 (codex-cli & openai): supports none, low, medium, high reasoninggpt-5.1-codex-max (codex-cli & openai): supports none, low, medium, high, xhigh reasoninggpt-5.2 (codex-cli & openai): supports none, low, medium, high, xhigh reasoninggpt-5.2-pro (openai only): supports medium, high, xhigh reasoningUpdated ai-sdk-provider-codex-cli dependency to ^0.7.0.