task-master-ai@0.38.0

eyaltoledano/claude-task-mastertask-master-ai@0.38.0Dec 14, 2025by github-actions[bot]

AI Summary

Added operating mode filtering for slash commands and rules, with support for new OpenAI models including gpt-5.1, gpt-5.1-codex-max, gpt-5.2, and gpt-5.2-pro with reasoning effort configuration.

Key Highlights

  • Solo mode and team mode now have distinct sets of commands and rules
  • Support for new OpenAI models with reasoning effort configuration
  • Added Taskmaster slash commands for Roo, Cursor, Codex, Gemini, and Opencode
  • Automatic cleanup of commands/rules when switching modes

New Features

  • Operating mode filtering for slash commands and rules
  • Support for gpt-5.1 (codex-cli & openai) with reasoning effort configuration
  • Support for gpt-5.1-codex-max with reasoning effort configuration
  • Support for gpt-5.2 with reasoning effort configuration
  • Support for gpt-5.2-pro with reasoning effort configuration
  • Taskmaster slash commands for Roo, Cursor, Codex, Gemini, and Opencode

Full Release Notes

### Minor Changes

-   [#1461](https://github.com/eyaltoledano/claude-task-master/pull/1461) [`9ee63e0`](https://github.com/eyaltoledano/claude-task-master/commit/9ee63e01db4308cf248be3855949c7cd86272b9b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add operating mode filtering for slash commands and rules

    Solo mode and team mode now have distinct sets of commands and rules:

    -   **Solo mode**: Local file-based storage commands (parse-prd, add-task, expand, etc.) plus common commands
    -   **Team mode**: Team-specific commands (goham) plus common commands (show-task, list-tasks, help, etc.)

    Both modes share common commands for viewing and navigating tasks. The difference is:

    -   Solo users get commands for local file management (PRD parsing, task expansion, dependencies)
    -   Team users get Hamster cloud integration commands instead

    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](https://github.com/eyaltoledano/claude-task-master/pull/1461) [`9ee63e0`](https://github.com/eyaltoledano/claude-task-master/commit/9ee63e01db4308cf248be3855949c7cd86272b9b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Taskmaster slash commands for:

    -   Roo
    -   Cursor
    -   Codex
    -   Gemini
    -   Opencode

    Add them with `task-master rules add <provider>`

-   [#1508](https://github.com/eyaltoledano/claude-task-master/pull/1508) [`69ac463`](https://github.com/eyaltoledano/claude-task-master/commit/69ac46351eac8e1c3f58b203b2a618bf6114c000) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Added support for new OpenAI models with reasoning effort configuration:

    -   `gpt-5.1` (codex-cli & openai): supports none, low, medium, high reasoning
    -   `gpt-5.1-codex-max` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
    -   `gpt-5.2` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
    -   `gpt-5.2-pro` (openai only): supports medium, high, xhigh reasoning

    Updated ai-sdk-provider-codex-cli dependency to ^0.7.0.