@hhsw2015/task-master-ai 0.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/CHANGELOG.md +4072 -0
  2. package/LICENSE +25 -0
  3. package/README-task-master.md +648 -0
  4. package/README.md +415 -0
  5. package/dist/ai-services-unified-BgdcS4fE.js +7 -0
  6. package/dist/ai-services-unified-DVAKOPK0.js +1 -0
  7. package/dist/assets/.windsurfrules +524 -0
  8. package/dist/assets/AGENTS.md +435 -0
  9. package/dist/assets/GEMINI.md +110 -0
  10. package/dist/assets/claude/TM_COMMANDS_GUIDE.md +147 -0
  11. package/dist/assets/config.json +34 -0
  12. package/dist/assets/env.example +12 -0
  13. package/dist/assets/example_prd.txt +47 -0
  14. package/dist/assets/example_prd_rpg.txt +511 -0
  15. package/dist/assets/gitignore +25 -0
  16. package/dist/assets/hamster-art.txt +49 -0
  17. package/dist/assets/kiro-hooks/tm-code-change-task-tracker.kiro.hook +23 -0
  18. package/dist/assets/kiro-hooks/tm-complexity-analyzer.kiro.hook +16 -0
  19. package/dist/assets/kiro-hooks/tm-daily-standup-assistant.kiro.hook +13 -0
  20. package/dist/assets/kiro-hooks/tm-git-commit-task-linker.kiro.hook +13 -0
  21. package/dist/assets/kiro-hooks/tm-pr-readiness-checker.kiro.hook +13 -0
  22. package/dist/assets/kiro-hooks/tm-task-dependency-auto-progression.kiro.hook +17 -0
  23. package/dist/assets/kiro-hooks/tm-test-success-task-completer.kiro.hook +23 -0
  24. package/dist/assets/roocode/.roo/rules-architect/architect-rules +93 -0
  25. package/dist/assets/roocode/.roo/rules-ask/ask-rules +89 -0
  26. package/dist/assets/roocode/.roo/rules-code/code-rules +61 -0
  27. package/dist/assets/roocode/.roo/rules-debug/debug-rules +68 -0
  28. package/dist/assets/roocode/.roo/rules-orchestrator/orchestrator-rules +181 -0
  29. package/dist/assets/roocode/.roo/rules-test/test-rules +61 -0
  30. package/dist/assets/roocode/.roomodes +63 -0
  31. package/dist/assets/rules/cursor_rules.mdc +53 -0
  32. package/dist/assets/rules/dev_workflow.mdc +424 -0
  33. package/dist/assets/rules/hamster.mdc +173 -0
  34. package/dist/assets/rules/self_improve.mdc +72 -0
  35. package/dist/assets/rules/taskmaster.mdc +573 -0
  36. package/dist/assets/rules/taskmaster_hooks_workflow.mdc +59 -0
  37. package/dist/assets/scripts_README.md +445 -0
  38. package/dist/commands-D7m4KWx1.js +329 -0
  39. package/dist/config-manager-CvbfYtIR.js +1 -0
  40. package/dist/config-manager-cjltSxIS.js +270 -0
  41. package/dist/dependency-manager-CyOxi5uo.js +1078 -0
  42. package/dist/git-utils-DllbRE35.js +1 -0
  43. package/dist/git-utils-PBP1PRVP.js +1 -0
  44. package/dist/mcp-server.js +44 -0
  45. package/dist/profiles-DcD-JxPM.js +3528 -0
  46. package/dist/research-DN4RyyJY.js +1 -0
  47. package/dist/response-language-C5AwQSfD.js +1 -0
  48. package/dist/response-language-LzM2RD6-.js +1 -0
  49. package/dist/sentry-CBAZ4LSk.js +1 -0
  50. package/dist/tag-management-6HOtYZMj.js +1 -0
  51. package/dist/task-manager-BtFURFe0.js +1 -0
  52. package/dist/task-master.js +2 -0
  53. package/dist/update-subtask-by-id-DiWMqGfw.js +1 -0
  54. package/dist/update-task-by-id-eyL-PNVX.js +1 -0
  55. package/dist/utils-CGk8TL6x.js +1 -0
  56. package/index.js +160 -0
  57. package/package.json +183 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,4072 @@
1
+ # task-master-ai
2
+
3
+ ## 0.43.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1599](https://github.com/eyaltoledano/claude-task-master/pull/1599) [`e689fcf`](https://github.com/eyaltoledano/claude-task-master/commit/e689fcf2a20cada4a19ee31fed723b6f35f2c13d) Thanks [@triepod-ai](https://github.com/triepod-ai)! - Add MCPB bundle for single-click Claude Desktop installation
8
+ - Added `manifest.json` for MCP Bundle (MCPB) specification v0.3
9
+ - Added `.mcpbignore` to exclude development files from bundle
10
+ - Added `icon.png` (512x512) for Claude Desktop display
11
+ - Enables users to install Task Master MCP server directly in Claude Desktop without manual configuration
12
+
13
+ - [#1605](https://github.com/eyaltoledano/claude-task-master/pull/1605) [`efedc85`](https://github.com/eyaltoledano/claude-task-master/commit/efedc85cb1110a75748f3df0e530f3c9e27d2155) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add verbose output mode to loop command with `--verbose` flag
14
+ - New `-v, --verbose` flag shows Claude's work in real-time (thinking, tool calls) rather than waiting until the iteration completes
15
+ - New `--no-output` flag excludes full Claude output from iteration results to save memory
16
+ - Improved error handling with proper validation for incompatible options (verbose + sandbox)
17
+
18
+ - [#1611](https://github.com/eyaltoledano/claude-task-master/pull/1611) [`c798639`](https://github.com/eyaltoledano/claude-task-master/commit/c798639d1a6b492de1b7cc82a28a13ddfba23eb8) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add optional `metadata` field to tasks for storing user-defined custom data
19
+
20
+ Tasks and subtasks now support an optional `metadata` field that allows storing arbitrary JSON data such as:
21
+ - External IDs (GitHub issues, Jira tickets, Linear issues)
22
+ - Workflow data (sprints, story points, custom statuses)
23
+ - Integration data (sync timestamps, external system references)
24
+ - Custom tracking (UUIDs, version numbers, audit information)
25
+
26
+ Key features:
27
+ - **AI-Safe**: Metadata is preserved through all AI operations (update-task, expand, etc.) because AI schemas intentionally exclude this field
28
+ - **Flexible Schema**: Store any JSON-serializable data without schema changes
29
+ - **Backward Compatible**: The field is optional; existing tasks work without modification
30
+ - **Subtask Support**: Both tasks and subtasks can have their own metadata
31
+ - **MCP Tool Support**: Use `update_task` and `update_subtask` with the `metadata` parameter to update metadata (requires `TASK_MASTER_ALLOW_METADATA_UPDATES=true` in MCP server environment)
32
+
33
+ Example usage:
34
+
35
+ ```json
36
+ {
37
+ "id": 1,
38
+ "title": "Implement authentication",
39
+ "metadata": {
40
+ "githubIssue": 42,
41
+ "sprint": "Q1-S3",
42
+ "storyPoints": 5
43
+ }
44
+ }
45
+ ```
46
+
47
+ MCP metadata update example:
48
+
49
+ ```javascript
50
+ // With TASK_MASTER_ALLOW_METADATA_UPDATES=true set in MCP env
51
+ update_task({
52
+ id: "1",
53
+ metadata: '{"githubIssue": 42, "sprint": "Q1-S3"}',
54
+ });
55
+ ```
56
+
57
+ ### Patch Changes
58
+
59
+ - [#1587](https://github.com/eyaltoledano/claude-task-master/pull/1587) [`0d628ca`](https://github.com/eyaltoledano/claude-task-master/commit/0d628ca9514f22607c0a6495b701e4cde743b45c) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Add modifyJSON function for safer file updates
60
+
61
+ - [#1600](https://github.com/eyaltoledano/claude-task-master/pull/1600) [`712a078`](https://github.com/eyaltoledano/claude-task-master/commit/712a0789d6d584adf5dbb27732c783cd240014b2) Thanks [@esumerfd](https://github.com/esumerfd)! - Add --no-banner to suppress the startup banner.
62
+
63
+ ## 0.42.0
64
+
65
+ ### Minor Changes
66
+
67
+ - [#1533](https://github.com/eyaltoledano/claude-task-master/pull/1533) [`6c3a92c`](https://github.com/eyaltoledano/claude-task-master/commit/6c3a92c439d4573ff5046e3d251a4a26d85d0deb) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Add --ready and --blocking filters to list command for identifying parallelizable tasks
68
+ - Add `--ready` filter to show only tasks with satisfied dependencies (ready to work on)
69
+ - Add `--blocking` filter to show only tasks that block other tasks
70
+ - Combine `--ready --blocking` to find high-impact tasks (ready AND blocking others)
71
+ - Add "Blocks" column to task table showing which tasks depend on each task
72
+ - Blocks field included in JSON output for programmatic access
73
+ - Add "Ready" column to `tags` command showing count of ready tasks per tag
74
+ - Add `--ready` filter to `tags` command to show only tags with available work
75
+ - Excludes deferred/blocked tasks from ready count (only actionable statuses)
76
+ - Add `--all-tags` option to list ready tasks across all tags (use with `--ready`)
77
+ - Tag column shown as first column when using `--all-tags` for easy scanning
78
+
79
+ ### Patch Changes
80
+
81
+ - [#1569](https://github.com/eyaltoledano/claude-task-master/pull/1569) [`4cfde1c`](https://github.com/eyaltoledano/claude-task-master/commit/4cfde1c3d54b94701e0fcfc8dbdedbc3bbaf4339) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Improve concurrency safety by adopting modifyJson pattern in file-storage
82
+ - Refactor saveTasks, createTag, deleteTag, renameTag to use modifyJson for atomic read-modify-write operations
83
+ - This prevents lost updates when multiple processes concurrently modify tasks.json
84
+ - Complements the cross-process file locking added in PR #1566
85
+
86
+ - [#1566](https://github.com/eyaltoledano/claude-task-master/pull/1566) [`3cc6174`](https://github.com/eyaltoledano/claude-task-master/commit/3cc6174b471fc1ea7f12955095d0d35b4dc5904c) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix race condition when multiple Claude Code windows write to tasks.json simultaneously
87
+ - Add cross-process file locking to prevent concurrent write collisions
88
+ - Implement atomic writes using temp file + rename pattern to prevent partial writes
89
+ - Re-read file inside lock to get current state, preventing lost updates from stale snapshots
90
+ - Add stale lock detection and automatic cleanup (10-second timeout)
91
+ - Export `withFileLock` and `withFileLockSync` utilities for use by other modules
92
+
93
+ This fix prevents data loss that could occur when multiple Task Master instances (e.g., multiple Claude Code windows) access the same tasks.json file concurrently.
94
+
95
+ - [#1576](https://github.com/eyaltoledano/claude-task-master/pull/1576) [`097c8ed`](https://github.com/eyaltoledano/claude-task-master/commit/097c8edcb0ca065218e9b51758ad370ac7475f1a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve loop command error handling and use dangerously-skip-permissions
96
+ - Add proper spawn error handling (ENOENT, EACCES) with actionable messages
97
+ - Return error info from checkSandboxAuth and runInteractiveAuth instead of silent failures
98
+ - Use --dangerously-skip-permissions for unattended loop execution
99
+ - Fix null exit code masking issue
100
+
101
+ - [#1577](https://github.com/eyaltoledano/claude-task-master/pull/1577) [`e762e4f`](https://github.com/eyaltoledano/claude-task-master/commit/e762e4f64608a77d248ac8ce5eeb218000b51907) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Make Docker sandbox mode opt-in for loop command
102
+ - Add `--sandbox` flag to `task-master loop` (default: use plain `claude -p`)
103
+ - Preserve progress.txt between runs (append instead of overwrite)
104
+ - Display execution mode in loop startup output
105
+
106
+ - [#1580](https://github.com/eyaltoledano/claude-task-master/pull/1580) [`940ab58`](https://github.com/eyaltoledano/claude-task-master/commit/940ab587e50cff43c3a2639bbbd210fdd577c3f1) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Update Codex CLI supported models to match current available models
107
+ - Remove deprecated models: gpt-5, gpt-5-codex, gpt-5.1
108
+ - Add gpt-5.2-codex as the current default model
109
+ - Add gpt-5.1-codex-mini for faster, cheaper option
110
+ - Keep gpt-5.1-codex-max and gpt-5.2
111
+
112
+ ## 0.42.0-rc.0
113
+
114
+ ### Minor Changes
115
+
116
+ - [#1533](https://github.com/eyaltoledano/claude-task-master/pull/1533) [`6c3a92c`](https://github.com/eyaltoledano/claude-task-master/commit/6c3a92c439d4573ff5046e3d251a4a26d85d0deb) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Add --ready and --blocking filters to list command for identifying parallelizable tasks
117
+ - Add `--ready` filter to show only tasks with satisfied dependencies (ready to work on)
118
+ - Add `--blocking` filter to show only tasks that block other tasks
119
+ - Combine `--ready --blocking` to find high-impact tasks (ready AND blocking others)
120
+ - Add "Blocks" column to task table showing which tasks depend on each task
121
+ - Blocks field included in JSON output for programmatic access
122
+ - Add "Ready" column to `tags` command showing count of ready tasks per tag
123
+ - Add `--ready` filter to `tags` command to show only tags with available work
124
+ - Excludes deferred/blocked tasks from ready count (only actionable statuses)
125
+ - Add `--all-tags` option to list ready tasks across all tags (use with `--ready`)
126
+ - Tag column shown as first column when using `--all-tags` for easy scanning
127
+
128
+ ### Patch Changes
129
+
130
+ - [#1569](https://github.com/eyaltoledano/claude-task-master/pull/1569) [`4cfde1c`](https://github.com/eyaltoledano/claude-task-master/commit/4cfde1c3d54b94701e0fcfc8dbdedbc3bbaf4339) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Improve concurrency safety by adopting modifyJson pattern in file-storage
131
+ - Refactor saveTasks, createTag, deleteTag, renameTag to use modifyJson for atomic read-modify-write operations
132
+ - This prevents lost updates when multiple processes concurrently modify tasks.json
133
+ - Complements the cross-process file locking added in PR #1566
134
+
135
+ - [#1566](https://github.com/eyaltoledano/claude-task-master/pull/1566) [`3cc6174`](https://github.com/eyaltoledano/claude-task-master/commit/3cc6174b471fc1ea7f12955095d0d35b4dc5904c) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix race condition when multiple Claude Code windows write to tasks.json simultaneously
136
+ - Add cross-process file locking to prevent concurrent write collisions
137
+ - Implement atomic writes using temp file + rename pattern to prevent partial writes
138
+ - Re-read file inside lock to get current state, preventing lost updates from stale snapshots
139
+ - Add stale lock detection and automatic cleanup (10-second timeout)
140
+ - Export `withFileLock` and `withFileLockSync` utilities for use by other modules
141
+
142
+ This fix prevents data loss that could occur when multiple Task Master instances (e.g., multiple Claude Code windows) access the same tasks.json file concurrently.
143
+
144
+ - [#1576](https://github.com/eyaltoledano/claude-task-master/pull/1576) [`097c8ed`](https://github.com/eyaltoledano/claude-task-master/commit/097c8edcb0ca065218e9b51758ad370ac7475f1a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve loop command error handling and use dangerously-skip-permissions
145
+ - Add proper spawn error handling (ENOENT, EACCES) with actionable messages
146
+ - Return error info from checkSandboxAuth and runInteractiveAuth instead of silent failures
147
+ - Use --dangerously-skip-permissions for unattended loop execution
148
+ - Fix null exit code masking issue
149
+
150
+ - [#1577](https://github.com/eyaltoledano/claude-task-master/pull/1577) [`e762e4f`](https://github.com/eyaltoledano/claude-task-master/commit/e762e4f64608a77d248ac8ce5eeb218000b51907) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Make Docker sandbox mode opt-in for loop command
151
+ - Add `--sandbox` flag to `task-master loop` (default: use plain `claude -p`)
152
+ - Preserve progress.txt between runs (append instead of overwrite)
153
+ - Display execution mode in loop startup output
154
+
155
+ - [#1580](https://github.com/eyaltoledano/claude-task-master/pull/1580) [`940ab58`](https://github.com/eyaltoledano/claude-task-master/commit/940ab587e50cff43c3a2639bbbd210fdd577c3f1) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Update Codex CLI supported models to match current available models
156
+ - Remove deprecated models: gpt-5, gpt-5-codex, gpt-5.1
157
+ - Add gpt-5.2-codex as the current default model
158
+ - Add gpt-5.1-codex-mini for faster, cheaper option
159
+ - Keep gpt-5.1-codex-max and gpt-5.2
160
+
161
+ ## 0.41.0
162
+
163
+ ### Minor Changes
164
+
165
+ - [#1571](https://github.com/eyaltoledano/claude-task-master/pull/1571) [`c2d6c18`](https://github.com/eyaltoledano/claude-task-master/commit/c2d6c18a96fce5a2d5cb50bd1ae5d58ef577501c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add loop command for automated task execution with Claude Code
166
+
167
+ **New Features:**
168
+ - `task-master loop` command that runs Claude Code in a Docker sandbox, executing one task per iteration based on the selected tag
169
+ - Built-in presets for different workflows:
170
+ - `default` - General task completion from the Task Master backlog
171
+ - `test-coverage` - Find uncovered code and write meaningful tests
172
+ - `linting` - Fix lint errors and type errors one by one
173
+ - `duplication` - Find duplicated code and refactor into shared utilities
174
+ - `entropy` - Find code smells and clean them up
175
+ - Progress file tracking to maintain context across iterations (inside `.taskmaster/loop-progress.txt`)
176
+ - Remember to delete this file between loops to not pollute the agent with bad context
177
+ - Automatic completion detection via `<loop-complete>` and `<loop-blocked>` markers
178
+
179
+ ### Patch Changes
180
+
181
+ - [#1556](https://github.com/eyaltoledano/claude-task-master/pull/1556) [`1befc6a`](https://github.com/eyaltoledano/claude-task-master/commit/1befc6a341babd825b8dd000513ffbf8a1620e62) Thanks [@TheLazyIndianTechie](https://github.com/TheLazyIndianTechie)! - fix: tolerate AI SDK versions without jsonSchema export
182
+
183
+ Fallback to sanitized Zod schema handling when jsonSchema is unavailable, and
184
+ align structured-output tests and registration perf thresholds to reduce CI
185
+ failures.
186
+
187
+ Also enforce sequential, unique subtask ids when regenerating subtasks during
188
+ scope adjustment.
189
+
190
+ - [#1553](https://github.com/eyaltoledano/claude-task-master/pull/1553) [`226678b`](https://github.com/eyaltoledano/claude-task-master/commit/226678b93aa01d0e62c0fac852802e9955c7ebd7) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - fix: Remove .default() from Zod schemas to satisfy OpenAI strict JSON schema validation
191
+
192
+ This fixes an issue where codex-cli provider (using OpenAI API) would fail with "Missing 'dependencies'" error during task expansion. OpenAI's structured outputs require all properties to be in the 'required' array, but Zod's .default() makes fields optional. The fix removes .default() from schemas and applies defaults at the application level instead.
193
+
194
+ - [#1543](https://github.com/eyaltoledano/claude-task-master/pull/1543) [`9a6fa1b`](https://github.com/eyaltoledano/claude-task-master/commit/9a6fa1bd2ab389097f1074fe4a4f779dee8180b6) Thanks [@triepod-ai](https://github.com/triepod-ai)! - feat: Add tool annotations for improved LLM tool understanding
195
+
196
+ Added MCP tool annotations (readOnlyHint, destructiveHint, title) to all 12 tools to help LLMs better understand tool behavior and make safer decisions about tool execution.
197
+
198
+ ## 0.40.1
199
+
200
+ ### Patch Changes
201
+
202
+ - [#1523](https://github.com/eyaltoledano/claude-task-master/pull/1523) [`fc1a79f`](https://github.com/eyaltoledano/claude-task-master/commit/fc1a79f2565b0d8c24f009aec2c473a335262ae2) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Codex cli Validate reasoning effort against model capabilities
203
+ - Add provider-level reasoning effort validation for OpenAI models
204
+ - Automatically cap unsupported effort levels (e.g., 'xhigh' on gpt-5.1 and gpt-5 becomes 'high')
205
+
206
+ - [#1549](https://github.com/eyaltoledano/claude-task-master/pull/1549) [`98087ac`](https://github.com/eyaltoledano/claude-task-master/commit/98087acae91fad7345bdb4c253d4dfd0d584f81e) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve CLI startup speed by 2x
207
+
208
+ - [#1545](https://github.com/eyaltoledano/claude-task-master/pull/1545) [`a0007a3`](https://github.com/eyaltoledano/claude-task-master/commit/a0007a3575305c367c8561584aa0dbd181f5e1cc) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Smarter project root detection with boundary markers
209
+ - Prevents Task Master from incorrectly detecting `.taskmaster` folders in your home directory when working inside a different project
210
+ - Now stops at project boundaries (`.git`, `package.json`, lock files) instead of searching all the way up to the filesystem root
211
+ - Adds support for monorepo markers (`lerna.json`, `nx.json`, `turbo.json`) and additional lock files (`bun.lockb`, `deno.lock`)
212
+
213
+ - [#1523](https://github.com/eyaltoledano/claude-task-master/pull/1523) [`fc1a79f`](https://github.com/eyaltoledano/claude-task-master/commit/fc1a79f2565b0d8c24f009aec2c473a335262ae2) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve json schemas for ai-related commands making it more compatible with openai models
214
+ - Fixes #1541 #1542
215
+
216
+ - [#1542](https://github.com/eyaltoledano/claude-task-master/pull/1542) [`b817d6f`](https://github.com/eyaltoledano/claude-task-master/commit/b817d6f9f278c84785ec468f9b305e70c47266f6) Thanks [@mdimitrovg](https://github.com/mdimitrovg)! - Fixed vertex-ai authentication when using service account and vertex location env variable.
217
+
218
+ ## 0.40.0
219
+
220
+ ### Minor Changes
221
+
222
+ - [#1538](https://github.com/eyaltoledano/claude-task-master/pull/1538) [`a2d5639`](https://github.com/eyaltoledano/claude-task-master/commit/a2d563991dd8ad6b8a9b76d0d43eac7a6156dd97) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Added Gemini 3 Flash Preview model support for Google and Gemini CLI providers
223
+
224
+ - [#1535](https://github.com/eyaltoledano/claude-task-master/pull/1535) [`4d1ed20`](https://github.com/eyaltoledano/claude-task-master/commit/4d1ed20345083ab2ec1c7fc268c69379281a68ea) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add auto-detection for IDE profiles in rules command
225
+ - `tm rules add` now opens interactive setup with detected IDEs pre-selected
226
+ - `tm rules add -y` auto-detects and installs rules without prompting
227
+ - Detects 13 IDEs: Cursor, Claude Code, Windsurf, VS Code, Roo, Cline, Kiro, Zed, Kilo, Trae, Gemini, OpenCode, Codex
228
+
229
+ - [#1526](https://github.com/eyaltoledano/claude-task-master/pull/1526) [`38c2c08`](https://github.com/eyaltoledano/claude-task-master/commit/38c2c08af1f8de729d5d2dab586ec4622445f2db) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add watch mode and compact output to list command
230
+ - Add `-w/--watch` flag to continuously monitor task changes with real-time updates
231
+ - Add `-c/--compact` flag for minimal task output format
232
+ - Add `--no-header` flag to hide the command header
233
+ - Support file-based watching via fs.watch for local tasks.json
234
+ - Support API-based watching via Supabase Realtime for authenticated users
235
+ - Display last sync timestamp and source in watch mode
236
+
237
+ ### Patch Changes
238
+
239
+ - [#1538](https://github.com/eyaltoledano/claude-task-master/pull/1538) [`a2d5639`](https://github.com/eyaltoledano/claude-task-master/commit/a2d563991dd8ad6b8a9b76d0d43eac7a6156dd97) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improved model search in `task-master models --setup` to match both display names and model IDs
240
+
241
+ ## 0.40.0-rc.0
242
+
243
+ ### Minor Changes
244
+
245
+ - [#1538](https://github.com/eyaltoledano/claude-task-master/pull/1538) [`a2d5639`](https://github.com/eyaltoledano/claude-task-master/commit/a2d563991dd8ad6b8a9b76d0d43eac7a6156dd97) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Added Gemini 3 Flash Preview model support for Google and Gemini CLI providers
246
+
247
+ - [#1535](https://github.com/eyaltoledano/claude-task-master/pull/1535) [`4d1ed20`](https://github.com/eyaltoledano/claude-task-master/commit/4d1ed20345083ab2ec1c7fc268c69379281a68ea) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add auto-detection for IDE profiles in rules command
248
+ - `tm rules add` now opens interactive setup with detected IDEs pre-selected
249
+ - `tm rules add -y` auto-detects and installs rules without prompting
250
+ - Detects 13 IDEs: Cursor, Claude Code, Windsurf, VS Code, Roo, Cline, Kiro, Zed, Kilo, Trae, Gemini, OpenCode, Codex
251
+
252
+ - [#1526](https://github.com/eyaltoledano/claude-task-master/pull/1526) [`38c2c08`](https://github.com/eyaltoledano/claude-task-master/commit/38c2c08af1f8de729d5d2dab586ec4622445f2db) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add watch mode and compact output to list command
253
+ - Add `-w/--watch` flag to continuously monitor task changes with real-time updates
254
+ - Add `-c/--compact` flag for minimal task output format
255
+ - Add `--no-header` flag to hide the command header
256
+ - Support file-based watching via fs.watch for local tasks.json
257
+ - Support API-based watching via Supabase Realtime for authenticated users
258
+ - Display last sync timestamp and source in watch mode
259
+
260
+ ### Patch Changes
261
+
262
+ - [#1538](https://github.com/eyaltoledano/claude-task-master/pull/1538) [`a2d5639`](https://github.com/eyaltoledano/claude-task-master/commit/a2d563991dd8ad6b8a9b76d0d43eac7a6156dd97) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improved model search in `task-master models --setup` to match both display names and model IDs
263
+
264
+ ## 0.39.0
265
+
266
+ ### Minor Changes
267
+
268
+ - [#1521](https://github.com/eyaltoledano/claude-task-master/pull/1521) [`353e3bf`](https://github.com/eyaltoledano/claude-task-master/commit/353e3bffd6df528dc19f7c5790564d0dead14c6d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhanced task metadata display for remote/team mode tasks
269
+ - Tasks now display rich implementation guidance in team mode including:
270
+ - **Relevant Files**: Files to create, modify, or reference with descriptions
271
+ - **Codebase Patterns**: Coding patterns and conventions to follow
272
+ - **Existing Infrastructure**: Code and utilities to leverage
273
+ - **Scope Boundaries**: What's in and out of scope for the task
274
+ - **Implementation Approach**: Step-by-step guidance
275
+ - **Technical Constraints**: Requirements and limitations
276
+ - **Acceptance Criteria**: Definition of done checklist
277
+ - **Skills & Category**: Task classification and required expertise
278
+ - How to see the new task details:
279
+ 1. Create a brief on tryhamster.com
280
+ 2. Generate the plan of the brief
281
+ 3. View subtasks
282
+
283
+ - [#1525](https://github.com/eyaltoledano/claude-task-master/pull/1525) [`1c2228d`](https://github.com/eyaltoledano/claude-task-master/commit/1c2228dbb618e522798c4484b74c1508f13d61d6) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add tool search tool for Claude Code MCP server and enable deferred MCP loading
284
+ - Added new tool search tool capabilities for the Taskmaster MCP in Claude Code
285
+ - Running `task-master rules add claude` now automatically configures your shell (`~/.zshrc`, `~/.bashrc`, or PowerShell profile) with `ENABLE_EXPERIMENTAL_MCP_CLI=true` to enable deferred MCP loading
286
+ - **Context savings**: Deferred loading saves ~16% of Claude Code's 200k context window (~33k tokens for Task Master alone). Savings apply to all MCP servers, so total savings may be higher depending on your setup.
287
+
288
+ ### Patch Changes
289
+
290
+ - [#1310](https://github.com/eyaltoledano/claude-task-master/pull/1310) [`4b6570e`](https://github.com/eyaltoledano/claude-task-master/commit/4b6570e300eedb265af215c0ca6baeb772d42e4a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix Azure OpenAI provider to use correct deployment-based URL format
291
+ - Add Azure OpenAI documentation page <https://docs.task-master.dev/providers/azure>
292
+
293
+ ## 0.39.0-rc.0
294
+
295
+ ### Minor Changes
296
+
297
+ - [#1521](https://github.com/eyaltoledano/claude-task-master/pull/1521) [`353e3bf`](https://github.com/eyaltoledano/claude-task-master/commit/353e3bffd6df528dc19f7c5790564d0dead14c6d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhanced task metadata display for remote/team mode tasks
298
+ - Tasks now display rich implementation guidance in team mode including:
299
+ - **Relevant Files**: Files to create, modify, or reference with descriptions
300
+ - **Codebase Patterns**: Coding patterns and conventions to follow
301
+ - **Existing Infrastructure**: Code and utilities to leverage
302
+ - **Scope Boundaries**: What's in and out of scope for the task
303
+ - **Implementation Approach**: Step-by-step guidance
304
+ - **Technical Constraints**: Requirements and limitations
305
+ - **Acceptance Criteria**: Definition of done checklist
306
+ - **Skills & Category**: Task classification and required expertise
307
+ - How to see the new task details:
308
+ 1. Create a brief on tryhamster.com
309
+ 2. Generate the plan of the brief
310
+ 3. View subtasks
311
+
312
+ - [#1525](https://github.com/eyaltoledano/claude-task-master/pull/1525) [`1c2228d`](https://github.com/eyaltoledano/claude-task-master/commit/1c2228dbb618e522798c4484b74c1508f13d61d6) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add tool search tool for Claude Code MCP server and enable deferred MCP loading
313
+ - Added new tool search tool capabilities for the Taskmaster MCP in Claude Code
314
+ - Running `task-master rules add claude` now automatically configures your shell (`~/.zshrc`, `~/.bashrc`, or PowerShell profile) with `ENABLE_EXPERIMENTAL_MCP_CLI=true` to enable deferred MCP loading
315
+ - **Context savings**: Deferred loading saves ~16% of Claude Code's 200k context window (~33k tokens for Task Master alone). Savings apply to all MCP servers, so total savings may be higher depending on your setup.
316
+
317
+ ### Patch Changes
318
+
319
+ - [#1310](https://github.com/eyaltoledano/claude-task-master/pull/1310) [`4b6570e`](https://github.com/eyaltoledano/claude-task-master/commit/4b6570e300eedb265af215c0ca6baeb772d42e4a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix Azure OpenAI provider to use correct deployment-based URL format
320
+ - Add Azure OpenAI documentation page <https://docs.task-master.dev/providers/azure>
321
+
322
+ ## 0.38.0
323
+
324
+ ### Minor Changes
325
+
326
+ - [#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
327
+
328
+ Solo mode and team mode now have distinct sets of commands and rules:
329
+ - **Solo mode**: Local file-based storage commands (parse-prd, add-task, expand, etc.) plus common commands
330
+ - **Team mode**: Team-specific commands (goham) plus common commands (show-task, list-tasks, help, etc.)
331
+
332
+ Both modes share common commands for viewing and navigating tasks. The difference is:
333
+ - Solo users get commands for local file management (PRD parsing, task expansion, dependencies)
334
+ - Team users get Hamster cloud integration commands instead
335
+
336
+ 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.
337
+
338
+ The operating mode is auto-detected from config or auth status, and can be overridden with `--mode=solo|team` flag on the `rules` command.
339
+
340
+ - [#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:
341
+ - Roo
342
+ - Cursor
343
+ - Codex
344
+ - Gemini
345
+ - Opencode
346
+
347
+ Add them with `task-master rules add <provider>`
348
+
349
+ - [#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:
350
+ - `gpt-5.1` (codex-cli & openai): supports none, low, medium, high reasoning
351
+ - `gpt-5.1-codex-max` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
352
+ - `gpt-5.2` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
353
+ - `gpt-5.2-pro` (openai only): supports medium, high, xhigh reasoning
354
+
355
+ Updated ai-sdk-provider-codex-cli dependency to ^0.7.0.
356
+
357
+ ## 0.38.0-rc.1
358
+
359
+ ### Minor Changes
360
+
361
+ - [#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
362
+
363
+ Solo mode and team mode now have distinct sets of commands and rules:
364
+ - **Solo mode**: Local file-based storage commands (parse-prd, add-task, expand, etc.) plus common commands
365
+ - **Team mode**: Team-specific commands (goham) plus common commands (show-task, list-tasks, help, etc.)
366
+
367
+ Both modes share common commands for viewing and navigating tasks. The difference is:
368
+ - Solo users get commands for local file management (PRD parsing, task expansion, dependencies)
369
+ - Team users get Hamster cloud integration commands instead
370
+
371
+ 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.
372
+
373
+ The operating mode is auto-detected from config or auth status, and can be overridden with `--mode=solo|team` flag on the `rules` command.
374
+
375
+ - [#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:
376
+ - Roo
377
+ - Cursor
378
+ - Codex
379
+ - Gemini
380
+ - Opencode
381
+
382
+ Add them with `task-master rules add <provider>`
383
+
384
+ ## 0.38.0-rc.0
385
+
386
+ ### Minor Changes
387
+
388
+ - [#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:
389
+ - `gpt-5.1` (codex-cli & openai): supports none, low, medium, high reasoning
390
+ - `gpt-5.1-codex-max` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
391
+ - `gpt-5.2` (codex-cli & openai): supports none, low, medium, high, xhigh reasoning
392
+ - `gpt-5.2-pro` (openai only): supports medium, high, xhigh reasoning
393
+
394
+ Updated ai-sdk-provider-codex-cli dependency to ^0.7.0.
395
+
396
+ ## 0.37.2
397
+
398
+ ### Patch Changes
399
+
400
+ - [#1492](https://github.com/eyaltoledano/claude-task-master/pull/1492) [`071dfc6`](https://github.com/eyaltoledano/claude-task-master/commit/071dfc6be9abe30909157ea72e026036721cea1d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix login issues for users whose browsers or firewalls were blocking CLI authentication
401
+
402
+ - [#1491](https://github.com/eyaltoledano/claude-task-master/pull/1491) [`0e908be`](https://github.com/eyaltoledano/claude-task-master/commit/0e908be43af1075bae1fd7f6b7a6fad8a131dd56) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add `tm/` prefix to autopilot branch names
403
+ - Team mode branches now follow the `tm/<org-slug>/task-<id>` naming convention for better organization.
404
+ - Solves issue some users were having regarding not being able to start workflow on master Taskmaster tag
405
+
406
+ ## 0.37.2
407
+
408
+ ### Patch Changes
409
+
410
+ - [#1492](https://github.com/eyaltoledano/claude-task-master/pull/1492) [`071dfc6`](https://github.com/eyaltoledano/claude-task-master/commit/071dfc6be9abe30909157ea72e026036721cea1d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix login issues for users whose browsers or firewalls were blocking CLI authentication
411
+
412
+ - [#1491](https://github.com/eyaltoledano/claude-task-master/pull/1491) [`0e908be`](https://github.com/eyaltoledano/claude-task-master/commit/0e908be43af1075bae1fd7f6b7a6fad8a131dd56) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add `tm/` prefix to autopilot branch names
413
+ - Team mode branches now follow the `tm/<org-slug>/task-<id>` naming convention for better organization.
414
+ - Solves issue some users were having regarding not being able to start workflow on master Taskmaster tag
415
+
416
+ ## 0.37.2-rc.0
417
+
418
+ ### Patch Changes
419
+
420
+ - [#1492](https://github.com/eyaltoledano/claude-task-master/pull/1492) [`071dfc6`](https://github.com/eyaltoledano/claude-task-master/commit/071dfc6be9abe30909157ea72e026036721cea1d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix login issues for users whose browsers or firewalls were blocking CLI authentication
421
+
422
+ - [#1491](https://github.com/eyaltoledano/claude-task-master/pull/1491) [`0e908be`](https://github.com/eyaltoledano/claude-task-master/commit/0e908be43af1075bae1fd7f6b7a6fad8a131dd56) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add `tm/` prefix to autopilot branch names
423
+ - Team mode branches now follow the `tm/<org-slug>/task-<id>` naming convention for better organization.
424
+ - Solves issue some users were having regarding not being able to start workflow on master Taskmaster tag
425
+
426
+ ## 0.37.1
427
+
428
+ ### Patch Changes
429
+
430
+ - [#1477](https://github.com/eyaltoledano/claude-task-master/pull/1477) [`b0199f1`](https://github.com/eyaltoledano/claude-task-master/commit/b0199f1cfa643051f90406d69e90ea916d434e6a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve auth-related error handling
431
+
432
+ - [#1478](https://github.com/eyaltoledano/claude-task-master/pull/1478) [`6ff330f`](https://github.com/eyaltoledano/claude-task-master/commit/6ff330f8c2bc6e534e0a883c770e8394d7ad5fa8) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Increase page size of brief selection (interactive cli setup)
433
+
434
+ ## 0.37.1-rc.0
435
+
436
+ ### Patch Changes
437
+
438
+ - [#1478](https://github.com/eyaltoledano/claude-task-master/pull/1478) [`6ff330f`](https://github.com/eyaltoledano/claude-task-master/commit/6ff330f8c2bc6e534e0a883c770e8394d7ad5fa8) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Increase page size of brief selection (interactive cli setup)
439
+
440
+ ## 0.37.0
441
+
442
+ ### Minor Changes
443
+
444
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add Hamster integration for `parse-prd` command
445
+
446
+ Your tasks are only as good as the context behind them. Now when you run `parse-prd`, you can choose to bring your PRD to Hamster instead of parsing locally.
447
+
448
+ **New Workflow Choice**
449
+ - **Parse locally**: PRD becomes a task list in a local JSON file - great for quick prototyping and vibing solo
450
+ - **Bring it to Hamster**: PRD becomes a living brief connected to your team, codebase, and agents
451
+
452
+ **Why Hamster?**
453
+ - Tasks live in a central place with real-time sync across your team
454
+ - Collaborate on your PRD/brief together, generate tasks on Hamster, bring them into Taskmaster
455
+ - No API keys needed - Hamster handles all AI inference, just need a Hamster account
456
+
457
+ **Hamster Integration**
458
+ - OAuth login flow when choosing Hamster (same as export command)
459
+ - Create brief directly from PRD content with auto-generated title/description
460
+ - Progress bar showing task generation phases (analyzing → generating → processing)
461
+ - Invite teammates during brief creation
462
+ - Auto-set context to new brief when complete
463
+
464
+ **Quality of Life**
465
+ - Clickable brief URL and team invite URL in terminal
466
+ - Shows task count as they're generated
467
+ - Graceful fallback if generation takes longer than expected
468
+
469
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Redesign `tm init` with clearer workflow selection and reduced noise
470
+
471
+ Choose how you want to plan: Solo with Taskmaster or Together with Hamster. The new init flow guides you through setup with context-appropriate options and cleaner output.
472
+
473
+ **New Workflow Selection**
474
+ - Clear framing: "You need a plan before you execute. How do you want to build it?"
475
+ - **Solo (Taskmaster)**: Parse PRD → structured tasks → AI agent executes with control
476
+ - **Together (Hamster)**: Team writes brief → Hamster refines → aligned execution with Taskmaster
477
+
478
+ **Cleaner Experience**
479
+ - Optional AI IDE rules setup (Y/n prompt instead of always showing)
480
+ - 15+ log messages moved to debug level - much less noise
481
+ - Skip Git prompts when using Hamster (not needed for cloud storage)
482
+ - Skip AI model configuration for Hamster (uses Hamster's AI)
483
+
484
+ **Hamster Integration**
485
+ - OAuth login flow when choosing Hamster workflow
486
+ - Context-aware guidance based on your workflow choice
487
+
488
+ **Quality of Life**
489
+ - Run `tm rules --setup` anytime if you declined during init
490
+ - Use `--yes` flag for fully non-interactive setup
491
+ - Use `--rules cursor,windsurf` to specify rules upfront
492
+
493
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Introduce `tm export` command - bring Task Master to your team
494
+
495
+ Share your task plans with teammates by exporting local tasks to collaborative briefs on Hamster. Select which tags to export, invite team members, and start collaborating instantly.
496
+
497
+ **New `tm export` Command**
498
+ - Export your local tasks to shareable team briefs
499
+ - Hamster will reverse engineer your PRD based on your tasks (reverse parse prd!)
500
+ - Select multiple tags to export in one go, import all tasks across tags to Hamster
501
+ - Hamster will generate brief titles and descriptions from your task content
502
+ - Automatically sets your CLI context to the new brief
503
+ - All AI calls handled by Hamster, zero API keys needed - just a Hamster account!
504
+
505
+ **Team Collaboration**
506
+ - Invite teammates during export with `-I, --invite` flag
507
+ - Add up to 10 team members by email
508
+ - See invitation status: sent, already a member, or error
509
+
510
+ **Quality of Life Improvements**
511
+ - New `tm login` / `tm logout` shortcuts
512
+ - Display ID shortcuts: `tm show ham31` now works (normalizes to HAM-31)
513
+ - Better task rendering with proper HTML/Markdown support
514
+
515
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add simpler positional syntax and Hamster-aware UI improvements
516
+ - **Simpler command syntax**: Use positional arguments without flags
517
+ - `tm update-task 1 Added implementation` (no quotes needed for multi-word prompts)
518
+ - `tm status 1 done` (new alias for set-status) or `tm set-status 1,1.1,2 in-progress`
519
+ - `tm list done` or `tm list in-progress` or `tm list all` (shortcut for --with-subtasks)
520
+ - **Hamster-aware help**: Context-specific command list when connected to Hamster
521
+ - Shows only relevant commands for Hamster workflow
522
+ - Beautiful boxed section headers with improved spacing
523
+ - Clear usage examples with new positional syntax
524
+ - Better visual alignment and cleaner formatting
525
+ - **Progress indicators**: Added loading spinner to `update-task` when connected to Hamster
526
+ - Shows "Updating task X on Hamster..." during AI processing
527
+ - Cleaner, more responsive UX for long-running operations
528
+ - **Improved context display**: Show 'Brief: [name]' instead of 'tag: [name]' when connected to Hamster
529
+ - **Cleaner Hamster updates**: Simplified update display (removed redundant Mode/Prompt info)
530
+ - **Smart messaging**: "NO TASKS AVAILABLE" warning only shows when literally no tasks exist
531
+ - Removed misleading messages when tasks are just completed/in-progress/blocked
532
+ - Better UX for filtered task lists
533
+ - **Updated help everywhere**: Regular help menu now shows new positional argument syntax
534
+ - All suggested actions updated across commands
535
+ - Consistent syntax in all UI components
536
+ - **Auto-detection**: Automatically detects Hamster connection for better UX
537
+ - **Backward compatible**: All old flag syntax still works (`--id`, `--status`, etc.)
538
+
539
+ ### Patch Changes
540
+
541
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add Sentry integration for error tracking and AI telemetry monitoring
542
+ - **Sentry Integration**: Added comprehensive error tracking and AI operation monitoring using Sentry with Vercel AI SDK integration
543
+ - **AI Telemetry**: All AI operations (generateText, streamText, generateObject, streamObject) now automatically track spans, token usage, prompts, and responses
544
+ - **MCP Server Instrumentation**: Wrapped FastMCP server with `Sentry.wrapMcpServerWithSentry()` to automatically capture spans for all MCP tool interactions
545
+ - **Privacy Controls**: Added `anonymousTelemetry` config option (default: true) allowing local storage users to opt out of telemetry
546
+ - **Complete Coverage**: Telemetry enabled for all AI commands including parse-prd, expand, update-task, analyze-complexity, and research
547
+ - **Internal Telemetry**: Sentry DSN is hardcoded internally for Task Master's telemetry (not user-configurable)
548
+ - **Dual Initialization**: Automatic Sentry initialization in both CLI (scripts/dev.js) and MCP Server (mcp-server/src/index.js) with full MCP instrumentation
549
+
550
+ - [#1463](https://github.com/eyaltoledano/claude-task-master/pull/1463) [`55595f6`](https://github.com/eyaltoledano/claude-task-master/commit/55595f680c8b52b5421d3e0c7640bf2050efe44f) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix package issue in earlier rc
551
+
552
+ ## 0.36.0-rc.3
553
+
554
+ ### Minor Changes
555
+
556
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add Hamster integration for `parse-prd` command
557
+
558
+ Your tasks are only as good as the context behind them. Now when you run `parse-prd`, you can choose to bring your PRD to Hamster instead of parsing locally.
559
+
560
+ **New Workflow Choice**
561
+ - **Parse locally**: PRD becomes a task list in a local JSON file - great for quick prototyping and vibing solo
562
+ - **Bring it to Hamster**: PRD becomes a living brief connected to your team, codebase, and agents
563
+
564
+ **Why Hamster?**
565
+ - Tasks live in a central place with real-time sync across your team
566
+ - Collaborate on your PRD/brief together, generate tasks on Hamster, bring them into Taskmaster
567
+ - No API keys needed - Hamster handles all AI inference, just need a Hamster account
568
+
569
+ **Hamster Integration**
570
+ - OAuth login flow when choosing Hamster (same as export command)
571
+ - Create brief directly from PRD content with auto-generated title/description
572
+ - Progress bar showing task generation phases (analyzing → generating → processing)
573
+ - Invite teammates during brief creation
574
+ - Auto-set context to new brief when complete
575
+
576
+ **Quality of Life**
577
+ - Clickable brief URL and team invite URL in terminal
578
+ - Shows task count as they're generated
579
+ - Graceful fallback if generation takes longer than expected
580
+
581
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Redesign `tm init` with clearer workflow selection and reduced noise
582
+
583
+ Choose how you want to plan: Solo with Taskmaster or Together with Hamster. The new init flow guides you through setup with context-appropriate options and cleaner output.
584
+
585
+ **New Workflow Selection**
586
+ - Clear framing: "You need a plan before you execute. How do you want to build it?"
587
+ - **Solo (Taskmaster)**: Parse PRD → structured tasks → AI agent executes with control
588
+ - **Together (Hamster)**: Team writes brief → Hamster refines → aligned execution with Taskmaster
589
+
590
+ **Cleaner Experience**
591
+ - Optional AI IDE rules setup (Y/n prompt instead of always showing)
592
+ - 15+ log messages moved to debug level - much less noise
593
+ - Skip Git prompts when using Hamster (not needed for cloud storage)
594
+ - Skip AI model configuration for Hamster (uses Hamster's AI)
595
+
596
+ **Hamster Integration**
597
+ - OAuth login flow when choosing Hamster workflow
598
+ - Context-aware guidance based on your workflow choice
599
+
600
+ **Quality of Life**
601
+ - Run `tm rules --setup` anytime if you declined during init
602
+ - Use `--yes` flag for fully non-interactive setup
603
+ - Use `--rules cursor,windsurf` to specify rules upfront
604
+
605
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Introduce `tm export` command - bring Task Master to your team
606
+
607
+ Share your task plans with teammates by exporting local tasks to collaborative briefs on Hamster. Select which tags to export, invite team members, and start collaborating instantly.
608
+
609
+ **New `tm export` Command**
610
+ - Export your local tasks to shareable team briefs
611
+ - Hamster will reverse engineer your PRD based on your tasks (reverse parse prd!)
612
+ - Select multiple tags to export in one go, import all tasks across tags to Hamster
613
+ - Hamster will generate brief titles and descriptions from your task content
614
+ - Automatically sets your CLI context to the new brief
615
+ - All AI calls handled by Hamster, zero API keys needed - just a Hamster account!
616
+
617
+ **Team Collaboration**
618
+ - Invite teammates during export with `-I, --invite` flag
619
+ - Add up to 10 team members by email
620
+ - See invitation status: sent, already a member, or error
621
+
622
+ **Quality of Life Improvements**
623
+ - New `tm login` / `tm logout` shortcuts
624
+ - Display ID shortcuts: `tm show ham31` now works (normalizes to HAM-31)
625
+ - Better task rendering with proper HTML/Markdown support
626
+
627
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add simpler positional syntax and Hamster-aware UI improvements
628
+ - **Simpler command syntax**: Use positional arguments without flags
629
+ - `tm update-task 1 Added implementation` (no quotes needed for multi-word prompts)
630
+ - `tm status 1 done` (new alias for set-status) or `tm set-status 1,1.1,2 in-progress`
631
+ - `tm list done` or `tm list in-progress` or `tm list all` (shortcut for --with-subtasks)
632
+ - **Hamster-aware help**: Context-specific command list when connected to Hamster
633
+ - Shows only relevant commands for Hamster workflow
634
+ - Beautiful boxed section headers with improved spacing
635
+ - Clear usage examples with new positional syntax
636
+ - Better visual alignment and cleaner formatting
637
+ - **Progress indicators**: Added loading spinner to `update-task` when connected to Hamster
638
+ - Shows "Updating task X on Hamster..." during AI processing
639
+ - Cleaner, more responsive UX for long-running operations
640
+ - **Improved context display**: Show 'Brief: [name]' instead of 'tag: [name]' when connected to Hamster
641
+ - **Cleaner Hamster updates**: Simplified update display (removed redundant Mode/Prompt info)
642
+ - **Smart messaging**: "NO TASKS AVAILABLE" warning only shows when literally no tasks exist
643
+ - Removed misleading messages when tasks are just completed/in-progress/blocked
644
+ - Better UX for filtered task lists
645
+ - **Updated help everywhere**: Regular help menu now shows new positional argument syntax
646
+ - All suggested actions updated across commands
647
+ - Consistent syntax in all UI components
648
+ - **Auto-detection**: Automatically detects Hamster connection for better UX
649
+ - **Backward compatible**: All old flag syntax still works (`--id`, `--status`, etc.)
650
+
651
+ ### Patch Changes
652
+
653
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add Sentry integration for error tracking and AI telemetry monitoring
654
+ - **Sentry Integration**: Added comprehensive error tracking and AI operation monitoring using Sentry with Vercel AI SDK integration
655
+ - **AI Telemetry**: All AI operations (generateText, streamText, generateObject, streamObject) now automatically track spans, token usage, prompts, and responses
656
+ - **MCP Server Instrumentation**: Wrapped FastMCP server with `Sentry.wrapMcpServerWithSentry()` to automatically capture spans for all MCP tool interactions
657
+ - **Privacy Controls**: Added `anonymousTelemetry` config option (default: true) allowing local storage users to opt out of telemetry
658
+ - **Complete Coverage**: Telemetry enabled for all AI commands including parse-prd, expand, update-task, analyze-complexity, and research
659
+ - **Internal Telemetry**: Sentry DSN is hardcoded internally for Task Master's telemetry (not user-configurable)
660
+ - **Dual Initialization**: Automatic Sentry initialization in both CLI (scripts/dev.js) and MCP Server (mcp-server/src/index.js) with full MCP instrumentation
661
+
662
+ - [#1463](https://github.com/eyaltoledano/claude-task-master/pull/1463) [`55595f6`](https://github.com/eyaltoledano/claude-task-master/commit/55595f680c8b52b5421d3e0c7640bf2050efe44f) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix package issue in earlier rc
663
+
664
+ ## 0.36.0
665
+
666
+ ### Minor Changes
667
+
668
+ - [#1446](https://github.com/eyaltoledano/claude-task-master/pull/1446) [`2316e94`](https://github.com/eyaltoledano/claude-task-master/commit/2316e94b288915bb906e1a61a87f59e291594fef) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Bring back `task-master generate` as a command and mcp tool (after popular demand)
669
+ - Generated files are now `.md` instead of `.txt`
670
+ - They also follow the markdownlint format making them look like more standard md files
671
+ - added parameters to generate allowing you to generate with the `--tag` flag
672
+ - If I am on an active tag and want to generate files from another tag, I can with the tag parameter
673
+ - See `task-master generate --help` for more information.
674
+
675
+ - [#1454](https://github.com/eyaltoledano/claude-task-master/pull/1454) [`38ff7eb`](https://github.com/eyaltoledano/claude-task-master/commit/38ff7ebbc029919ea4cd5257573efbf1ea2f0eeb) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Hamster rules to task-master rules
676
+
677
+ ## 0.36.0
678
+
679
+ ### Minor Changes
680
+
681
+ - [#1446](https://github.com/eyaltoledano/claude-task-master/pull/1446) [`2316e94`](https://github.com/eyaltoledano/claude-task-master/commit/2316e94b288915bb906e1a61a87f59e291594fef) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Bring back `task-master generate` as a command and mcp tool (after popular demand)
682
+ - Generated files are now `.md` instead of `.txt`
683
+ - They also follow the markdownlint format making them look like more standard md files
684
+ - added parameters to generate allowing you to generate with the `--tag` flag
685
+ - If I am on an active tag and want to generate files from another tag, I can with the tag parameter
686
+ - See `task-master generate --help` for more information.
687
+
688
+ - [#1454](https://github.com/eyaltoledano/claude-task-master/pull/1454) [`38ff7eb`](https://github.com/eyaltoledano/claude-task-master/commit/38ff7ebbc029919ea4cd5257573efbf1ea2f0eeb) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Hamster rules to task-master rules
689
+
690
+ ## 0.36.0-rc.2
691
+
692
+ ### Patch Changes
693
+
694
+ - [#1463](https://github.com/eyaltoledano/claude-task-master/pull/1463) [`55595f6`](https://github.com/eyaltoledano/claude-task-master/commit/55595f680c8b52b5421d3e0c7640bf2050efe44f) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix package issue in earlier rc
695
+
696
+ ## 0.36.0-rc.1
697
+
698
+ ### Minor Changes
699
+
700
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add Hamster integration for `parse-prd` command
701
+
702
+ Your tasks are only as good as the context behind them. Now when you run `parse-prd`, you can choose to bring your PRD to Hamster instead of parsing locally.
703
+
704
+ **New Workflow Choice**
705
+ - **Parse locally**: PRD becomes a task list in a local JSON file - great for quick prototyping and vibing solo
706
+ - **Bring it to Hamster**: PRD becomes a living brief connected to your team, codebase, and agents
707
+
708
+ **Why Hamster?**
709
+ - Tasks live in a central place with real-time sync across your team
710
+ - Collaborate on your PRD/brief together, generate tasks on Hamster, bring them into Taskmaster
711
+ - No API keys needed - Hamster handles all AI inference, just need a Hamster account
712
+
713
+ **Hamster Integration**
714
+ - OAuth login flow when choosing Hamster (same as export command)
715
+ - Create brief directly from PRD content with auto-generated title/description
716
+ - Progress bar showing task generation phases (analyzing → generating → processing)
717
+ - Invite teammates during brief creation
718
+ - Auto-set context to new brief when complete
719
+
720
+ **Quality of Life**
721
+ - Clickable brief URL and team invite URL in terminal
722
+ - Shows task count as they're generated
723
+ - Graceful fallback if generation takes longer than expected
724
+
725
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Redesign `tm init` with clearer workflow selection and reduced noise
726
+
727
+ Choose how you want to plan: Solo with Taskmaster or Together with Hamster. The new init flow guides you through setup with context-appropriate options and cleaner output.
728
+
729
+ **New Workflow Selection**
730
+ - Clear framing: "You need a plan before you execute. How do you want to build it?"
731
+ - **Solo (Taskmaster)**: Parse PRD → structured tasks → AI agent executes with control
732
+ - **Together (Hamster)**: Team writes brief → Hamster refines → aligned execution with Taskmaster
733
+
734
+ **Cleaner Experience**
735
+ - Optional AI IDE rules setup (Y/n prompt instead of always showing)
736
+ - 15+ log messages moved to debug level - much less noise
737
+ - Skip Git prompts when using Hamster (not needed for cloud storage)
738
+ - Skip AI model configuration for Hamster (uses Hamster's AI)
739
+
740
+ **Hamster Integration**
741
+ - OAuth login flow when choosing Hamster workflow
742
+ - Context-aware guidance based on your workflow choice
743
+
744
+ **Quality of Life**
745
+ - Run `tm rules --setup` anytime if you declined during init
746
+ - Use `--yes` flag for fully non-interactive setup
747
+ - Use `--rules cursor,windsurf` to specify rules upfront
748
+
749
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Introduce `tm export` command - bring Task Master to your team
750
+
751
+ Share your task plans with teammates by exporting local tasks to collaborative briefs on Hamster. Select which tags to export, invite team members, and start collaborating instantly.
752
+
753
+ **New `tm export` Command**
754
+ - Export your local tasks to shareable team briefs
755
+ - Hamster will reverse engineer your PRD based on your tasks (reverse parse prd!)
756
+ - Select multiple tags to export in one go, import all tasks across tags to Hamster
757
+ - Hamster will generate brief titles and descriptions from your task content
758
+ - Automatically sets your CLI context to the new brief
759
+ - All AI calls handled by Hamster, zero API keys needed - just a Hamster account!
760
+
761
+ **Team Collaboration**
762
+ - Invite teammates during export with `-I, --invite` flag
763
+ - Add up to 10 team members by email
764
+ - See invitation status: sent, already a member, or error
765
+
766
+ **Quality of Life Improvements**
767
+ - New `tm login` / `tm logout` shortcuts
768
+ - Display ID shortcuts: `tm show ham31` now works (normalizes to HAM-31)
769
+ - Better task rendering with proper HTML/Markdown support
770
+
771
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add simpler positional syntax and Hamster-aware UI improvements
772
+ - **Simpler command syntax**: Use positional arguments without flags
773
+ - `tm update-task 1 Added implementation` (no quotes needed for multi-word prompts)
774
+ - `tm status 1 done` (new alias for set-status) or `tm set-status 1,1.1,2 in-progress`
775
+ - `tm list done` or `tm list in-progress` or `tm list all` (shortcut for --with-subtasks)
776
+ - **Hamster-aware help**: Context-specific command list when connected to Hamster
777
+ - Shows only relevant commands for Hamster workflow
778
+ - Beautiful boxed section headers with improved spacing
779
+ - Clear usage examples with new positional syntax
780
+ - Better visual alignment and cleaner formatting
781
+ - **Progress indicators**: Added loading spinner to `update-task` when connected to Hamster
782
+ - Shows "Updating task X on Hamster..." during AI processing
783
+ - Cleaner, more responsive UX for long-running operations
784
+ - **Improved context display**: Show 'Brief: [name]' instead of 'tag: [name]' when connected to Hamster
785
+ - **Cleaner Hamster updates**: Simplified update display (removed redundant Mode/Prompt info)
786
+ - **Smart messaging**: "NO TASKS AVAILABLE" warning only shows when literally no tasks exist
787
+ - Removed misleading messages when tasks are just completed/in-progress/blocked
788
+ - Better UX for filtered task lists
789
+ - **Updated help everywhere**: Regular help menu now shows new positional argument syntax
790
+ - All suggested actions updated across commands
791
+ - Consistent syntax in all UI components
792
+ - **Auto-detection**: Automatically detects Hamster connection for better UX
793
+ - **Backward compatible**: All old flag syntax still works (`--id`, `--status`, etc.)
794
+
795
+ ### Patch Changes
796
+
797
+ - [#1452](https://github.com/eyaltoledano/claude-task-master/pull/1452) [`4046b3c`](https://github.com/eyaltoledano/claude-task-master/commit/4046b3ca4479adf0239679eb5ba18b7b4aec0749) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add Sentry integration for error tracking and AI telemetry monitoring
798
+ - **Sentry Integration**: Added comprehensive error tracking and AI operation monitoring using Sentry with Vercel AI SDK integration
799
+ - **AI Telemetry**: All AI operations (generateText, streamText, generateObject, streamObject) now automatically track spans, token usage, prompts, and responses
800
+ - **MCP Server Instrumentation**: Wrapped FastMCP server with `Sentry.wrapMcpServerWithSentry()` to automatically capture spans for all MCP tool interactions
801
+ - **Privacy Controls**: Added `anonymousTelemetry` config option (default: true) allowing local storage users to opt out of telemetry
802
+ - **Complete Coverage**: Telemetry enabled for all AI commands including parse-prd, expand, update-task, analyze-complexity, and research
803
+ - **Internal Telemetry**: Sentry DSN is hardcoded internally for Task Master's telemetry (not user-configurable)
804
+ - **Dual Initialization**: Automatic Sentry initialization in both CLI (scripts/dev.js) and MCP Server (mcp-server/src/index.js) with full MCP instrumentation
805
+
806
+ ## 0.36.0-rc.0
807
+
808
+ ### Minor Changes
809
+
810
+ - [#1446](https://github.com/eyaltoledano/claude-task-master/pull/1446) [`2316e94`](https://github.com/eyaltoledano/claude-task-master/commit/2316e94b288915bb906e1a61a87f59e291594fef) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Bring back `task-master generate` as a command and mcp tool (after popular demand)
811
+ - Generated files are now `.md` instead of `.txt`
812
+ - They also follow the markdownlint format making them look like more standard md files
813
+ - added parameters to generate allowing you to generate with the `--tag` flag
814
+ - If I am on an active tag and want to generate files from another tag, I can with the tag parameter
815
+ - See `task-master generate --help` for more information.
816
+
817
+ - [#1454](https://github.com/eyaltoledano/claude-task-master/pull/1454) [`38ff7eb`](https://github.com/eyaltoledano/claude-task-master/commit/38ff7ebbc029919ea4cd5257573efbf1ea2f0eeb) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Hamster rules to task-master rules
818
+
819
+ ## 0.35.0
820
+
821
+ ### Minor Changes
822
+
823
+ - [#1437](https://github.com/eyaltoledano/claude-task-master/pull/1437) [`783398e`](https://github.com/eyaltoledano/claude-task-master/commit/783398ecdf71432bd2b97f400756acbcfd60fbef) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Upgrade gemini-cli provider to native structured output support
824
+ - Upgrade `ai-sdk-provider-gemini-cli` from v1.1.1 to v1.4.0 with native `responseJsonSchema` support
825
+ - Simplify provider implementation by removing JSON extraction workarounds (652 lines → 95 lines)
826
+ - Enable native structured output via Gemini API's schema enforcement
827
+
828
+ - [#1440](https://github.com/eyaltoledano/claude-task-master/pull/1440) [`9f6f3af`](https://github.com/eyaltoledano/claude-task-master/commit/9f6f3affe322512a8708624850c144b4b890e782) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add support for opus 4.1 and opus 4.5 anthropic models
829
+
830
+ ### Patch Changes
831
+
832
+ - [#1440](https://github.com/eyaltoledano/claude-task-master/pull/1440) [`9f6f3af`](https://github.com/eyaltoledano/claude-task-master/commit/9f6f3affe322512a8708624850c144b4b890e782) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Correct swe scores of haiku 4.5 and sonnet 4.5
833
+
834
+ - [#1436](https://github.com/eyaltoledano/claude-task-master/pull/1436) [`c1df63d`](https://github.com/eyaltoledano/claude-task-master/commit/c1df63d7229f05b57abba4af11e74a8d2bc6dcd9) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Upgrade ai-sdk-provider-claude-code to v2.2.0 for native structured outputs support.
835
+
836
+ ## 0.34.0
837
+
838
+ ### Minor Changes
839
+
840
+ - [#1425](https://github.com/eyaltoledano/claude-task-master/pull/1425) [`99d9179`](https://github.com/eyaltoledano/claude-task-master/commit/99d9179522dc66797ec7e3f428d72b46a9557f09) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Deprecated generate command
841
+
842
+ ## 0.33.0
843
+
844
+ ### Minor Changes
845
+
846
+ - [#1427](https://github.com/eyaltoledano/claude-task-master/pull/1427) [`122c23a`](https://github.com/eyaltoledano/claude-task-master/commit/122c23abb36634c1e68c476d681f41b4b4991671) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Added Gemini 3 pro preview to supported Taskmaster AI providers
847
+ - Added to Google providers
848
+ - Added to Gemini CLI providers
849
+ - Attention: Gemini 3 Pro is available for:
850
+ - Google AI Ultra Subscribers
851
+ - Users who have access via a paid Gemini API key
852
+ - If you want to use the gemini api key, make sure you have this defined in your .env or mcp.json env variables: `GEMINI_API_KEY=xxxx`
853
+
854
+ ## 0.32.2
855
+
856
+ ### Patch Changes
857
+
858
+ - [#1421](https://github.com/eyaltoledano/claude-task-master/pull/1421) [`e75946b`](https://github.com/eyaltoledano/claude-task-master/commit/e75946b1a998269e6a751d2b5baf5c3b7e9b9f46) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Upgrade fastmcp dependency to solve `Server does not support completions (required for completion/complete)`
859
+ - This resolves errors where MCP clients (like Cursor) failed to connect to the Task Master MCP server:
860
+ - [#1413](https://github.com/eyaltoledano/claude-task-master/issues/1413)
861
+ - [#1411](https://github.com/eyaltoledano/claude-task-master/issues/1411)
862
+
863
+ ## 0.32.1
864
+
865
+ ### Patch Changes
866
+
867
+ - [#1396](https://github.com/eyaltoledano/claude-task-master/pull/1396) [`9883e83`](https://github.com/eyaltoledano/claude-task-master/commit/9883e83b78306e55003e960ea072a11048d89ec9) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix box title alignment by adding emoji variant selector to warning sign
868
+
869
+ ## 0.32.0
870
+
871
+ ### Minor Changes
872
+
873
+ - [#1382](https://github.com/eyaltoledano/claude-task-master/pull/1382) [`ac4328a`](https://github.com/eyaltoledano/claude-task-master/commit/ac4328ae86380c50bb84fff0e98e2370f4ea666f) Thanks [@JJVvV](https://github.com/JJVvV)! - Added opt-in proxy support for all AI providers - respects http_proxy/https_proxy environment variables when enabled.
874
+
875
+ When using Task Master in corporate or restricted network environments that require HTTP/HTTPS proxies, API calls to AI providers (OpenAI, Anthropic, Google, AWS Bedrock, etc.) would previously fail with ECONNRESET errors. This update adds seamless proxy support that can be enabled via environment variable or configuration file.
876
+
877
+ **How to enable:**
878
+
879
+ Proxy support is opt-in. Enable it using either method:
880
+
881
+ **Method 1: Environment Variable**
882
+
883
+ ```bash
884
+ export TASKMASTER_ENABLE_PROXY=true
885
+ export http_proxy=http://your-proxy:port
886
+ export https_proxy=http://your-proxy:port
887
+ export no_proxy=localhost,127.0.0.1 # Optional: bypass proxy for specific hosts
888
+
889
+ # Then use Task Master normally
890
+ task-master add-task "Create a new feature"
891
+ ```
892
+
893
+ **Method 2: Configuration File**
894
+
895
+ Add to `.taskmaster/config.json`:
896
+
897
+ ```json
898
+ {
899
+ "global": {
900
+ "enableProxy": true
901
+ }
902
+ }
903
+ ```
904
+
905
+ Then set your proxy environment variables:
906
+
907
+ ```bash
908
+ export http_proxy=http://your-proxy:port
909
+ export https_proxy=http://your-proxy:port
910
+ ```
911
+
912
+ **Technical details:**
913
+ - Uses undici's `EnvHttpProxyAgent` for automatic proxy detection
914
+ - Centralized implementation in `BaseAIProvider` for consistency across all providers
915
+ - Supports all AI providers: OpenAI, Anthropic, Perplexity, Azure OpenAI, Google AI, Google Vertex AI, AWS Bedrock, and OpenAI-compatible providers
916
+ - Opt-in design ensures users without proxy requirements are not affected
917
+ - Priority: `TASKMASTER_ENABLE_PROXY` environment variable > `config.json` setting
918
+
919
+ - [#1408](https://github.com/eyaltoledano/claude-task-master/pull/1408) [`10ec025`](https://github.com/eyaltoledano/claude-task-master/commit/10ec0255812dad00aaa72f1b31f41ca978e4451c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add --json back to `task-master list` and `task-master show` for when using the commands with ai agents (less context)
920
+
921
+ - [#1398](https://github.com/eyaltoledano/claude-task-master/pull/1398) [`e59c16c`](https://github.com/eyaltoledano/claude-task-master/commit/e59c16c707d3ade479a422d8c617004eac1a857f) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Claude Code provider now respects your global, project, and local Claude Code configuration files.
922
+
923
+ When using the Claude Code AI provider, Task Master now automatically loads your Claude Code settings from:
924
+ - **Global config** (`~/.claude/` directory) - Your personal preferences across all projects
925
+ - **Project config** (`.claude/` directory) - Project-specific settings like CLAUDE.md instructions
926
+ - **Local config** - Workspace-specific overrides
927
+
928
+ This means your CLAUDE.md files, custom instructions, and Claude Code settings will now be properly applied when Task Master uses Claude Code as an AI provider. Previously, these settings were being ignored.
929
+
930
+ **What's improved:**
931
+ - ✅ CLAUDE.md files are now automatically loaded and applied (global and local)
932
+ - ✅ Your custom Claude Code settings are respected
933
+ - ✅ Project-specific instructions work as expected
934
+ - ✅ No manual configuration needed - works out of the box
935
+
936
+ **Issues:**
937
+ - Resolves #1391
938
+ - Resolves #1315
939
+
940
+ ### Patch Changes
941
+
942
+ - [#1400](https://github.com/eyaltoledano/claude-task-master/pull/1400) [`c62cf84`](https://github.com/eyaltoledano/claude-task-master/commit/c62cf845dad1960ec183df217293d4edbeea71b9) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix subtasks not showing parent task when displaying in cli (eg. tm show 10)
943
+
944
+ - [#1393](https://github.com/eyaltoledano/claude-task-master/pull/1393) [`da8ed6a`](https://github.com/eyaltoledano/claude-task-master/commit/da8ed6aa116b9ade3ef4502dd8b8c44727057b5f) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix completion percentage and dependency resolution to treat cancelled tasks as complete. Cancelled tasks now correctly count toward project completion (e.g., 14 done + 1 cancelled = 100%, not 93%) and satisfy dependencies for dependent tasks, preventing permanent blocks.
945
+
946
+ - [#1407](https://github.com/eyaltoledano/claude-task-master/pull/1407) [`0003b6f`](https://github.com/eyaltoledano/claude-task-master/commit/0003b6fca6b8c9320ee959fb0081eed4ba086b98) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix complexity analysis prompt to ensure consistent JSON output format
947
+
948
+ - [#1351](https://github.com/eyaltoledano/claude-task-master/pull/1351) [`37aee78`](https://github.com/eyaltoledano/claude-task-master/commit/37aee7809ce753104692b2024eb8b2bb0d376c14) Thanks [@bjcoombs](https://github.com/bjcoombs)! - fix: prioritize .taskmaster in parent directories over other project markers
949
+
950
+ When running task-master commands from subdirectories containing other project markers (like .git, go.mod, package.json), findProjectRoot() now correctly finds and uses .taskmaster directories in parent folders instead of stopping at the first generic project marker found.
951
+
952
+ This enables multi-repo monorepo setups where a single .taskmaster at the root tracks work across multiple sub-repositories.
953
+
954
+ - [#1406](https://github.com/eyaltoledano/claude-task-master/pull/1406) [`9079d04`](https://github.com/eyaltoledano/claude-task-master/commit/9079d0417907f468360e8db8dd461abb619609e7) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP server compatibility with Cursor IDE's latest update by upgrading to fastmcp v3.20.1 with Zod v4 support
955
+ - This resolves connection failures where the MCP server was unable to establish proper capability negotiation.
956
+ - Issue typically included wording like: `Server does not support completions`
957
+
958
+ ## 0.32.0-rc.0
959
+
960
+ ### Minor Changes
961
+
962
+ - [#1398](https://github.com/eyaltoledano/claude-task-master/pull/1398) [`e59c16c`](https://github.com/eyaltoledano/claude-task-master/commit/e59c16c707d3ade479a422d8c617004eac1a857f) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Claude Code provider now respects your global, project, and local Claude Code configuration files.
963
+
964
+ When using the Claude Code AI provider, Task Master now automatically loads your Claude Code settings from:
965
+ - **Global config** (`~/.claude/` directory) - Your personal preferences across all projects
966
+ - **Project config** (`.claude/` directory) - Project-specific settings like CLAUDE.md instructions
967
+ - **Local config** - Workspace-specific overrides
968
+
969
+ This means your CLAUDE.md files, custom instructions, and Claude Code settings will now be properly applied when Task Master uses Claude Code as an AI provider. Previously, these settings were being ignored.
970
+
971
+ **What's improved:**
972
+ - ✅ CLAUDE.md files are now automatically loaded and applied (global and local)
973
+ - ✅ Your custom Claude Code settings are respected
974
+ - ✅ Project-specific instructions work as expected
975
+ - ✅ No manual configuration needed - works out of the box
976
+
977
+ **Issues:**
978
+ - Resolves #1391
979
+ - Resolves #1315
980
+
981
+ ### Patch Changes
982
+
983
+ - [#1400](https://github.com/eyaltoledano/claude-task-master/pull/1400) [`c62cf84`](https://github.com/eyaltoledano/claude-task-master/commit/c62cf845dad1960ec183df217293d4edbeea71b9) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix subtasks not showing parent task when displaying in cli (eg. tm show 10)
984
+
985
+ - [#1393](https://github.com/eyaltoledano/claude-task-master/pull/1393) [`da8ed6a`](https://github.com/eyaltoledano/claude-task-master/commit/da8ed6aa116b9ade3ef4502dd8b8c44727057b5f) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix completion percentage and dependency resolution to treat cancelled tasks as complete. Cancelled tasks now correctly count toward project completion (e.g., 14 done + 1 cancelled = 100%, not 93%) and satisfy dependencies for dependent tasks, preventing permanent blocks.
986
+
987
+ - [#1407](https://github.com/eyaltoledano/claude-task-master/pull/1407) [`0003b6f`](https://github.com/eyaltoledano/claude-task-master/commit/0003b6fca6b8c9320ee959fb0081eed4ba086b98) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix complexity analysis prompt to ensure consistent JSON output format
988
+
989
+ - [#1351](https://github.com/eyaltoledano/claude-task-master/pull/1351) [`37aee78`](https://github.com/eyaltoledano/claude-task-master/commit/37aee7809ce753104692b2024eb8b2bb0d376c14) Thanks [@bjcoombs](https://github.com/bjcoombs)! - fix: prioritize .taskmaster in parent directories over other project markers
990
+
991
+ When running task-master commands from subdirectories containing other project markers (like .git, go.mod, package.json), findProjectRoot() now correctly finds and uses .taskmaster directories in parent folders instead of stopping at the first generic project marker found.
992
+
993
+ This enables multi-repo monorepo setups where a single .taskmaster at the root tracks work across multiple sub-repositories.
994
+
995
+ - [#1406](https://github.com/eyaltoledano/claude-task-master/pull/1406) [`9079d04`](https://github.com/eyaltoledano/claude-task-master/commit/9079d0417907f468360e8db8dd461abb619609e7) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP server compatibility with Cursor IDE's latest update by upgrading to fastmcp v3.20.1 with Zod v4 support
996
+ - This resolves connection failures where the MCP server was unable to establish proper capability negotiation.
997
+ - Issue typically included wording like: `Server does not support completions`
998
+
999
+ - [#1382](https://github.com/eyaltoledano/claude-task-master/pull/1382) [`ac4328a`](https://github.com/eyaltoledano/claude-task-master/commit/ac4328ae86380c50bb84fff0e98e2370f4ea666f) Thanks [@JJVvV](https://github.com/JJVvV)! - Added opt-in proxy support for all AI providers - respects http_proxy/https_proxy environment variables when enabled.
1000
+
1001
+ When using Task Master in corporate or restricted network environments that require HTTP/HTTPS proxies, API calls to AI providers (OpenAI, Anthropic, Google, AWS Bedrock, etc.) would previously fail with ECONNRESET errors. This update adds seamless proxy support that can be enabled via environment variable or configuration file.
1002
+
1003
+ **How to enable:**
1004
+
1005
+ Proxy support is opt-in. Enable it using either method:
1006
+
1007
+ **Method 1: Environment Variable**
1008
+
1009
+ ```bash
1010
+ export TASKMASTER_ENABLE_PROXY=true
1011
+ export http_proxy=http://your-proxy:port
1012
+ export https_proxy=http://your-proxy:port
1013
+ export no_proxy=localhost,127.0.0.1 # Optional: bypass proxy for specific hosts
1014
+
1015
+ # Then use Task Master normally
1016
+ task-master add-task "Create a new feature"
1017
+ ```
1018
+
1019
+ **Method 2: Configuration File**
1020
+
1021
+ Add to `.taskmaster/config.json`:
1022
+
1023
+ ```json
1024
+ {
1025
+ "global": {
1026
+ "enableProxy": true
1027
+ }
1028
+ }
1029
+ ```
1030
+
1031
+ Then set your proxy environment variables:
1032
+
1033
+ ```bash
1034
+ export http_proxy=http://your-proxy:port
1035
+ export https_proxy=http://your-proxy:port
1036
+ ```
1037
+
1038
+ **Technical details:**
1039
+ - Uses undici's `EnvHttpProxyAgent` for automatic proxy detection
1040
+ - Centralized implementation in `BaseAIProvider` for consistency across all providers
1041
+ - Supports all AI providers: OpenAI, Anthropic, Perplexity, Azure OpenAI, Google AI, Google Vertex AI, AWS Bedrock, and OpenAI-compatible providers
1042
+ - Opt-in design ensures users without proxy requirements are not affected
1043
+ - Priority: `TASKMASTER_ENABLE_PROXY` environment variable > `config.json` setting
1044
+
1045
+ - [#1408](https://github.com/eyaltoledano/claude-task-master/pull/1408) [`10ec025`](https://github.com/eyaltoledano/claude-task-master/commit/10ec0255812dad00aaa72f1b31f41ca978e4451c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add --json back to `task-master list` and `task-master show` for when using the commands with ai agents (less context)
1046
+
1047
+ ## 0.31.2
1048
+
1049
+ ### Patch Changes
1050
+
1051
+ - [#1377](https://github.com/eyaltoledano/claude-task-master/pull/1377) [`3c22875`](https://github.com/eyaltoledano/claude-task-master/commit/3c22875efeb5d21754d447a9559817bc5327a234) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix parse-prd schema to accept responses from models that omit optional fields (like Z.ai/GLM). Changed `metadata` field to use union pattern with `.default(null)` for better structured outputs compatibility.
1052
+
1053
+ - [#1377](https://github.com/eyaltoledano/claude-task-master/pull/1377) [`3c22875`](https://github.com/eyaltoledano/claude-task-master/commit/3c22875efeb5d21754d447a9559817bc5327a234) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix ai response not showing price after its json was repaired
1054
+
1055
+ - [#1377](https://github.com/eyaltoledano/claude-task-master/pull/1377) [`3c22875`](https://github.com/eyaltoledano/claude-task-master/commit/3c22875efeb5d21754d447a9559817bc5327a234) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enable structured outputs for Z.ai providers. Added `supportsStructuredOutputs: true` to use `json_schema` mode for more reliable JSON generation in operations like parse-prd.
1056
+
1057
+ ## 0.31.1
1058
+
1059
+ ### Patch Changes
1060
+
1061
+ - [#1370](https://github.com/eyaltoledano/claude-task-master/pull/1370) [`9c3b273`](https://github.com/eyaltoledano/claude-task-master/commit/9c3b2737dd224e788b197f41df644ea0a6f4cfe2) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add support for ZAI (GLM) Coding Plan subscription endpoint as a separate provider. Users can now select between two ZAI providers:
1062
+ - **zai**: Standard ZAI endpoint (`https://api.z.ai/api/paas/v4/`)
1063
+ - **zai-coding**: Coding Plan endpoint (`https://api.z.ai/api/coding/paas/v4/`)
1064
+
1065
+ Both providers use the same model IDs (glm-4.6, glm-4.5) but route to different API endpoints based on your subscription. When running `tm models --setup`, you'll see both providers listed separately:
1066
+ - `zai / glm-4.6` - Standard endpoint
1067
+ - `zai-coding / glm-4.6` - Coding Plan endpoint
1068
+
1069
+ - [#1371](https://github.com/eyaltoledano/claude-task-master/pull/1371) [`abf46b8`](https://github.com/eyaltoledano/claude-task-master/commit/abf46b8087c2f32466a71d057415bab315e35567) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improved auto-update experience:
1070
+ - updates now happen before your CLI command runs and automatically restart to execute your command with the new version.
1071
+ - No more manual restarts needed!
1072
+
1073
+ ## 0.31.0
1074
+
1075
+ ### Minor Changes
1076
+
1077
+ - [#1360](https://github.com/eyaltoledano/claude-task-master/pull/1360) [`819d5e1`](https://github.com/eyaltoledano/claude-task-master/commit/819d5e1bc5fb81be4b25f1823988a8e20abe8440) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add support for custom OpenAI-compatible providers, allowing you to connect Task Master to any service that implements the OpenAI API specification
1078
+
1079
+ **How to use:**
1080
+
1081
+ Configure your custom provider with the `models` command:
1082
+
1083
+ ```bash
1084
+ task-master models --set-main <your-model-id> --openai-compatible --baseURL <your-api-endpoint>
1085
+ ```
1086
+
1087
+ Example:
1088
+
1089
+ ```bash
1090
+ task-master models --set-main llama-3-70b --openai-compatible --baseURL http://localhost:8000/v1
1091
+ # Or for an interactive view
1092
+ task-master models --setup
1093
+ ```
1094
+
1095
+ Set your API key (if required by your provider) in mcp.json, your .env file or in your env exports:
1096
+
1097
+ ```bash
1098
+ OPENAI_COMPATIBLE_API_KEY="your-key-here"
1099
+ ```
1100
+
1101
+ This gives you the flexibility to use virtually any LLM service with Task Master, whether it's self-hosted, a specialized provider, or a custom inference server.
1102
+
1103
+ - [#1360](https://github.com/eyaltoledano/claude-task-master/pull/1360) [`819d5e1`](https://github.com/eyaltoledano/claude-task-master/commit/819d5e1bc5fb81be4b25f1823988a8e20abe8440) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add native support for Z.ai (GLM models), giving you access to high-performance Chinese models including glm-4.6 with massive 200K+ token context windows at competitive pricing
1104
+
1105
+ **How to use:**
1106
+ 1. Get your Z.ai API key from <https://z.ai/manage-apikey/apikey-list>
1107
+ 2. Set your API key in .env, mcp.json or in env exports:
1108
+
1109
+ ```bash
1110
+ ZAI_API_KEY="your-key-here"
1111
+ ```
1112
+
1113
+ 3. Configure Task Master to use GLM models:
1114
+
1115
+ ```bash
1116
+ task-master models --set-main glm-4.6
1117
+ # Or for an interactive view
1118
+ task-master models --setup
1119
+ ```
1120
+
1121
+ **Available models:**
1122
+ - `glm-4.6` - Latest model with 200K+ context, excellent for complex projects
1123
+ - `glm-4.5` - Previous generation, still highly capable
1124
+ - Additional GLM variants for different use cases: `glm-4.5-air`, `glm-4.5v`
1125
+
1126
+ GLM models offer strong performance on software engineering tasks, with particularly good results on code generation and technical reasoning. The large context window makes them ideal for analyzing entire codebases or working with extensive documentation.
1127
+
1128
+ - [#1360](https://github.com/eyaltoledano/claude-task-master/pull/1360) [`819d5e1`](https://github.com/eyaltoledano/claude-task-master/commit/819d5e1bc5fb81be4b25f1823988a8e20abe8440) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add LM Studio integration, enabling you to run Task Master completely offline with local models at zero API cost.
1129
+
1130
+ **How to use:**
1131
+ 1. Download and install [LM Studio](https://lmstudio.ai/)
1132
+ 2. Launch LM Studio and download a model (e.g., Llama 3.2, Mistral, Qwen)
1133
+ 3. Optional: Add api key to mcp.json or .env (LMSTUDIO_API_KEY)
1134
+ 4. Go to the "Local Server" tab and click "Start Server"
1135
+ 5. Configure Task Master:
1136
+
1137
+ ```bash
1138
+ task-master models --set-main <model-name> --lmstudio
1139
+ ```
1140
+
1141
+ Example:
1142
+
1143
+ ```bash
1144
+ task-master models --set-main llama-3.2-3b --lmstudio
1145
+ ```
1146
+
1147
+ ### Patch Changes
1148
+
1149
+ - [#1362](https://github.com/eyaltoledano/claude-task-master/pull/1362) [`3e70edf`](https://github.com/eyaltoledano/claude-task-master/commit/3e70edfa3a1f47bd8a6d2d2a30c20c72f5758b9b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve parse PRD schema for better llm model compatiblity
1150
+ - Fixes #1353
1151
+
1152
+ - [#1358](https://github.com/eyaltoledano/claude-task-master/pull/1358) [`0c639bd`](https://github.com/eyaltoledano/claude-task-master/commit/0c639bd1db9d2d9b4c2c22ac60b0d875ba75f80e) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix subtask ID display to show full compound notation
1153
+
1154
+ When displaying a subtask via `tm show 104.1`, the header and properties table showed only the subtask's local ID (e.g., "1") instead of the full compound ID (e.g., "104.1"). The CLI now preserves and displays the original requested task ID throughout the display chain, ensuring subtasks are clearly identified with their parent context. Also improved TypeScript typing by using discriminated unions for Task/Subtask returns from `tasks.get()`, eliminating unsafe type coercions.
1155
+
1156
+ - [#1339](https://github.com/eyaltoledano/claude-task-master/pull/1339) [`3b09b5d`](https://github.com/eyaltoledano/claude-task-master/commit/3b09b5da2a929f260d275f056d35bb6ded54ca6d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fixed MCP server sometimes crashing when getting into the commit step of autopilot
1157
+ - autopilot now persists state consistently through the whole flow
1158
+
1159
+ - [#1326](https://github.com/eyaltoledano/claude-task-master/pull/1326) [`9d5812b`](https://github.com/eyaltoledano/claude-task-master/commit/9d5812ba6725cfadebb8db8f4aa732cf3cdb3a36) Thanks [@SharifMrCreed](https://github.com/SharifMrCreed)! - Improve gemini cli integration
1160
+
1161
+ When initializing Task Master with the `gemini` profile, you now get properly configured context files tailored specifically for Gemini CLI, including MCP configuration and Gemini-specific features like file references, session management, and headless mode.
1162
+
1163
+ ## 0.31.0-rc.0
1164
+
1165
+ ### Minor Changes
1166
+
1167
+ - [#1360](https://github.com/eyaltoledano/claude-task-master/pull/1360) [`819d5e1`](https://github.com/eyaltoledano/claude-task-master/commit/819d5e1bc5fb81be4b25f1823988a8e20abe8440) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add support for custom OpenAI-compatible providers, allowing you to connect Task Master to any service that implements the OpenAI API specification
1168
+
1169
+ **How to use:**
1170
+
1171
+ Configure your custom provider with the `models` command:
1172
+
1173
+ ```bash
1174
+ task-master models --set-main <your-model-id> --openai-compatible --baseURL <your-api-endpoint>
1175
+ ```
1176
+
1177
+ Example:
1178
+
1179
+ ```bash
1180
+ task-master models --set-main llama-3-70b --openai-compatible --baseURL http://localhost:8000/v1
1181
+ # Or for an interactive view
1182
+ task-master models --setup
1183
+ ```
1184
+
1185
+ Set your API key (if required by your provider) in mcp.json, your .env file or in your env exports:
1186
+
1187
+ ```bash
1188
+ OPENAI_COMPATIBLE_API_KEY="your-key-here"
1189
+ ```
1190
+
1191
+ This gives you the flexibility to use virtually any LLM service with Task Master, whether it's self-hosted, a specialized provider, or a custom inference server.
1192
+
1193
+ - [#1360](https://github.com/eyaltoledano/claude-task-master/pull/1360) [`819d5e1`](https://github.com/eyaltoledano/claude-task-master/commit/819d5e1bc5fb81be4b25f1823988a8e20abe8440) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add native support for Z.ai (GLM models), giving you access to high-performance Chinese models including glm-4.6 with massive 200K+ token context windows at competitive pricing
1194
+
1195
+ **How to use:**
1196
+ 1. Get your Z.ai API key from <https://z.ai/manage-apikey/apikey-list>
1197
+ 2. Set your API key in .env, mcp.json or in env exports:
1198
+
1199
+ ```bash
1200
+ ZAI_API_KEY="your-key-here"
1201
+ ```
1202
+
1203
+ 3. Configure Task Master to use GLM models:
1204
+
1205
+ ```bash
1206
+ task-master models --set-main glm-4.6
1207
+ # Or for an interactive view
1208
+ task-master models --setup
1209
+ ```
1210
+
1211
+ **Available models:**
1212
+ - `glm-4.6` - Latest model with 200K+ context, excellent for complex projects
1213
+ - `glm-4.5` - Previous generation, still highly capable
1214
+ - Additional GLM variants for different use cases: `glm-4.5-air`, `glm-4.5v`
1215
+
1216
+ GLM models offer strong performance on software engineering tasks, with particularly good results on code generation and technical reasoning. The large context window makes them ideal for analyzing entire codebases or working with extensive documentation.
1217
+
1218
+ - [#1360](https://github.com/eyaltoledano/claude-task-master/pull/1360) [`819d5e1`](https://github.com/eyaltoledano/claude-task-master/commit/819d5e1bc5fb81be4b25f1823988a8e20abe8440) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add LM Studio integration, enabling you to run Task Master completely offline with local models at zero API cost.
1219
+
1220
+ **How to use:**
1221
+ 1. Download and install [LM Studio](https://lmstudio.ai/)
1222
+ 2. Launch LM Studio and download a model (e.g., Llama 3.2, Mistral, Qwen)
1223
+ 3. Optional: Add api key to mcp.json or .env (LMSTUDIO_API_KEY)
1224
+ 4. Go to the "Local Server" tab and click "Start Server"
1225
+ 5. Configure Task Master:
1226
+
1227
+ ```bash
1228
+ task-master models --set-main <model-name> --lmstudio
1229
+ ```
1230
+
1231
+ Example:
1232
+
1233
+ ```bash
1234
+ task-master models --set-main llama-3.2-3b --lmstudio
1235
+ ```
1236
+
1237
+ ### Patch Changes
1238
+
1239
+ - [#1362](https://github.com/eyaltoledano/claude-task-master/pull/1362) [`3e70edf`](https://github.com/eyaltoledano/claude-task-master/commit/3e70edfa3a1f47bd8a6d2d2a30c20c72f5758b9b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve parse PRD schema for better llm model compatiblity
1240
+ - Fixes #1353
1241
+
1242
+ - [#1358](https://github.com/eyaltoledano/claude-task-master/pull/1358) [`0c639bd`](https://github.com/eyaltoledano/claude-task-master/commit/0c639bd1db9d2d9b4c2c22ac60b0d875ba75f80e) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix subtask ID display to show full compound notation
1243
+
1244
+ When displaying a subtask via `tm show 104.1`, the header and properties table showed only the subtask's local ID (e.g., "1") instead of the full compound ID (e.g., "104.1"). The CLI now preserves and displays the original requested task ID throughout the display chain, ensuring subtasks are clearly identified with their parent context. Also improved TypeScript typing by using discriminated unions for Task/Subtask returns from `tasks.get()`, eliminating unsafe type coercions.
1245
+
1246
+ - [#1339](https://github.com/eyaltoledano/claude-task-master/pull/1339) [`3b09b5d`](https://github.com/eyaltoledano/claude-task-master/commit/3b09b5da2a929f260d275f056d35bb6ded54ca6d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fixed MCP server sometimes crashing when getting into the commit step of autopilot
1247
+ - autopilot now persists state consistently through the whole flow
1248
+
1249
+ - [#1326](https://github.com/eyaltoledano/claude-task-master/pull/1326) [`9d5812b`](https://github.com/eyaltoledano/claude-task-master/commit/9d5812ba6725cfadebb8db8f4aa732cf3cdb3a36) Thanks [@SharifMrCreed](https://github.com/SharifMrCreed)! - Improve gemini cli integration
1250
+
1251
+ When initializing Task Master with the `gemini` profile, you now get properly configured context files tailored specifically for Gemini CLI, including MCP configuration and Gemini-specific features like file references, session management, and headless mode.
1252
+
1253
+ ## 0.30.2
1254
+
1255
+ ### Patch Changes
1256
+
1257
+ - [#1340](https://github.com/eyaltoledano/claude-task-master/pull/1340) [`d63a40c`](https://github.com/eyaltoledano/claude-task-master/commit/d63a40c6ddc1ed2fe418206a19acd3e9dc27fd99) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve session persistence reliability
1258
+
1259
+ ## 0.30.1
1260
+
1261
+ ### Patch Changes
1262
+
1263
+ - [#1305](https://github.com/eyaltoledano/claude-task-master/pull/1305) [`a98d96e`](https://github.com/eyaltoledano/claude-task-master/commit/a98d96ef0414833b948672f86da4acc11f700ebb) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix warning message box width to match dashboard box width for consistent UI alignment
1264
+
1265
+ - [#1346](https://github.com/eyaltoledano/claude-task-master/pull/1346) [`25addf9`](https://github.com/eyaltoledano/claude-task-master/commit/25addf919f58b439dbc2f6ccf5be822b48280fa3) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - remove file and complexity report parameter from get-tasks and get-task mcp tool
1266
+ - In an effort to reduce complexity and context bloat for ai coding agents, we simplified the parameters of these tools
1267
+
1268
+ ## 0.30.1-rc.0
1269
+
1270
+ ### Patch Changes
1271
+
1272
+ - [#1305](https://github.com/eyaltoledano/claude-task-master/pull/1305) [`a98d96e`](https://github.com/eyaltoledano/claude-task-master/commit/a98d96ef0414833b948672f86da4acc11f700ebb) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix warning message box width to match dashboard box width for consistent UI alignment
1273
+
1274
+ ## 0.30.0
1275
+
1276
+ ### Minor Changes
1277
+
1278
+ - [#1181](https://github.com/eyaltoledano/claude-task-master/pull/1181) [`a69d8c9`](https://github.com/eyaltoledano/claude-task-master/commit/a69d8c91dc9205a3fdaf9d32276144fa3bcad55d) Thanks [@karol-f](https://github.com/karol-f)! - Add configurable MCP tool loading to optimize LLM context usage
1279
+
1280
+ You can now control which Task Master MCP tools are loaded by setting the `TASK_MASTER_TOOLS` environment variable in your MCP configuration. This helps reduce context usage for LLMs by only loading the tools you need.
1281
+
1282
+ **Configuration Options:**
1283
+ - `all` (default): Load all 36 tools
1284
+ - `core` or `lean`: Load only 7 essential tools for daily development
1285
+ - Includes: `get_tasks`, `next_task`, `get_task`, `set_task_status`, `update_subtask`, `parse_prd`, `expand_task`
1286
+ - `standard`: Load 15 commonly used tools (all core tools plus 8 more)
1287
+ - Additional tools: `initialize_project`, `analyze_project_complexity`, `expand_all`, `add_subtask`, `remove_task`, `generate`, `add_task`, `complexity_report`
1288
+ - Custom list: Comma-separated tool names (e.g., `get_tasks,next_task,set_task_status`)
1289
+
1290
+ **Example .mcp.json configuration:**
1291
+
1292
+ ```json
1293
+ {
1294
+ "mcpServers": {
1295
+ "task-master-ai": {
1296
+ "command": "npx",
1297
+ "args": ["-y", "task-master-ai"],
1298
+ "env": {
1299
+ "TASK_MASTER_TOOLS": "standard",
1300
+ "ANTHROPIC_API_KEY": "your_key_here"
1301
+ }
1302
+ }
1303
+ }
1304
+ }
1305
+ ```
1306
+
1307
+ For complete details on all available tools, configuration examples, and usage guidelines, see the [MCP Tools documentation](https://docs.task-master.dev/capabilities/mcp#configurable-tool-loading).
1308
+
1309
+ - [#1312](https://github.com/eyaltoledano/claude-task-master/pull/1312) [`d7fca18`](https://github.com/eyaltoledano/claude-task-master/commit/d7fca1844f24ad8ce079c21d9799a3c4b4413381) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve next command to work with remote
1310
+
1311
+ - [#1317](https://github.com/eyaltoledano/claude-task-master/pull/1317) [`548beb4`](https://github.com/eyaltoledano/claude-task-master/commit/548beb434453c69041572eb5927ee7da7075c213) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add 4.5 haiku and sonnet to supported models for claude-code and anthropic ai providers
1312
+
1313
+ - [#1309](https://github.com/eyaltoledano/claude-task-master/pull/1309) [`ccb87a5`](https://github.com/eyaltoledano/claude-task-master/commit/ccb87a516a11f7ec4b03133c8f24f4fd8c3a45fc) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add autonomous TDD workflow automation system with new `tm autopilot` commands and MCP tools for AI-driven test-driven development.
1314
+
1315
+ **New CLI Commands:**
1316
+ - `tm autopilot start <taskId>` - Initialize TDD workflow
1317
+ - `tm autopilot next` - Get next action in workflow
1318
+ - `tm autopilot status` - Check workflow progress
1319
+ - `tm autopilot complete` - Advance phase with test results
1320
+ - `tm autopilot commit` - Save progress with metadata
1321
+ - `tm autopilot resume` - Continue from checkpoint
1322
+ - `tm autopilot abort` - Cancel workflow
1323
+
1324
+ **New MCP Tools:**
1325
+ Seven new autopilot tools for programmatic control: `autopilot_start`, `autopilot_next`, `autopilot_status`, `autopilot_complete_phase`, `autopilot_commit`, `autopilot_resume`, `autopilot_abort`
1326
+
1327
+ **Features:**
1328
+ - Complete RED → GREEN → COMMIT cycle enforcement
1329
+ - Intelligent commit message generation with metadata
1330
+ - Activity logging and state persistence
1331
+ - Configurable workflow settings via `.taskmaster/config.json`
1332
+ - Comprehensive AI agent integration documentation
1333
+
1334
+ **Documentation:**
1335
+ - AI Agent Integration Guide (2,800+ lines)
1336
+ - TDD Quick Start Guide
1337
+ - Example prompts and integration patterns
1338
+
1339
+ > **Learn more:** [TDD Workflow Quickstart Guide](https://dev.task-master.dev/tdd-workflow/quickstart)
1340
+
1341
+ This release enables AI agents to autonomously execute test-driven development workflows with full state management and recovery capabilities.
1342
+
1343
+ ### Patch Changes
1344
+
1345
+ - [#1314](https://github.com/eyaltoledano/claude-task-master/pull/1314) [`6bc75c0`](https://github.com/eyaltoledano/claude-task-master/commit/6bc75c0ac68b59cb10cee70574a689f83e4de768) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve auth token refresh flow
1346
+
1347
+ - [#1302](https://github.com/eyaltoledano/claude-task-master/pull/1302) [`3283506`](https://github.com/eyaltoledano/claude-task-master/commit/3283506444d59896ecb97721ef2e96e290eb84d3) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Enable Task Master commands to traverse parent directories to find project root from nested paths
1348
+
1349
+ Fixes #1301
1350
+
1351
+ - [#1323](https://github.com/eyaltoledano/claude-task-master/pull/1323) [`dc6652c`](https://github.com/eyaltoledano/claude-task-master/commit/dc6652ccd2b50b91eb55d92899ebf70c7b4d6601) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP server compatibility with Draft-07 clients (Augment IDE, gemini-cli, gemini code assist)
1352
+ - Resolves #1284
1353
+
1354
+ **Problem:**
1355
+ - MCP tools were using Zod v4, which outputs JSON Schema Draft 2020-12
1356
+ - MCP clients only support Draft-07
1357
+ - Tools were not discoverable in gemini-cli and other clients
1358
+
1359
+ **Solution:**
1360
+ - Updated all MCP tools to import from `zod/v3` instead of `zod`
1361
+ - Zod v3 schemas convert to Draft-07 via FastMCP's zod-to-json-schema
1362
+ - Fixed logger to use stderr instead of stdout (MCP protocol requirement)
1363
+
1364
+ This is a temporary workaround until FastMCP adds JSON Schema version configuration.
1365
+
1366
+ ## 0.30.0-rc.1
1367
+
1368
+ ### Minor Changes
1369
+
1370
+ - [#1317](https://github.com/eyaltoledano/claude-task-master/pull/1317) [`548beb4`](https://github.com/eyaltoledano/claude-task-master/commit/548beb434453c69041572eb5927ee7da7075c213) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add 4.5 haiku and sonnet to supported models for claude-code and anthropic ai providers
1371
+
1372
+ - [#1309](https://github.com/eyaltoledano/claude-task-master/pull/1309) [`ccb87a5`](https://github.com/eyaltoledano/claude-task-master/commit/ccb87a516a11f7ec4b03133c8f24f4fd8c3a45fc) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add autonomous TDD workflow automation system with new `tm autopilot` commands and MCP tools for AI-driven test-driven development.
1373
+
1374
+ **New CLI Commands:**
1375
+ - `tm autopilot start <taskId>` - Initialize TDD workflow
1376
+ - `tm autopilot next` - Get next action in workflow
1377
+ - `tm autopilot status` - Check workflow progress
1378
+ - `tm autopilot complete` - Advance phase with test results
1379
+ - `tm autopilot commit` - Save progress with metadata
1380
+ - `tm autopilot resume` - Continue from checkpoint
1381
+ - `tm autopilot abort` - Cancel workflow
1382
+
1383
+ **New MCP Tools:**
1384
+ Seven new autopilot tools for programmatic control: `autopilot_start`, `autopilot_next`, `autopilot_status`, `autopilot_complete_phase`, `autopilot_commit`, `autopilot_resume`, `autopilot_abort`
1385
+
1386
+ **Features:**
1387
+ - Complete RED → GREEN → COMMIT cycle enforcement
1388
+ - Intelligent commit message generation with metadata
1389
+ - Activity logging and state persistence
1390
+ - Configurable workflow settings via `.taskmaster/config.json`
1391
+ - Comprehensive AI agent integration documentation
1392
+
1393
+ **Documentation:**
1394
+ - AI Agent Integration Guide (2,800+ lines)
1395
+ - TDD Quick Start Guide
1396
+ - Example prompts and integration patterns
1397
+
1398
+ > **Learn more:** [TDD Workflow Quickstart Guide](https://dev.task-master.dev/tdd-workflow/quickstart)
1399
+
1400
+ This release enables AI agents to autonomously execute test-driven development workflows with full state management and recovery capabilities.
1401
+
1402
+ ### Patch Changes
1403
+
1404
+ - [#1323](https://github.com/eyaltoledano/claude-task-master/pull/1323) [`dc6652c`](https://github.com/eyaltoledano/claude-task-master/commit/dc6652ccd2b50b91eb55d92899ebf70c7b4d6601) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP server compatibility with Draft-07 clients (Augment IDE, gemini-cli, gemini code assist)
1405
+ - Resolves #1284
1406
+
1407
+ **Problem:**
1408
+ - MCP tools were using Zod v4, which outputs JSON Schema Draft 2020-12
1409
+ - MCP clients only support Draft-07
1410
+ - Tools were not discoverable in gemini-cli and other clients
1411
+
1412
+ **Solution:**
1413
+ - Updated all MCP tools to import from `zod/v3` instead of `zod`
1414
+ - Zod v3 schemas convert to Draft-07 via FastMCP's zod-to-json-schema
1415
+ - Fixed logger to use stderr instead of stdout (MCP protocol requirement)
1416
+
1417
+ This is a temporary workaround until FastMCP adds JSON Schema version configuration.
1418
+
1419
+ ## 0.30.0-rc.0
1420
+
1421
+ ### Minor Changes
1422
+
1423
+ - [#1181](https://github.com/eyaltoledano/claude-task-master/pull/1181) [`a69d8c9`](https://github.com/eyaltoledano/claude-task-master/commit/a69d8c91dc9205a3fdaf9d32276144fa3bcad55d) Thanks [@karol-f](https://github.com/karol-f)! - Add configurable MCP tool loading to optimize LLM context usage
1424
+
1425
+ You can now control which Task Master MCP tools are loaded by setting the `TASK_MASTER_TOOLS` environment variable in your MCP configuration. This helps reduce context usage for LLMs by only loading the tools you need.
1426
+
1427
+ **Configuration Options:**
1428
+ - `all` (default): Load all 36 tools
1429
+ - `core` or `lean`: Load only 7 essential tools for daily development
1430
+ - Includes: `get_tasks`, `next_task`, `get_task`, `set_task_status`, `update_subtask`, `parse_prd`, `expand_task`
1431
+ - `standard`: Load 15 commonly used tools (all core tools plus 8 more)
1432
+ - Additional tools: `initialize_project`, `analyze_project_complexity`, `expand_all`, `add_subtask`, `remove_task`, `generate`, `add_task`, `complexity_report`
1433
+ - Custom list: Comma-separated tool names (e.g., `get_tasks,next_task,set_task_status`)
1434
+
1435
+ **Example .mcp.json configuration:**
1436
+
1437
+ ```json
1438
+ {
1439
+ "mcpServers": {
1440
+ "task-master-ai": {
1441
+ "command": "npx",
1442
+ "args": ["-y", "task-master-ai"],
1443
+ "env": {
1444
+ "TASK_MASTER_TOOLS": "standard",
1445
+ "ANTHROPIC_API_KEY": "your_key_here"
1446
+ }
1447
+ }
1448
+ }
1449
+ }
1450
+ ```
1451
+
1452
+ For complete details on all available tools, configuration examples, and usage guidelines, see the [MCP Tools documentation](https://docs.task-master.dev/capabilities/mcp#configurable-tool-loading).
1453
+
1454
+ - [#1312](https://github.com/eyaltoledano/claude-task-master/pull/1312) [`d7fca18`](https://github.com/eyaltoledano/claude-task-master/commit/d7fca1844f24ad8ce079c21d9799a3c4b4413381) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve next command to work with remote
1455
+
1456
+ ### Patch Changes
1457
+
1458
+ - [#1314](https://github.com/eyaltoledano/claude-task-master/pull/1314) [`6bc75c0`](https://github.com/eyaltoledano/claude-task-master/commit/6bc75c0ac68b59cb10cee70574a689f83e4de768) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve auth token refresh flow
1459
+
1460
+ - [#1302](https://github.com/eyaltoledano/claude-task-master/pull/1302) [`3283506`](https://github.com/eyaltoledano/claude-task-master/commit/3283506444d59896ecb97721ef2e96e290eb84d3) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Enable Task Master commands to traverse parent directories to find project root from nested paths
1461
+
1462
+ Fixes #1301
1463
+
1464
+ ## 0.29.0
1465
+
1466
+ ### Minor Changes
1467
+
1468
+ - [#1286](https://github.com/eyaltoledano/claude-task-master/pull/1286) [`f12a16d`](https://github.com/eyaltoledano/claude-task-master/commit/f12a16d09649f62148515f11f616157c7d0bd2d5) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add changelog highlights to auto-update notifications
1469
+
1470
+ When the CLI auto-updates to a new version, it now displays a "What's New" section.
1471
+
1472
+ - [#1293](https://github.com/eyaltoledano/claude-task-master/pull/1293) [`3010b90`](https://github.com/eyaltoledano/claude-task-master/commit/3010b90d98f3a7d8636caa92fc33d6ee69d4bed0) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Claude Code plugin with marketplace distribution
1473
+
1474
+ This release introduces official Claude Code plugin support, marking the evolution from legacy `.claude` directory copying to a modern plugin-based architecture.
1475
+
1476
+ ## 🎉 New: Claude Code Plugin
1477
+
1478
+ Task Master AI commands and agents are now distributed as a proper Claude Code plugin:
1479
+ - **49 slash commands** with clean naming (`/taskmaster:command-name`)
1480
+ - **3 specialized AI agents** (task-orchestrator, task-executor, task-checker)
1481
+ - **MCP server integration** for deep Claude Code integration
1482
+
1483
+ **Installation:**
1484
+
1485
+ ```bash
1486
+ /plugin marketplace add eyaltoledano/claude-task-master
1487
+ /plugin install taskmaster@taskmaster
1488
+ ```
1489
+
1490
+ ### The `rules add claude` command no longer copies commands and agents to `.claude/commands/` and `.claude/agents/`. Instead, it now
1491
+ - Shows plugin installation instructions
1492
+ - Only manages CLAUDE.md imports for agent instructions
1493
+ - Directs users to install the official plugin
1494
+
1495
+ **Migration for Existing Users:**
1496
+
1497
+ If you previously used `rules add claude`:
1498
+ 1. The old commands in `.claude/commands/` will continue to work but won't receive updates
1499
+ 2. Install the plugin for the latest features: `/plugin install taskmaster@taskmaster`
1500
+ 3. remove old `.claude/commands/` and `.claude/agents/` directories
1501
+
1502
+ **Why This Change?**
1503
+
1504
+ Claude Code plugins provide:
1505
+ - ✅ Automatic updates when we release new features
1506
+ - ✅ Better command organization and naming
1507
+ - ✅ Seamless integration with Claude Code
1508
+ - ✅ No manual file copying or management
1509
+
1510
+ The plugin system is the future of Task Master AI integration with Claude Code!
1511
+
1512
+ - [#1285](https://github.com/eyaltoledano/claude-task-master/pull/1285) [`2a910a4`](https://github.com/eyaltoledano/claude-task-master/commit/2a910a40bac375f9f61d797bf55597303d556b48) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add RPG (Repository Planning Graph) method template for structured PRD creation. The new `example_prd_rpg.txt` template teaches AI agents and developers the RPG methodology through embedded instructions, inline good/bad examples, and XML-style tags for structure. This template enables creation of dependency-aware PRDs that automatically generate topologically-ordered task graphs when parsed with Task Master.
1513
+
1514
+ Key features:
1515
+ - Method-as-template: teaches RPG principles (dual-semantics, explicit dependencies, topological order) while being used
1516
+ - Inline instructions at decision points guide AI through each section
1517
+ - Good/bad examples for immediate pattern matching
1518
+ - Flexible plain-text format with XML-style tags for parseability
1519
+ - Critical dependency-graph section ensures correct task ordering
1520
+ - Automatic inclusion during `task-master init`
1521
+ - Comprehensive documentation at [docs.task-master.dev/capabilities/rpg-method](https://docs.task-master.dev/capabilities/rpg-method)
1522
+ - Tool recommendations for code-context-aware PRD creation (Claude Code, Cursor, Gemini CLI, Codex/Grok)
1523
+
1524
+ The RPG template complements the existing `example_prd.txt` and provides a more structured approach for complex projects requiring clear module boundaries and dependency chains.
1525
+
1526
+ - [#1287](https://github.com/eyaltoledano/claude-task-master/pull/1287) [`90e6bdc`](https://github.com/eyaltoledano/claude-task-master/commit/90e6bdcf1c59f65ad27fcdfe3b13b9dca7e77654) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhance `expand_all` to intelligently use complexity analysis recommendations when expanding tasks.
1527
+
1528
+ The expand-all operation now automatically leverages recommendations from `analyze-complexity` to determine optimal subtask counts for each task, resulting in more accurate and context-aware task breakdowns.
1529
+
1530
+ Key improvements:
1531
+ - Automatic integration with complexity analysis reports
1532
+ - Tag-aware complexity report path resolution
1533
+ - Intelligent subtask count determination based on task complexity
1534
+ - Falls back to defaults when complexity analysis is unavailable
1535
+ - Enhanced logging for better visibility into expansion decisions
1536
+
1537
+ When you run `task-master expand --all` after `task-master analyze-complexity`, Task Master now uses the recommended subtask counts from the complexity analysis instead of applying uniform defaults, ensuring each task is broken down according to its actual complexity.
1538
+
1539
+ ### Patch Changes
1540
+
1541
+ - [#1191](https://github.com/eyaltoledano/claude-task-master/pull/1191) [`aaf903f`](https://github.com/eyaltoledano/claude-task-master/commit/aaf903ff2f606c779a22e9a4b240ab57b3683815) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix cross-level task dependencies not being saved
1542
+
1543
+ Fixes an issue where adding dependencies between subtasks and top-level tasks (e.g., `task-master add-dependency --id=2.2 --depends-on=11`) would report success but fail to persist the changes. Dependencies can now be created in both directions between any task levels.
1544
+
1545
+ - [#1299](https://github.com/eyaltoledano/claude-task-master/pull/1299) [`4c1ef2c`](https://github.com/eyaltoledano/claude-task-master/commit/4c1ef2ca94411c53bcd2a78ec710b06c500236dd) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve refresh token when authenticating
1546
+
1547
+ ## 0.29.0-rc.1
1548
+
1549
+ ### Patch Changes
1550
+
1551
+ - [#1299](https://github.com/eyaltoledano/claude-task-master/pull/1299) [`a6c5152`](https://github.com/eyaltoledano/claude-task-master/commit/a6c5152f20edd8717cf1aea34e7c178b1261aa99) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve refresh token when authenticating
1552
+
1553
+ ## 0.29.0-rc.0
1554
+
1555
+ ### Minor Changes
1556
+
1557
+ - [#1286](https://github.com/eyaltoledano/claude-task-master/pull/1286) [`f12a16d`](https://github.com/eyaltoledano/claude-task-master/commit/f12a16d09649f62148515f11f616157c7d0bd2d5) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add changelog highlights to auto-update notifications
1558
+
1559
+ When the CLI auto-updates to a new version, it now displays a "What's New" section.
1560
+
1561
+ - [#1293](https://github.com/eyaltoledano/claude-task-master/pull/1293) [`3010b90`](https://github.com/eyaltoledano/claude-task-master/commit/3010b90d98f3a7d8636caa92fc33d6ee69d4bed0) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Claude Code plugin with marketplace distribution
1562
+
1563
+ This release introduces official Claude Code plugin support, marking the evolution from legacy `.claude` directory copying to a modern plugin-based architecture.
1564
+
1565
+ ## 🎉 New: Claude Code Plugin
1566
+
1567
+ Task Master AI commands and agents are now distributed as a proper Claude Code plugin:
1568
+ - **49 slash commands** with clean naming (`/task-master-ai:command-name`)
1569
+ - **3 specialized AI agents** (task-orchestrator, task-executor, task-checker)
1570
+ - **MCP server integration** for deep Claude Code integration
1571
+
1572
+ **Installation:**
1573
+
1574
+ ```bash
1575
+ /plugin marketplace add eyaltoledano/claude-task-master
1576
+ /plugin install taskmaster@taskmaster
1577
+ ```
1578
+
1579
+ ### The `rules add claude` command no longer copies commands and agents to `.claude/commands/` and `.claude/agents/`. Instead, it now
1580
+ - Shows plugin installation instructions
1581
+ - Only manages CLAUDE.md imports for agent instructions
1582
+ - Directs users to install the official plugin
1583
+
1584
+ **Migration for Existing Users:**
1585
+
1586
+ If you previously used `rules add claude`:
1587
+ 1. The old commands in `.claude/commands/` will continue to work but won't receive updates
1588
+ 2. Install the plugin for the latest features: `/plugin install taskmaster@taskmaster`
1589
+ 3. remove old `.claude/commands/` and `.claude/agents/` directories
1590
+
1591
+ **Why This Change?**
1592
+
1593
+ Claude Code plugins provide:
1594
+ - ✅ Automatic updates when we release new features
1595
+ - ✅ Better command organization and naming
1596
+ - ✅ Seamless integration with Claude Code
1597
+ - ✅ No manual file copying or management
1598
+
1599
+ The plugin system is the future of Task Master AI integration with Claude Code!
1600
+
1601
+ - [#1285](https://github.com/eyaltoledano/claude-task-master/pull/1285) [`2a910a4`](https://github.com/eyaltoledano/claude-task-master/commit/2a910a40bac375f9f61d797bf55597303d556b48) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add RPG (Repository Planning Graph) method template for structured PRD creation. The new `example_prd_rpg.txt` template teaches AI agents and developers the RPG methodology through embedded instructions, inline good/bad examples, and XML-style tags for structure. This template enables creation of dependency-aware PRDs that automatically generate topologically-ordered task graphs when parsed with Task Master.
1602
+
1603
+ Key features:
1604
+ - Method-as-template: teaches RPG principles (dual-semantics, explicit dependencies, topological order) while being used
1605
+ - Inline instructions at decision points guide AI through each section
1606
+ - Good/bad examples for immediate pattern matching
1607
+ - Flexible plain-text format with XML-style tags for parseability
1608
+ - Critical dependency-graph section ensures correct task ordering
1609
+ - Automatic inclusion during `task-master init`
1610
+ - Comprehensive documentation at [docs.task-master.dev/capabilities/rpg-method](https://docs.task-master.dev/capabilities/rpg-method)
1611
+ - Tool recommendations for code-context-aware PRD creation (Claude Code, Cursor, Gemini CLI, Codex/Grok)
1612
+
1613
+ The RPG template complements the existing `example_prd.txt` and provides a more structured approach for complex projects requiring clear module boundaries and dependency chains.
1614
+
1615
+ - [#1287](https://github.com/eyaltoledano/claude-task-master/pull/1287) [`90e6bdc`](https://github.com/eyaltoledano/claude-task-master/commit/90e6bdcf1c59f65ad27fcdfe3b13b9dca7e77654) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhance `expand_all` to intelligently use complexity analysis recommendations when expanding tasks.
1616
+
1617
+ The expand-all operation now automatically leverages recommendations from `analyze-complexity` to determine optimal subtask counts for each task, resulting in more accurate and context-aware task breakdowns.
1618
+
1619
+ Key improvements:
1620
+ - Automatic integration with complexity analysis reports
1621
+ - Tag-aware complexity report path resolution
1622
+ - Intelligent subtask count determination based on task complexity
1623
+ - Falls back to defaults when complexity analysis is unavailable
1624
+ - Enhanced logging for better visibility into expansion decisions
1625
+
1626
+ When you run `task-master expand --all` after `task-master analyze-complexity`, Task Master now uses the recommended subtask counts from the complexity analysis instead of applying uniform defaults, ensuring each task is broken down according to its actual complexity.
1627
+
1628
+ ### Patch Changes
1629
+
1630
+ - [#1191](https://github.com/eyaltoledano/claude-task-master/pull/1191) [`aaf903f`](https://github.com/eyaltoledano/claude-task-master/commit/aaf903ff2f606c779a22e9a4b240ab57b3683815) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix cross-level task dependencies not being saved
1631
+
1632
+ Fixes an issue where adding dependencies between subtasks and top-level tasks (e.g., `task-master add-dependency --id=2.2 --depends-on=11`) would report success but fail to persist the changes. Dependencies can now be created in both directions between any task levels.
1633
+
1634
+ ## 0.28.0
1635
+
1636
+ ### Minor Changes
1637
+
1638
+ - [#1273](https://github.com/eyaltoledano/claude-task-master/pull/1273) [`b43b7ce`](https://github.com/eyaltoledano/claude-task-master/commit/b43b7ce201625eee956fb2f8cd332f238bb78c21) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Add Codex CLI provider with OAuth authentication
1639
+ - Added codex-cli provider for GPT-5 and GPT-5-Codex models (272K input / 128K output)
1640
+ - OAuth-first authentication via `codex login` - no API key required
1641
+ - Optional OPENAI_CODEX_API_KEY support
1642
+ - Codebase analysis capabilities automatically enabled
1643
+ - Command-specific settings and approval/sandbox modes
1644
+
1645
+ - [#1215](https://github.com/eyaltoledano/claude-task-master/pull/1215) [`0079b7d`](https://github.com/eyaltoledano/claude-task-master/commit/0079b7defdad550811f704c470fdd01955d91d4d) Thanks [@joedanz](https://github.com/joedanz)! - Add Cursor IDE custom slash command support
1646
+
1647
+ Expose Task Master commands as Cursor slash commands by copying assets/claude/commands to .cursor/commands on profile add and cleaning up on remove.
1648
+
1649
+ - [#1246](https://github.com/eyaltoledano/claude-task-master/pull/1246) [`18aa416`](https://github.com/eyaltoledano/claude-task-master/commit/18aa416035f44345bde1c7321490345733a5d042) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Added api keys page on docs website: docs.task-master.dev/getting-started/api-keys
1650
+
1651
+ - [#1246](https://github.com/eyaltoledano/claude-task-master/pull/1246) [`18aa416`](https://github.com/eyaltoledano/claude-task-master/commit/18aa416035f44345bde1c7321490345733a5d042) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Move to AI SDK v5:
1652
+ - Works better with claude-code and gemini-cli as ai providers
1653
+ - Improved openai model family compatibility
1654
+ - Migrate ollama provider to v2
1655
+ - Closes #1223, #1013, #1161, #1174
1656
+
1657
+ - [#1262](https://github.com/eyaltoledano/claude-task-master/pull/1262) [`738ec51`](https://github.com/eyaltoledano/claude-task-master/commit/738ec51c049a295a12839b2dfddaf05e23b8fede) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Migrate AI services to use generateObject for structured data generation
1658
+
1659
+ This update migrates all AI service calls from generateText to generateObject, ensuring more reliable and structured responses across all commands.
1660
+
1661
+ ### Key Changes:
1662
+ - **Unified AI Service**: Replaced separate generateText implementations with a single generateObjectService that handles structured data generation
1663
+ - **JSON Mode Support**: Added proper JSON mode configuration for providers that support it (OpenAI, Anthropic, Google, Groq)
1664
+ - **Schema Validation**: Integrated Zod schemas for all AI-generated content with automatic validation
1665
+ - **Provider Compatibility**: Maintained compatibility with all existing providers while leveraging their native structured output capabilities
1666
+ - **Improved Reliability**: Structured output generation reduces parsing errors and ensures consistent data formats
1667
+
1668
+ ### Technical Improvements:
1669
+ - Centralized provider configuration in `ai-providers-unified.js`
1670
+ - Added `generateObject` support detection for each provider
1671
+ - Implemented proper error handling for schema validation failures
1672
+ - Maintained backward compatibility with existing prompt structures
1673
+
1674
+ ### Bug Fixes:
1675
+ - Fixed subtask ID numbering issue where AI was generating inconsistent IDs (101-105, 601-603) instead of sequential numbering (1, 2, 3...)
1676
+ - Enhanced prompt instructions to enforce proper ID generation patterns
1677
+ - Ensured subtasks display correctly as X.1, X.2, X.3 format
1678
+
1679
+ This migration improves the reliability and consistency of AI-generated content throughout the Task Master application.
1680
+
1681
+ - [#1112](https://github.com/eyaltoledano/claude-task-master/pull/1112) [`d67b81d`](https://github.com/eyaltoledano/claude-task-master/commit/d67b81d25ddd927fabb6f5deb368e8993519c541) Thanks [@olssonsten](https://github.com/olssonsten)! - Enhanced Roo Code profile with MCP timeout configuration for improved reliability during long-running AI operations. The Roo profile now automatically configures a 300-second timeout for MCP server operations, preventing timeouts during complex tasks like `parse-prd`, `expand-all`, `analyze-complexity`, and `research` operations. This change also replaces static MCP configuration files with programmatic generation for better maintainability.
1682
+
1683
+ **What's New:**
1684
+ - 300-second timeout for MCP operations (up from default 60 seconds)
1685
+ - Programmatic MCP configuration generation (replaces static asset files)
1686
+ - Enhanced reliability for AI-powered operations
1687
+ - Consistent with other AI coding assistant profiles
1688
+
1689
+ **Migration:** No user action required - existing Roo Code installations will automatically receive the enhanced MCP configuration on next initialization.
1690
+
1691
+ - [#1246](https://github.com/eyaltoledano/claude-task-master/pull/1246) [`986ac11`](https://github.com/eyaltoledano/claude-task-master/commit/986ac117aee00bcd3e6830a0f76e1ad6d10e0bca) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Upgrade grok-cli ai provider to ai sdk v5
1692
+
1693
+ ### Patch Changes
1694
+
1695
+ - [#1235](https://github.com/eyaltoledano/claude-task-master/pull/1235) [`aaacc3d`](https://github.com/eyaltoledano/claude-task-master/commit/aaacc3dae36247b4de72b2d2697f49e5df6d01e3) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve `analyze-complexity` cli docs and `--research` flag documentation
1696
+
1697
+ - [#1251](https://github.com/eyaltoledano/claude-task-master/pull/1251) [`0b2c696`](https://github.com/eyaltoledano/claude-task-master/commit/0b2c6967c4605c33a100cff16f6ce8ff09ad06f0) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Change parent task back to "pending" when all subtasks are in "pending" state
1698
+
1699
+ - [#1274](https://github.com/eyaltoledano/claude-task-master/pull/1274) [`4f984f8`](https://github.com/eyaltoledano/claude-task-master/commit/4f984f8a6965da9f9c7edd60ddfd6560ac022917) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Do a quick fix on build
1700
+
1701
+ - [#1277](https://github.com/eyaltoledano/claude-task-master/pull/1277) [`7b5a7c4`](https://github.com/eyaltoledano/claude-task-master/commit/7b5a7c4495a68b782f7407fc5d0e0d3ae81f42f5) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP connection errors caused by deprecated generateTaskFiles calls. Resolves "Cannot read properties of null (reading 'toString')" errors when using MCP tools for task management operations.
1702
+
1703
+ - [#1276](https://github.com/eyaltoledano/claude-task-master/pull/1276) [`caee040`](https://github.com/eyaltoledano/claude-task-master/commit/caee040907f856d31a660171c9e6d966f23c632e) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP server error when file parameter not provided - now properly constructs default tasks.json path instead of failing with 'tasksJsonPath is required' error.
1704
+
1705
+ - [#1172](https://github.com/eyaltoledano/claude-task-master/pull/1172) [`b5fe723`](https://github.com/eyaltoledano/claude-task-master/commit/b5fe723f8ead928e9f2dbde13b833ee70ac3382d) Thanks [@jujax](https://github.com/jujax)! - Fix Claude Code settings validation for pathToClaudeCodeExecutable
1706
+
1707
+ - [#1192](https://github.com/eyaltoledano/claude-task-master/pull/1192) [`2b69936`](https://github.com/eyaltoledano/claude-task-master/commit/2b69936ee7b34346d6de5175af20e077359e2e2a) Thanks [@nukunga](https://github.com/nukunga)! - Fix sonar deep research model failing, should be called `sonar-deep-research`
1708
+
1709
+ - [#1270](https://github.com/eyaltoledano/claude-task-master/pull/1270) [`20004a3`](https://github.com/eyaltoledano/claude-task-master/commit/20004a39ea848f747e1ff48981bfe176554e4055) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix complexity score not showing for `task-master show` and `task-master list`
1710
+ - Added complexity score on "next task" when running `task-master list`
1711
+ - Added colors to complexity to reflect complexity (easy, medium, hard)
1712
+
1713
+ ## 0.28.0-rc.2
1714
+
1715
+ ### Minor Changes
1716
+
1717
+ - [#1273](https://github.com/eyaltoledano/claude-task-master/pull/1273) [`b43b7ce`](https://github.com/eyaltoledano/claude-task-master/commit/b43b7ce201625eee956fb2f8cd332f238bb78c21) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Add Codex CLI provider with OAuth authentication
1718
+ - Added codex-cli provider for GPT-5 and GPT-5-Codex models (272K input / 128K output)
1719
+ - OAuth-first authentication via `codex login` - no API key required
1720
+ - Optional OPENAI_CODEX_API_KEY support
1721
+ - Codebase analysis capabilities automatically enabled
1722
+ - Command-specific settings and approval/sandbox modes
1723
+
1724
+ ### Patch Changes
1725
+
1726
+ - [#1277](https://github.com/eyaltoledano/claude-task-master/pull/1277) [`7b5a7c4`](https://github.com/eyaltoledano/claude-task-master/commit/7b5a7c4495a68b782f7407fc5d0e0d3ae81f42f5) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP connection errors caused by deprecated generateTaskFiles calls. Resolves "Cannot read properties of null (reading 'toString')" errors when using MCP tools for task management operations.
1727
+
1728
+ - [#1276](https://github.com/eyaltoledano/claude-task-master/pull/1276) [`caee040`](https://github.com/eyaltoledano/claude-task-master/commit/caee040907f856d31a660171c9e6d966f23c632e) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP server error when file parameter not provided - now properly constructs default tasks.json path instead of failing with 'tasksJsonPath is required' error.
1729
+
1730
+ ## 0.28.0-rc.1
1731
+
1732
+ ### Patch Changes
1733
+
1734
+ - [#1274](https://github.com/eyaltoledano/claude-task-master/pull/1274) [`4f984f8`](https://github.com/eyaltoledano/claude-task-master/commit/4f984f8a6965da9f9c7edd60ddfd6560ac022917) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Do a quick fix on build
1735
+
1736
+ ## 0.28.0-rc.0
1737
+
1738
+ ### Minor Changes
1739
+
1740
+ - [#1215](https://github.com/eyaltoledano/claude-task-master/pull/1215) [`0079b7d`](https://github.com/eyaltoledano/claude-task-master/commit/0079b7defdad550811f704c470fdd01955d91d4d) Thanks [@joedanz](https://github.com/joedanz)! - Add Cursor IDE custom slash command support
1741
+
1742
+ Expose Task Master commands as Cursor slash commands by copying assets/claude/commands to .cursor/commands on profile add and cleaning up on remove.
1743
+
1744
+ - [#1246](https://github.com/eyaltoledano/claude-task-master/pull/1246) [`18aa416`](https://github.com/eyaltoledano/claude-task-master/commit/18aa416035f44345bde1c7321490345733a5d042) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Added api keys page on docs website: docs.task-master.dev/getting-started/api-keys
1745
+
1746
+ - [#1246](https://github.com/eyaltoledano/claude-task-master/pull/1246) [`18aa416`](https://github.com/eyaltoledano/claude-task-master/commit/18aa416035f44345bde1c7321490345733a5d042) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Move to AI SDK v5:
1747
+ - Works better with claude-code and gemini-cli as ai providers
1748
+ - Improved openai model family compatibility
1749
+ - Migrate ollama provider to v2
1750
+ - Closes #1223, #1013, #1161, #1174
1751
+
1752
+ - [#1262](https://github.com/eyaltoledano/claude-task-master/pull/1262) [`738ec51`](https://github.com/eyaltoledano/claude-task-master/commit/738ec51c049a295a12839b2dfddaf05e23b8fede) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Migrate AI services to use generateObject for structured data generation
1753
+
1754
+ This update migrates all AI service calls from generateText to generateObject, ensuring more reliable and structured responses across all commands.
1755
+
1756
+ ### Key Changes:
1757
+ - **Unified AI Service**: Replaced separate generateText implementations with a single generateObjectService that handles structured data generation
1758
+ - **JSON Mode Support**: Added proper JSON mode configuration for providers that support it (OpenAI, Anthropic, Google, Groq)
1759
+ - **Schema Validation**: Integrated Zod schemas for all AI-generated content with automatic validation
1760
+ - **Provider Compatibility**: Maintained compatibility with all existing providers while leveraging their native structured output capabilities
1761
+ - **Improved Reliability**: Structured output generation reduces parsing errors and ensures consistent data formats
1762
+
1763
+ ### Technical Improvements:
1764
+ - Centralized provider configuration in `ai-providers-unified.js`
1765
+ - Added `generateObject` support detection for each provider
1766
+ - Implemented proper error handling for schema validation failures
1767
+ - Maintained backward compatibility with existing prompt structures
1768
+
1769
+ ### Bug Fixes:
1770
+ - Fixed subtask ID numbering issue where AI was generating inconsistent IDs (101-105, 601-603) instead of sequential numbering (1, 2, 3...)
1771
+ - Enhanced prompt instructions to enforce proper ID generation patterns
1772
+ - Ensured subtasks display correctly as X.1, X.2, X.3 format
1773
+
1774
+ This migration improves the reliability and consistency of AI-generated content throughout the Task Master application.
1775
+
1776
+ - [#1112](https://github.com/eyaltoledano/claude-task-master/pull/1112) [`d67b81d`](https://github.com/eyaltoledano/claude-task-master/commit/d67b81d25ddd927fabb6f5deb368e8993519c541) Thanks [@olssonsten](https://github.com/olssonsten)! - Enhanced Roo Code profile with MCP timeout configuration for improved reliability during long-running AI operations. The Roo profile now automatically configures a 300-second timeout for MCP server operations, preventing timeouts during complex tasks like `parse-prd`, `expand-all`, `analyze-complexity`, and `research` operations. This change also replaces static MCP configuration files with programmatic generation for better maintainability.
1777
+
1778
+ **What's New:**
1779
+ - 300-second timeout for MCP operations (up from default 60 seconds)
1780
+ - Programmatic MCP configuration generation (replaces static asset files)
1781
+ - Enhanced reliability for AI-powered operations
1782
+ - Consistent with other AI coding assistant profiles
1783
+
1784
+ **Migration:** No user action required - existing Roo Code installations will automatically receive the enhanced MCP configuration on next initialization.
1785
+
1786
+ - [#1246](https://github.com/eyaltoledano/claude-task-master/pull/1246) [`986ac11`](https://github.com/eyaltoledano/claude-task-master/commit/986ac117aee00bcd3e6830a0f76e1ad6d10e0bca) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Upgrade grok-cli ai provider to ai sdk v5
1787
+
1788
+ ### Patch Changes
1789
+
1790
+ - [#1235](https://github.com/eyaltoledano/claude-task-master/pull/1235) [`aaacc3d`](https://github.com/eyaltoledano/claude-task-master/commit/aaacc3dae36247b4de72b2d2697f49e5df6d01e3) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve `analyze-complexity` cli docs and `--research` flag documentation
1791
+
1792
+ - [#1251](https://github.com/eyaltoledano/claude-task-master/pull/1251) [`0b2c696`](https://github.com/eyaltoledano/claude-task-master/commit/0b2c6967c4605c33a100cff16f6ce8ff09ad06f0) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Change parent task back to "pending" when all subtasks are in "pending" state
1793
+
1794
+ - [#1172](https://github.com/eyaltoledano/claude-task-master/pull/1172) [`b5fe723`](https://github.com/eyaltoledano/claude-task-master/commit/b5fe723f8ead928e9f2dbde13b833ee70ac3382d) Thanks [@jujax](https://github.com/jujax)! - Fix Claude Code settings validation for pathToClaudeCodeExecutable
1795
+
1796
+ - [#1192](https://github.com/eyaltoledano/claude-task-master/pull/1192) [`2b69936`](https://github.com/eyaltoledano/claude-task-master/commit/2b69936ee7b34346d6de5175af20e077359e2e2a) Thanks [@nukunga](https://github.com/nukunga)! - Fix sonar deep research model failing, should be called `sonar-deep-research`
1797
+
1798
+ - [#1270](https://github.com/eyaltoledano/claude-task-master/pull/1270) [`20004a3`](https://github.com/eyaltoledano/claude-task-master/commit/20004a39ea848f747e1ff48981bfe176554e4055) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix complexity score not showing for `task-master show` and `task-master list`
1799
+ - Added complexity score on "next task" when running `task-master list`
1800
+ - Added colors to complexity to reflect complexity (easy, medium, hard)
1801
+
1802
+ ## 0.27.3
1803
+
1804
+ ### Patch Changes
1805
+
1806
+ - [#1254](https://github.com/eyaltoledano/claude-task-master/pull/1254) [`af53525`](https://github.com/eyaltoledano/claude-task-master/commit/af53525cbc660a595b67d4bb90d906911c71f45d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fixed issue where `tm show` command could not find subtasks using dotted notation IDs (e.g., '8.1').
1807
+ - The command now properly searches within parent task subtasks and returns the correct subtask information.
1808
+
1809
+ ## 0.27.2
1810
+
1811
+ ### Patch Changes
1812
+
1813
+ - [#1248](https://github.com/eyaltoledano/claude-task-master/pull/1248) [`044a7bf`](https://github.com/eyaltoledano/claude-task-master/commit/044a7bfc98049298177bc655cf341d7a8b6a0011) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix set-status for subtasks:
1814
+ - Parent tasks are now set as `done` when subtasks are all `done`
1815
+ - Parent tasks are now set as `in-progress` when at least one subtask is `in-progress` or `done`
1816
+
1817
+ ## 0.27.1
1818
+
1819
+ ### Patch Changes
1820
+
1821
+ - [#1232](https://github.com/eyaltoledano/claude-task-master/pull/1232) [`f487736`](https://github.com/eyaltoledano/claude-task-master/commit/f487736670ef8c484059f676293777eabb249c9e) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix module not found for new 0.27.0 release
1822
+
1823
+ - [#1233](https://github.com/eyaltoledano/claude-task-master/pull/1233) [`c911608`](https://github.com/eyaltoledano/claude-task-master/commit/c911608f60454253f4e024b57ca84e5a5a53f65c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix Zed MCP configuration by adding required "source" property
1824
+ - Add "source": "custom" property to task-master-ai server in Zed settings.json
1825
+
1826
+ ## 0.27.1-rc.1
1827
+
1828
+ ### Patch Changes
1829
+
1830
+ - [#1233](https://github.com/eyaltoledano/claude-task-master/pull/1233) [`1a18794`](https://github.com/eyaltoledano/claude-task-master/commit/1a1879483b86c118a4e46c02cbf4acebfcf6bcf9) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - One last testing final final
1831
+
1832
+ ## 0.27.1-rc.0
1833
+
1834
+ ### Patch Changes
1835
+
1836
+ - [#1232](https://github.com/eyaltoledano/claude-task-master/pull/1232) [`f487736`](https://github.com/eyaltoledano/claude-task-master/commit/f487736670ef8c484059f676293777eabb249c9e) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix module not found for new 0.27.0 release
1837
+
1838
+ ## 0.27.0
1839
+
1840
+ ### Minor Changes
1841
+
1842
+ - [#1220](https://github.com/eyaltoledano/claude-task-master/pull/1220) [`4e12643`](https://github.com/eyaltoledano/claude-task-master/commit/4e126430a092fb54afb035514fb3d46115714f97) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - No longer need --package=task-master-ai in mcp server
1843
+ - A lot of users were having issues with Taskmaster and usually a simple fix was to remove --package from your mcp.json
1844
+ - we now bundle our whole package, so we no longer need the --package
1845
+
1846
+ - [#1200](https://github.com/eyaltoledano/claude-task-master/pull/1200) [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add new `task-master start` command for automated task execution with Claude Code
1847
+ - You can now start working on tasks directly by running `task-master start <task-id>` which will automatically launch Claude Code with a comprehensive prompt containing all task details, implementation guidelines, and context.
1848
+ - `task-master start` will automatically detect next-task when no ID is provided.
1849
+
1850
+ - [#1200](https://github.com/eyaltoledano/claude-task-master/pull/1200) [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Move from javascript to typescript, not a full refactor but we now have a typescript environment and are moving our javascript commands slowly into typescript
1851
+
1852
+ - [#1200](https://github.com/eyaltoledano/claude-task-master/pull/1200) [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add grok-cli as a provider with full codebase context support. You can now use Grok models (grok-2, grok-3, grok-4, etc.) with Task Master for AI operations that have access to your entire codebase context, enabling more informed task generation and PRD parsing.
1853
+
1854
+ ## Setup Instructions
1855
+ 1. **Get your Grok API key** from [console.x.ai](https://console.x.ai)
1856
+ 2. **Set the environment variable**:
1857
+ ```bash
1858
+ export GROK_CLI_API_KEY="your-api-key-here"
1859
+ ```
1860
+ 3. **Configure Task Master to use Grok**:
1861
+ ```bash
1862
+ task-master models --set-main grok-beta
1863
+ # or
1864
+ task-master models --set-research grok-beta
1865
+ # or
1866
+ task-master models --set-fallback grok-beta
1867
+ ```
1868
+
1869
+ ## Key Features
1870
+ - **Full codebase context**: Grok models can analyze your entire project when generating tasks or parsing PRDs
1871
+ - **xAI model access**: Support for latest Grok models (grok-2, grok-3, grok-4, etc.)
1872
+ - **Code-aware task generation**: Create more accurate and contextual tasks based on your actual codebase
1873
+ - **Intelligent PRD parsing**: Parse requirements with understanding of your existing code structure
1874
+
1875
+ ## Available Models
1876
+ - `grok-beta` - Latest Grok model with codebase context
1877
+ - `grok-vision-beta` - Grok with vision capabilities and codebase context
1878
+
1879
+ The Grok CLI provider integrates with xAI's Grok models via grok-cli and can also use the local Grok CLI configuration file (`~/.grok/user-settings.json`) if available.
1880
+
1881
+ ## Credits
1882
+
1883
+ Built using the [grok-cli](https://github.com/superagent-ai/grok-cli) by Superagent AI for seamless integration with xAI's Grok models.
1884
+
1885
+ - [#1225](https://github.com/eyaltoledano/claude-task-master/pull/1225) [`a621ff0`](https://github.com/eyaltoledano/claude-task-master/commit/a621ff05eafb51a147a9aabd7b37ddc0e45b0869) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve taskmaster ai provider defaults
1886
+ - moving from main anthropic 3.7 to anthropic sonnet 4
1887
+ - moving from fallback anthropic 3.5 to anthropic 3.7
1888
+
1889
+ - [#1217](https://github.com/eyaltoledano/claude-task-master/pull/1217) [`e6de285`](https://github.com/eyaltoledano/claude-task-master/commit/e6de285ceacb0a397e952a63435cd32a9c731515) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - @tm/cli: add auto-update functionality to every command
1890
+
1891
+ - [#1200](https://github.com/eyaltoledano/claude-task-master/pull/1200) [`fce8414`](https://github.com/eyaltoledano/claude-task-master/commit/fce841490a9ebbf1801a42dd8a29397379cf1142) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fix Grok model configuration validation and update deprecated Claude fallback model. Grok models now properly support their full 131K token capacity, and the fallback model has been upgraded to Claude Sonnet 4 for better performance and future compatibility.
1892
+
1893
+ ## 0.27.0-rc.2
1894
+
1895
+ ### Minor Changes
1896
+
1897
+ - [#1217](https://github.com/eyaltoledano/claude-task-master/pull/1217) [`e6de285`](https://github.com/eyaltoledano/claude-task-master/commit/e6de285ceacb0a397e952a63435cd32a9c731515) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - @tm/cli: add auto-update functionality to every command
1898
+
1899
+ ## 0.27.0-rc.1
1900
+
1901
+ ### Minor Changes
1902
+
1903
+ - [`255b9f0`](https://github.com/eyaltoledano/claude-task-master/commit/255b9f0334555b0063280abde701445cd62fa11b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Testing one more pre-release iteration
1904
+
1905
+ ## 0.27.0-rc.0
1906
+
1907
+ ### Minor Changes
1908
+
1909
+ - [#1213](https://github.com/eyaltoledano/claude-task-master/pull/1213) [`137ef36`](https://github.com/eyaltoledano/claude-task-master/commit/137ef362789a9cdfdb1925e35e0438c1fa6c69ee) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Test out the RC
1910
+
1911
+ ### Patch Changes
1912
+
1913
+ - Updated dependencies [[`137ef36`](https://github.com/eyaltoledano/claude-task-master/commit/137ef362789a9cdfdb1925e35e0438c1fa6c69ee)]:
1914
+ - @tm/cli@0.27.0-rc.0
1915
+
1916
+ ## 0.26.0
1917
+
1918
+ ### Minor Changes
1919
+
1920
+ - [#1133](https://github.com/eyaltoledano/claude-task-master/pull/1133) [`df26c65`](https://github.com/eyaltoledano/claude-task-master/commit/df26c65632000874a73504963b08f18c46283144) Thanks [@neonwatty](https://github.com/neonwatty)! - Restore Taskmaster claude-code commands and move clear commands under /remove to avoid collision with the claude-code /clear command.
1921
+
1922
+ - [#1163](https://github.com/eyaltoledano/claude-task-master/pull/1163) [`37af0f1`](https://github.com/eyaltoledano/claude-task-master/commit/37af0f191227a68d119b7f89a377bf932ee3ac66) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhanced Gemini CLI provider with codebase-aware task generation
1923
+
1924
+ Added automatic codebase analysis for Gemini CLI provider in parse-prd, and analyze-complexity, add-task, udpate-task, update, update-subtask commands
1925
+ When using Gemini CLI as the AI provider, Task Master now instructs the AI to analyze the project structure, existing implementations, and patterns before generating tasks or subtasks
1926
+ Tasks and subtasks generated by Claude Code are now informed by actual codebase analysis, resulting in more accurate and contextual outputs
1927
+
1928
+ - [#1165](https://github.com/eyaltoledano/claude-task-master/pull/1165) [`c4f92f6`](https://github.com/eyaltoledano/claude-task-master/commit/c4f92f6a0aee3435c56eb8d27d9aa9204284833e) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add configurable codebase analysis feature flag with multiple configuration sources
1929
+
1930
+ Users can now control whether codebase analysis features (Claude Code and Gemini CLI integration) are enabled through environment variables, MCP configuration, or project config files.
1931
+
1932
+ Priority order: .env > MCP session env > .taskmaster/config.json.
1933
+
1934
+ Set `TASKMASTER_ENABLE_CODEBASE_ANALYSIS=false` in `.env` to disable codebase analysis prompts and tool integration.
1935
+
1936
+ - [#1135](https://github.com/eyaltoledano/claude-task-master/pull/1135) [`8783708`](https://github.com/eyaltoledano/claude-task-master/commit/8783708e5e3389890a78fcf685d3da0580e73b3f) Thanks [@mm-parthy](https://github.com/mm-parthy)! - feat(move): improve cross-tag move UX and safety
1937
+ - CLI: print "Next Steps" tips after cross-tag moves that used --ignore-dependencies (validate/fix guidance)
1938
+ - CLI: show dedicated help block on ID collisions (destination tag already has the ID)
1939
+ - Core: add structured suggestions to TASK_ALREADY_EXISTS errors
1940
+ - MCP: map ID collision errors to TASK_ALREADY_EXISTS and include suggestions
1941
+ - Tests: cover MCP options, error suggestions, CLI tips printing, and integration error payload suggestions
1942
+
1943
+ ***
1944
+
1945
+ - [#1162](https://github.com/eyaltoledano/claude-task-master/pull/1162) [`4dad2fd`](https://github.com/eyaltoledano/claude-task-master/commit/4dad2fd613ceac56a65ae9d3c1c03092b8860ac9) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhanced Claude Code and Google CLI integration with automatic codebase analysis for task operations
1946
+
1947
+ When using Claude Code as the AI provider, task management commands now automatically analyze your codebase before generating or updating tasks. This provides more accurate, context-aware implementation details that align with your project's existing architecture and patterns.
1948
+
1949
+ Commands contextualised:
1950
+ - add-task
1951
+ - update-subtask
1952
+ - update-task
1953
+ - update
1954
+
1955
+ ### Patch Changes
1956
+
1957
+ - [#1135](https://github.com/eyaltoledano/claude-task-master/pull/1135) [`8783708`](https://github.com/eyaltoledano/claude-task-master/commit/8783708e5e3389890a78fcf685d3da0580e73b3f) Thanks [@mm-parthy](https://github.com/mm-parthy)! - docs(move): clarify cross-tag move docs; deprecate "force"; add explicit --with-dependencies/--ignore-dependencies examples
1958
+
1959
+ ## 0.26.0-rc.1
1960
+
1961
+ ### Minor Changes
1962
+
1963
+ - [#1165](https://github.com/eyaltoledano/claude-task-master/pull/1165) [`c4f92f6`](https://github.com/eyaltoledano/claude-task-master/commit/c4f92f6a0aee3435c56eb8d27d9aa9204284833e) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add configurable codebase analysis feature flag with multiple configuration sources
1964
+
1965
+ Users can now control whether codebase analysis features (Claude Code and Gemini CLI integration) are enabled through environment variables, MCP configuration, or project config files.
1966
+
1967
+ Priority order: .env > MCP session env > .taskmaster/config.json.
1968
+
1969
+ Set `TASKMASTER_ENABLE_CODEBASE_ANALYSIS=false` in `.env` to disable codebase analysis prompts and tool integration.
1970
+
1971
+ ## 0.26.0-rc.0
1972
+
1973
+ ### Minor Changes
1974
+
1975
+ - [#1163](https://github.com/eyaltoledano/claude-task-master/pull/1163) [`37af0f1`](https://github.com/eyaltoledano/claude-task-master/commit/37af0f191227a68d119b7f89a377bf932ee3ac66) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhanced Gemini CLI provider with codebase-aware task generation
1976
+
1977
+ Added automatic codebase analysis for Gemini CLI provider in parse-prd, and analyze-complexity, add-task, udpate-task, update, update-subtask commands
1978
+ When using Gemini CLI as the AI provider, Task Master now instructs the AI to analyze the project structure, existing implementations, and patterns before generating tasks or subtasks
1979
+ Tasks and subtasks generated by Claude Code are now informed by actual codebase analysis, resulting in more accurate and contextual outputs
1980
+
1981
+ - [#1135](https://github.com/eyaltoledano/claude-task-master/pull/1135) [`8783708`](https://github.com/eyaltoledano/claude-task-master/commit/8783708e5e3389890a78fcf685d3da0580e73b3f) Thanks [@mm-parthy](https://github.com/mm-parthy)! - feat(move): improve cross-tag move UX and safety
1982
+ - CLI: print "Next Steps" tips after cross-tag moves that used --ignore-dependencies (validate/fix guidance)
1983
+ - CLI: show dedicated help block on ID collisions (destination tag already has the ID)
1984
+ - Core: add structured suggestions to TASK_ALREADY_EXISTS errors
1985
+ - MCP: map ID collision errors to TASK_ALREADY_EXISTS and include suggestions
1986
+ - Tests: cover MCP options, error suggestions, CLI tips printing, and integration error payload suggestions
1987
+
1988
+ ***
1989
+
1990
+ - [#1162](https://github.com/eyaltoledano/claude-task-master/pull/1162) [`4dad2fd`](https://github.com/eyaltoledano/claude-task-master/commit/4dad2fd613ceac56a65ae9d3c1c03092b8860ac9) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhanced Claude Code and Google CLI integration with automatic codebase analysis for task operations
1991
+
1992
+ When using Claude Code as the AI provider, task management commands now automatically analyze your codebase before generating or updating tasks. This provides more accurate, context-aware implementation details that align with your project's existing architecture and patterns.
1993
+
1994
+ Commands contextualised:
1995
+ - add-task
1996
+ - update-subtask
1997
+ - update-task
1998
+ - update
1999
+
2000
+ ### Patch Changes
2001
+
2002
+ - [#1135](https://github.com/eyaltoledano/claude-task-master/pull/1135) [`8783708`](https://github.com/eyaltoledano/claude-task-master/commit/8783708e5e3389890a78fcf685d3da0580e73b3f) Thanks [@mm-parthy](https://github.com/mm-parthy)! - docs(move): clarify cross-tag move docs; deprecate "force"; add explicit --with-dependencies/--ignore-dependencies examples
2003
+
2004
+ ## 0.25.1
2005
+
2006
+ ### Patch Changes
2007
+
2008
+ - [#1152](https://github.com/eyaltoledano/claude-task-master/pull/1152) [`8933557`](https://github.com/eyaltoledano/claude-task-master/commit/89335578ffffc65504b2055c0c85aa7521e5e79b) Thanks [@ben-vargas](https://github.com/ben-vargas)! - fix(claude-code): prevent crash/hang when the optional `@anthropic-ai/claude-code` SDK is missing by guarding `AbortError instanceof` checks and adding explicit SDK presence checks in `doGenerate`/`doStream`. Also bump the optional dependency to `^1.0.88` for improved export consistency.
2009
+
2010
+ Related to JSON truncation handling in #920; this change addresses a separate error-path crash reported in #1142.
2011
+
2012
+ - [#1151](https://github.com/eyaltoledano/claude-task-master/pull/1151) [`db720a9`](https://github.com/eyaltoledano/claude-task-master/commit/db720a954d390bb44838cd021b8813dde8f3d8de) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Temporarily disable streaming for improved model compatibility - will be re-enabled in upcoming release
2013
+
2014
+ ## 0.25.0
2015
+
2016
+ ### Minor Changes
2017
+
2018
+ - [#1088](https://github.com/eyaltoledano/claude-task-master/pull/1088) [`04e11b5`](https://github.com/eyaltoledano/claude-task-master/commit/04e11b5e828597c0ba5b82ca7d5fb6f933e4f1e8) Thanks [@mm-parthy](https://github.com/mm-parthy)! - Add cross-tag task movement functionality for organizing tasks across different contexts.
2019
+
2020
+ This feature enables moving tasks between different tags (contexts) in your project, making it easier to organize work across different branches, environments, or project phases.
2021
+
2022
+ ## CLI Usage Examples
2023
+
2024
+ Move a single task from one tag to another:
2025
+
2026
+ ```bash
2027
+ # Move task 5 from backlog tag to in-progress tag
2028
+ task-master move --from=5 --from-tag=backlog --to-tag=feature-1
2029
+
2030
+ # Move task with its dependencies
2031
+ task-master move --from=5 --from-tag=backlog --to-tag=feature-2 --with-dependencies
2032
+
2033
+ # Move task without checking dependencies
2034
+ task-master move --from=5 --from-tag=backlog --to-tag=bug-3 --ignore-dependencies
2035
+ ```
2036
+
2037
+ Move multiple tasks at once:
2038
+
2039
+ ```bash
2040
+ # Move multiple tasks between tags
2041
+ task-master move --from=5,6,7 --from-tag=backlog --to-tag=bug-4 --with-dependencies
2042
+ ```
2043
+
2044
+ - [#1040](https://github.com/eyaltoledano/claude-task-master/pull/1040) [`fc47714`](https://github.com/eyaltoledano/claude-task-master/commit/fc477143400fd11d953727bf1b4277af5ad308d1) Thanks [@DomVidja](https://github.com/DomVidja)! - "Add Kilo Code profile integration with custom modes and MCP configuration"
2045
+
2046
+ - [#1054](https://github.com/eyaltoledano/claude-task-master/pull/1054) [`782728f`](https://github.com/eyaltoledano/claude-task-master/commit/782728ff95aa2e3b766d48273b57f6c6753e8573) Thanks [@martincik](https://github.com/martincik)! - Add compact mode --compact / -c flag to the `tm list` CLI command
2047
+ - outputs tasks in a minimal, git-style one-line format. This reduces verbose output from ~30+ lines of dashboards and tables to just 1 line per task, making it much easier to quickly scan available tasks.
2048
+ - Git-style format: ID STATUS TITLE (PRIORITY) → DEPS
2049
+ - Color-coded status, priority, and dependencies
2050
+ - Smart title truncation and dependency abbreviation
2051
+ - Subtask support with indentation
2052
+ - Full backward compatibility with existing list options
2053
+
2054
+ - [#1048](https://github.com/eyaltoledano/claude-task-master/pull/1048) [`e3ed4d7`](https://github.com/eyaltoledano/claude-task-master/commit/e3ed4d7c14b56894d7da675eb2b757423bea8f9d) Thanks [@joedanz](https://github.com/joedanz)! - Add CLI & MCP progress tracking for parse-prd command.
2055
+
2056
+ - [#1124](https://github.com/eyaltoledano/claude-task-master/pull/1124) [`95640dc`](https://github.com/eyaltoledano/claude-task-master/commit/95640dcde87ce7879858c0a951399fb49f3b6397) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add support for ollama `gpt-oss:20b` and `gpt-oss:120b`
2057
+
2058
+ - [#1123](https://github.com/eyaltoledano/claude-task-master/pull/1123) [`311b243`](https://github.com/eyaltoledano/claude-task-master/commit/311b2433e23c771c8d3a4d3f5ac577302b8321e5) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Remove `clear` Taskmaster claude code commands since they were too close to the claude-code clear command
2059
+
2060
+ ### Patch Changes
2061
+
2062
+ - [#1131](https://github.com/eyaltoledano/claude-task-master/pull/1131) [`3dee60d`](https://github.com/eyaltoledano/claude-task-master/commit/3dee60dc3d566e3cff650accb30f994b8bb3a15e) Thanks [@joedanz](https://github.com/joedanz)! - Update Cursor one-click install link to new URL format
2063
+
2064
+ - [#1088](https://github.com/eyaltoledano/claude-task-master/pull/1088) [`04e11b5`](https://github.com/eyaltoledano/claude-task-master/commit/04e11b5e828597c0ba5b82ca7d5fb6f933e4f1e8) Thanks [@mm-parthy](https://github.com/mm-parthy)! - Fix `add-tag --from-branch` command error where `projectRoot` was not properly referenced
2065
+
2066
+ The command was failing with "projectRoot is not defined" error because the code was directly referencing `projectRoot` instead of `context.projectRoot` in the git repository checks. This fix corrects the variable references to use the proper context object.
2067
+
2068
+ ## 0.25.0-rc.0
2069
+
2070
+ ### Minor Changes
2071
+
2072
+ - [#1088](https://github.com/eyaltoledano/claude-task-master/pull/1088) [`04e11b5`](https://github.com/eyaltoledano/claude-task-master/commit/04e11b5e828597c0ba5b82ca7d5fb6f933e4f1e8) Thanks [@mm-parthy](https://github.com/mm-parthy)! - Add cross-tag task movement functionality for organizing tasks across different contexts.
2073
+
2074
+ This feature enables moving tasks between different tags (contexts) in your project, making it easier to organize work across different branches, environments, or project phases.
2075
+
2076
+ ## CLI Usage Examples
2077
+
2078
+ Move a single task from one tag to another:
2079
+
2080
+ ```bash
2081
+ # Move task 5 from backlog tag to in-progress tag
2082
+ task-master move --from=5 --from-tag=backlog --to-tag=feature-1
2083
+
2084
+ # Move task with its dependencies
2085
+ task-master move --from=5 --from-tag=backlog --to-tag=feature-2 --with-dependencies
2086
+
2087
+ # Move task without checking dependencies
2088
+ task-master move --from=5 --from-tag=backlog --to-tag=bug-3 --ignore-dependencies
2089
+ ```
2090
+
2091
+ Move multiple tasks at once:
2092
+
2093
+ ```bash
2094
+ # Move multiple tasks between tags
2095
+ task-master move --from=5,6,7 --from-tag=backlog --to-tag=bug-4 --with-dependencies
2096
+ ```
2097
+
2098
+ - [#1040](https://github.com/eyaltoledano/claude-task-master/pull/1040) [`fc47714`](https://github.com/eyaltoledano/claude-task-master/commit/fc477143400fd11d953727bf1b4277af5ad308d1) Thanks [@DomVidja](https://github.com/DomVidja)! - "Add Kilo Code profile integration with custom modes and MCP configuration"
2099
+
2100
+ - [#1054](https://github.com/eyaltoledano/claude-task-master/pull/1054) [`782728f`](https://github.com/eyaltoledano/claude-task-master/commit/782728ff95aa2e3b766d48273b57f6c6753e8573) Thanks [@martincik](https://github.com/martincik)! - Add compact mode --compact / -c flag to the `tm list` CLI command
2101
+ - outputs tasks in a minimal, git-style one-line format. This reduces verbose output from ~30+ lines of dashboards and tables to just 1 line per task, making it much easier to quickly scan available tasks.
2102
+ - Git-style format: ID STATUS TITLE (PRIORITY) → DEPS
2103
+ - Color-coded status, priority, and dependencies
2104
+ - Smart title truncation and dependency abbreviation
2105
+ - Subtask support with indentation
2106
+ - Full backward compatibility with existing list options
2107
+
2108
+ - [#1048](https://github.com/eyaltoledano/claude-task-master/pull/1048) [`e3ed4d7`](https://github.com/eyaltoledano/claude-task-master/commit/e3ed4d7c14b56894d7da675eb2b757423bea8f9d) Thanks [@joedanz](https://github.com/joedanz)! - Add CLI & MCP progress tracking for parse-prd command.
2109
+
2110
+ - [#1124](https://github.com/eyaltoledano/claude-task-master/pull/1124) [`95640dc`](https://github.com/eyaltoledano/claude-task-master/commit/95640dcde87ce7879858c0a951399fb49f3b6397) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add support for ollama `gpt-oss:20b` and `gpt-oss:120b`
2111
+
2112
+ - [#1123](https://github.com/eyaltoledano/claude-task-master/pull/1123) [`311b243`](https://github.com/eyaltoledano/claude-task-master/commit/311b2433e23c771c8d3a4d3f5ac577302b8321e5) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Remove `clear` Taskmaster claude code commands since they were too close to the claude-code clear command
2113
+
2114
+ ### Patch Changes
2115
+
2116
+ - [#1131](https://github.com/eyaltoledano/claude-task-master/pull/1131) [`3dee60d`](https://github.com/eyaltoledano/claude-task-master/commit/3dee60dc3d566e3cff650accb30f994b8bb3a15e) Thanks [@joedanz](https://github.com/joedanz)! - Update Cursor one-click install link to new URL format
2117
+
2118
+ - [#1088](https://github.com/eyaltoledano/claude-task-master/pull/1088) [`04e11b5`](https://github.com/eyaltoledano/claude-task-master/commit/04e11b5e828597c0ba5b82ca7d5fb6f933e4f1e8) Thanks [@mm-parthy](https://github.com/mm-parthy)! - Fix `add-tag --from-branch` command error where `projectRoot` was not properly referenced
2119
+
2120
+ The command was failing with "projectRoot is not defined" error because the code was directly referencing `projectRoot` instead of `context.projectRoot` in the git repository checks. This fix corrects the variable references to use the proper context object.
2121
+
2122
+ ## 0.24.0
2123
+
2124
+ ### Minor Changes
2125
+
2126
+ - [#1098](https://github.com/eyaltoledano/claude-task-master/pull/1098) [`36468f3`](https://github.com/eyaltoledano/claude-task-master/commit/36468f3c93faf4035a5c442ccbc501077f3440f1) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhanced Claude Code provider with codebase-aware task generation
2127
+ - Added automatic codebase analysis for Claude Code provider in `parse-prd`, `expand-task`, and `analyze-complexity` commands
2128
+ - When using Claude Code as the AI provider, Task Master now instructs the AI to analyze the project structure, existing implementations, and patterns before generating tasks or subtasks
2129
+ - Tasks and subtasks generated by Claude Code are now informed by actual codebase analysis, resulting in more accurate and contextual outputs
2130
+
2131
+ - [#1105](https://github.com/eyaltoledano/claude-task-master/pull/1105) [`75c514c`](https://github.com/eyaltoledano/claude-task-master/commit/75c514cf5b2ca47f95c0ad7fa92654a4f2a6be4b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add GPT-5 support with proper parameter handling
2132
+ - Added GPT-5 model to supported models configuration with SWE score of 0.749
2133
+
2134
+ - [#1091](https://github.com/eyaltoledano/claude-task-master/pull/1091) [`4bb6370`](https://github.com/eyaltoledano/claude-task-master/commit/4bb63706b80c28d1b2d782ba868a725326f916c7) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Claude Code subagent support with task-orchestrator, task-executor, and task-checker
2135
+
2136
+ ## New Claude Code Agents
2137
+
2138
+ Added specialized agents for Claude Code users to enable parallel task execution, intelligent task orchestration, and quality assurance:
2139
+
2140
+ ### task-orchestrator
2141
+
2142
+ Coordinates and manages the execution of Task Master tasks with intelligent dependency analysis:
2143
+ - Analyzes task dependencies to identify parallelizable work
2144
+ - Deploys multiple task-executor agents for concurrent execution
2145
+ - Monitors task completion and updates the dependency graph
2146
+ - Automatically identifies and starts newly unblocked tasks
2147
+
2148
+ ### task-executor
2149
+
2150
+ Handles the actual implementation of individual tasks:
2151
+ - Executes specific tasks identified by the orchestrator
2152
+ - Works on concrete implementation rather than planning
2153
+ - Updates task status and logs progress
2154
+ - Can work in parallel with other executors on independent tasks
2155
+
2156
+ ### task-checker
2157
+
2158
+ Verifies that completed tasks meet their specifications:
2159
+ - Reviews tasks marked as 'review' status
2160
+ - Validates implementation against requirements
2161
+ - Runs tests and checks for best practices
2162
+ - Ensures quality before marking tasks as 'done'
2163
+
2164
+ ## Installation
2165
+
2166
+ When using the Claude profile (`task-master rules add claude`), the agents are automatically installed to `.claude/agents/` directory.
2167
+
2168
+ ## Usage Example
2169
+
2170
+ ```bash
2171
+ # In Claude Code, after initializing a project with tasks:
2172
+
2173
+ # Use task-orchestrator to analyze and coordinate work
2174
+ # The orchestrator will:
2175
+ # 1. Check task dependencies
2176
+ # 2. Identify tasks that can run in parallel
2177
+ # 3. Deploy executors for available work
2178
+ # 4. Monitor progress and deploy new executors as tasks complete
2179
+
2180
+ # Use task-executor for specific task implementation
2181
+ # When the orchestrator identifies task 2.3 needs work:
2182
+ # The executor will implement that specific task
2183
+ ```
2184
+
2185
+ ## Benefits
2186
+ - **Parallel Execution**: Multiple independent tasks can be worked on simultaneously
2187
+ - **Intelligent Scheduling**: Orchestrator understands dependencies and optimizes execution order
2188
+ - **Separation of Concerns**: Planning (orchestrator) is separated from execution (executor)
2189
+ - **Progress Tracking**: Real-time updates as tasks are completed
2190
+ - **Automatic Progression**: As tasks complete, newly unblocked tasks are automatically started
2191
+
2192
+ ### Patch Changes
2193
+
2194
+ - [#1094](https://github.com/eyaltoledano/claude-task-master/pull/1094) [`4357af3`](https://github.com/eyaltoledano/claude-task-master/commit/4357af3f13859d90bca8795215e5d5f1d94abde5) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix expand task generating unrelated generic subtasks
2195
+
2196
+ Fixed an issue where `task-master expand` would generate generic authentication-related subtasks regardless of the parent task context when using complexity reports. The expansion now properly includes the parent task details alongside any expansion guidance.
2197
+
2198
+ - [#1079](https://github.com/eyaltoledano/claude-task-master/pull/1079) [`e495b2b`](https://github.com/eyaltoledano/claude-task-master/commit/e495b2b55950ee54c7d0f1817d8530e28bd79c05) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix scope-up/down prompts to include all required fields for better AI model compatibility
2199
+ - Added missing `priority` field to scope adjustment prompts to prevent validation errors with Claude-code and other models
2200
+ - Ensures generated JSON includes all fields required by the schema
2201
+
2202
+ - [#1079](https://github.com/eyaltoledano/claude-task-master/pull/1079) [`e495b2b`](https://github.com/eyaltoledano/claude-task-master/commit/e495b2b55950ee54c7d0f1817d8530e28bd79c05) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP scope-up/down tools not finding tasks
2203
+ - Fixed task ID parsing in MCP layer - now correctly converts string IDs to numbers
2204
+ - scope_up_task and scope_down_task MCP tools now work properly
2205
+
2206
+ - [#1079](https://github.com/eyaltoledano/claude-task-master/pull/1079) [`e495b2b`](https://github.com/eyaltoledano/claude-task-master/commit/e495b2b55950ee54c7d0f1817d8530e28bd79c05) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve AI provider compatibility for JSON generation
2207
+ - Fixed schema compatibility issues between Perplexity and OpenAI o3 models
2208
+ - Removed nullable/default modifiers from Zod schemas for broader compatibility
2209
+ - Added automatic JSON repair for malformed AI responses (handles cases like missing array values)
2210
+ - Perplexity now uses JSON mode for more reliable structured output
2211
+ - Post-processing handles default values separately from schema validation
2212
+
2213
+ ## 0.24.0-rc.2
2214
+
2215
+ ### Minor Changes
2216
+
2217
+ - [#1105](https://github.com/eyaltoledano/claude-task-master/pull/1105) [`75c514c`](https://github.com/eyaltoledano/claude-task-master/commit/75c514cf5b2ca47f95c0ad7fa92654a4f2a6be4b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add GPT-5 support with proper parameter handling
2218
+ - Added GPT-5 model to supported models configuration with SWE score of 0.749
2219
+
2220
+ ## 0.24.0-rc.1
2221
+
2222
+ ### Minor Changes
2223
+
2224
+ - [#1093](https://github.com/eyaltoledano/claude-task-master/pull/1093) [`36468f3`](https://github.com/eyaltoledano/claude-task-master/commit/36468f3c93faf4035a5c442ccbc501077f3440f1) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhanced Claude Code provider with codebase-aware task generation
2225
+ - Added automatic codebase analysis for Claude Code provider in `parse-prd`, `expand-task`, and `analyze-complexity` commands
2226
+ - When using Claude Code as the AI provider, Task Master now instructs the AI to analyze the project structure, existing implementations, and patterns before generating tasks or subtasks
2227
+ - Tasks and subtasks generated by Claude Code are now informed by actual codebase analysis, resulting in more accurate and contextual outputs
2228
+
2229
+ - [#1091](https://github.com/eyaltoledano/claude-task-master/pull/1091) [`4bb6370`](https://github.com/eyaltoledano/claude-task-master/commit/4bb63706b80c28d1b2d782ba868a725326f916c7) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Claude Code subagent support with task-orchestrator, task-executor, and task-checker
2230
+
2231
+ ## New Claude Code Agents
2232
+
2233
+ Added specialized agents for Claude Code users to enable parallel task execution, intelligent task orchestration, and quality assurance:
2234
+
2235
+ ### task-orchestrator
2236
+
2237
+ Coordinates and manages the execution of Task Master tasks with intelligent dependency analysis:
2238
+ - Analyzes task dependencies to identify parallelizable work
2239
+ - Deploys multiple task-executor agents for concurrent execution
2240
+ - Monitors task completion and updates the dependency graph
2241
+ - Automatically identifies and starts newly unblocked tasks
2242
+
2243
+ ### task-executor
2244
+
2245
+ Handles the actual implementation of individual tasks:
2246
+ - Executes specific tasks identified by the orchestrator
2247
+ - Works on concrete implementation rather than planning
2248
+ - Updates task status and logs progress
2249
+ - Can work in parallel with other executors on independent tasks
2250
+
2251
+ ### task-checker
2252
+
2253
+ Verifies that completed tasks meet their specifications:
2254
+ - Reviews tasks marked as 'review' status
2255
+ - Validates implementation against requirements
2256
+ - Runs tests and checks for best practices
2257
+ - Ensures quality before marking tasks as 'done'
2258
+
2259
+ ## Installation
2260
+
2261
+ When using the Claude profile (`task-master rules add claude`), the agents are automatically installed to `.claude/agents/` directory.
2262
+
2263
+ ## Usage Example
2264
+
2265
+ ```bash
2266
+ # In Claude Code, after initializing a project with tasks:
2267
+
2268
+ # Use task-orchestrator to analyze and coordinate work
2269
+ # The orchestrator will:
2270
+ # 1. Check task dependencies
2271
+ # 2. Identify tasks that can run in parallel
2272
+ # 3. Deploy executors for available work
2273
+ # 4. Monitor progress and deploy new executors as tasks complete
2274
+
2275
+ # Use task-executor for specific task implementation
2276
+ # When the orchestrator identifies task 2.3 needs work:
2277
+ # The executor will implement that specific task
2278
+ ```
2279
+
2280
+ ## Benefits
2281
+ - **Parallel Execution**: Multiple independent tasks can be worked on simultaneously
2282
+ - **Intelligent Scheduling**: Orchestrator understands dependencies and optimizes execution order
2283
+ - **Separation of Concerns**: Planning (orchestrator) is separated from execution (executor)
2284
+ - **Progress Tracking**: Real-time updates as tasks are completed
2285
+ - **Automatic Progression**: As tasks complete, newly unblocked tasks are automatically started
2286
+
2287
+ ### Patch Changes
2288
+
2289
+ - [#1094](https://github.com/eyaltoledano/claude-task-master/pull/1094) [`4357af3`](https://github.com/eyaltoledano/claude-task-master/commit/4357af3f13859d90bca8795215e5d5f1d94abde5) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix expand task generating unrelated generic subtasks
2290
+
2291
+ Fixed an issue where `task-master expand` would generate generic authentication-related subtasks regardless of the parent task context when using complexity reports. The expansion now properly includes the parent task details alongside any expansion guidance.
2292
+
2293
+ ## 0.23.1-rc.0
2294
+
2295
+ ### Patch Changes
2296
+
2297
+ - [#1079](https://github.com/eyaltoledano/claude-task-master/pull/1079) [`e495b2b`](https://github.com/eyaltoledano/claude-task-master/commit/e495b2b55950ee54c7d0f1817d8530e28bd79c05) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix scope-up/down prompts to include all required fields for better AI model compatibility
2298
+ - Added missing `priority` field to scope adjustment prompts to prevent validation errors with Claude-code and other models
2299
+ - Ensures generated JSON includes all fields required by the schema
2300
+
2301
+ - [#1079](https://github.com/eyaltoledano/claude-task-master/pull/1079) [`e495b2b`](https://github.com/eyaltoledano/claude-task-master/commit/e495b2b55950ee54c7d0f1817d8530e28bd79c05) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP scope-up/down tools not finding tasks
2302
+ - Fixed task ID parsing in MCP layer - now correctly converts string IDs to numbers
2303
+ - scope_up_task and scope_down_task MCP tools now work properly
2304
+
2305
+ - [#1079](https://github.com/eyaltoledano/claude-task-master/pull/1079) [`e495b2b`](https://github.com/eyaltoledano/claude-task-master/commit/e495b2b55950ee54c7d0f1817d8530e28bd79c05) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve AI provider compatibility for JSON generation
2306
+ - Fixed schema compatibility issues between Perplexity and OpenAI o3 models
2307
+ - Removed nullable/default modifiers from Zod schemas for broader compatibility
2308
+ - Added automatic JSON repair for malformed AI responses (handles cases like missing array values)
2309
+ - Perplexity now uses JSON mode for more reliable structured output
2310
+ - Post-processing handles default values separately from schema validation
2311
+
2312
+ ## 0.23.0
2313
+
2314
+ ### Minor Changes
2315
+
2316
+ - [#1064](https://github.com/eyaltoledano/claude-task-master/pull/1064) [`53903f1`](https://github.com/eyaltoledano/claude-task-master/commit/53903f1e8eee23ac512eb13a6d81d8cbcfe658cb) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add new `scope-up` and `scope-down` commands for dynamic task complexity adjustment
2317
+
2318
+ This release introduces two powerful new commands that allow you to dynamically adjust the complexity of your tasks and subtasks without recreating them from scratch.
2319
+
2320
+ **New CLI Commands:**
2321
+ - `task-master scope-up` - Increase task complexity (add more detail, requirements, or implementation steps)
2322
+ - `task-master scope-down` - Decrease task complexity (simplify, remove unnecessary details, or streamline)
2323
+
2324
+ **Key Features:**
2325
+ - **Multiple tasks**: Support comma-separated IDs to adjust multiple tasks at once (`--id=5,7,12`)
2326
+ - **Strength levels**: Choose adjustment intensity with `--strength=light|regular|heavy` (defaults to regular)
2327
+ - **Custom prompts**: Use `--prompt` flag to specify exactly how you want tasks adjusted
2328
+ - **MCP integration**: Available as `scope_up_task` and `scope_down_task` tools in Cursor and other MCP environments
2329
+ - **Smart context**: AI considers your project context and task dependencies when making adjustments
2330
+
2331
+ **Usage Examples:**
2332
+
2333
+ ```bash
2334
+ # Make a task more detailed
2335
+ task-master scope-up --id=5
2336
+
2337
+ # Simplify multiple tasks with light touch
2338
+ task-master scope-down --id=10,11,12 --strength=light
2339
+
2340
+ # Custom adjustment with specific instructions
2341
+ task-master scope-up --id=7 --prompt="Add more error handling and edge cases"
2342
+ ```
2343
+
2344
+ **Why use this?**
2345
+ - **Iterative refinement**: Adjust task complexity as your understanding evolves
2346
+ - **Project phase adaptation**: Scale tasks up for implementation, down for planning
2347
+ - **Team coordination**: Adjust complexity based on team member experience levels
2348
+ - **Milestone alignment**: Fine-tune tasks to match project phase requirements
2349
+
2350
+ Perfect for agile workflows where task requirements change as you learn more about the problem space.
2351
+
2352
+ ### Patch Changes
2353
+
2354
+ - [#1063](https://github.com/eyaltoledano/claude-task-master/pull/1063) [`2ae6e7e`](https://github.com/eyaltoledano/claude-task-master/commit/2ae6e7e6be3605c3c4d353f34666e54750dba973) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix for tasks not found when using string IDs
2355
+
2356
+ - [#1049](https://github.com/eyaltoledano/claude-task-master/pull/1049) [`45a14c3`](https://github.com/eyaltoledano/claude-task-master/commit/45a14c323d21071c15106335e89ad1f4a20976ab) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Fix tag-specific complexity report detection in expand command
2357
+
2358
+ The expand command now correctly finds and uses tag-specific complexity reports (e.g., `task-complexity-report_feature-xyz.json`) when operating in a tag context. Previously, it would always look for the generic `task-complexity-report.json` file due to a default value in the CLI option definition.
2359
+
2360
+ ## 0.23.0-rc.2
2361
+
2362
+ ### Minor Changes
2363
+
2364
+ - [#1064](https://github.com/eyaltoledano/claude-task-master/pull/1064) [`53903f1`](https://github.com/eyaltoledano/claude-task-master/commit/53903f1e8eee23ac512eb13a6d81d8cbcfe658cb) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add new `scope-up` and `scope-down` commands for dynamic task complexity adjustment
2365
+
2366
+ This release introduces two powerful new commands that allow you to dynamically adjust the complexity of your tasks and subtasks without recreating them from scratch.
2367
+
2368
+ **New CLI Commands:**
2369
+ - `task-master scope-up` - Increase task complexity (add more detail, requirements, or implementation steps)
2370
+ - `task-master scope-down` - Decrease task complexity (simplify, remove unnecessary details, or streamline)
2371
+
2372
+ **Key Features:**
2373
+ - **Multiple tasks**: Support comma-separated IDs to adjust multiple tasks at once (`--id=5,7,12`)
2374
+ - **Strength levels**: Choose adjustment intensity with `--strength=light|regular|heavy` (defaults to regular)
2375
+ - **Custom prompts**: Use `--prompt` flag to specify exactly how you want tasks adjusted
2376
+ - **MCP integration**: Available as `scope_up_task` and `scope_down_task` tools in Cursor and other MCP environments
2377
+ - **Smart context**: AI considers your project context and task dependencies when making adjustments
2378
+
2379
+ **Usage Examples:**
2380
+
2381
+ ```bash
2382
+ # Make a task more detailed
2383
+ task-master scope-up --id=5
2384
+
2385
+ # Simplify multiple tasks with light touch
2386
+ task-master scope-down --id=10,11,12 --strength=light
2387
+
2388
+ # Custom adjustment with specific instructions
2389
+ task-master scope-up --id=7 --prompt="Add more error handling and edge cases"
2390
+ ```
2391
+
2392
+ **Why use this?**
2393
+ - **Iterative refinement**: Adjust task complexity as your understanding evolves
2394
+ - **Project phase adaptation**: Scale tasks up for implementation, down for planning
2395
+ - **Team coordination**: Adjust complexity based on team member experience levels
2396
+ - **Milestone alignment**: Fine-tune tasks to match project phase requirements
2397
+
2398
+ Perfect for agile workflows where task requirements change as you learn more about the problem space.
2399
+
2400
+ ## 0.22.1-rc.1
2401
+
2402
+ ### Patch Changes
2403
+
2404
+ - [#1069](https://github.com/eyaltoledano/claude-task-master/pull/1069) [`72ca68e`](https://github.com/eyaltoledano/claude-task-master/commit/72ca68edeb870ff7a3b0d2d632e09dae921dc16a) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add new `scope-up` and `scope-down` commands for dynamic task complexity adjustment
2405
+
2406
+ This release introduces two powerful new commands that allow you to dynamically adjust the complexity of your tasks and subtasks without recreating them from scratch.
2407
+
2408
+ **New CLI Commands:**
2409
+ - `task-master scope-up` - Increase task complexity (add more detail, requirements, or implementation steps)
2410
+ - `task-master scope-down` - Decrease task complexity (simplify, remove unnecessary details, or streamline)
2411
+
2412
+ **Key Features:**
2413
+ - **Multiple tasks**: Support comma-separated IDs to adjust multiple tasks at once (`--id=5,7,12`)
2414
+ - **Strength levels**: Choose adjustment intensity with `--strength=light|regular|heavy` (defaults to regular)
2415
+ - **Custom prompts**: Use `--prompt` flag to specify exactly how you want tasks adjusted
2416
+ - **MCP integration**: Available as `scope_up_task` and `scope_down_task` tools in Cursor and other MCP environments
2417
+ - **Smart context**: AI considers your project context and task dependencies when making adjustments
2418
+
2419
+ **Usage Examples:**
2420
+
2421
+ ```bash
2422
+ # Make a task more detailed
2423
+ task-master scope-up --id=5
2424
+
2425
+ # Simplify multiple tasks with light touch
2426
+ task-master scope-down --id=10,11,12 --strength=light
2427
+
2428
+ # Custom adjustment with specific instructions
2429
+ task-master scope-up --id=7 --prompt="Add more error handling and edge cases"
2430
+ ```
2431
+
2432
+ **Why use this?**
2433
+ - **Iterative refinement**: Adjust task complexity as your understanding evolves
2434
+ - **Project phase adaptation**: Scale tasks up for implementation, down for planning
2435
+ - **Team coordination**: Adjust complexity based on team member experience levels
2436
+ - **Milestone alignment**: Fine-tune tasks to match project phase requirements
2437
+
2438
+ Perfect for agile workflows where task requirements change as you learn more about the problem space.
2439
+
2440
+ ## 0.22.1-rc.0
2441
+
2442
+ ### Patch Changes
2443
+
2444
+ - [#1063](https://github.com/eyaltoledano/claude-task-master/pull/1063) [`2ae6e7e`](https://github.com/eyaltoledano/claude-task-master/commit/2ae6e7e6be3605c3c4d353f34666e54750dba973) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix for tasks not found when using string IDs
2445
+
2446
+ - [#1049](https://github.com/eyaltoledano/claude-task-master/pull/1049) [`45a14c3`](https://github.com/eyaltoledano/claude-task-master/commit/45a14c323d21071c15106335e89ad1f4a20976ab) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Fix tag-specific complexity report detection in expand command
2447
+
2448
+ The expand command now correctly finds and uses tag-specific complexity reports (e.g., `task-complexity-report_feature-xyz.json`) when operating in a tag context. Previously, it would always look for the generic `task-complexity-report.json` file due to a default value in the CLI option definition.
2449
+
2450
+ ## 0.22.0
2451
+
2452
+ ### Minor Changes
2453
+
2454
+ - [#1043](https://github.com/eyaltoledano/claude-task-master/pull/1043) [`dc44ed9`](https://github.com/eyaltoledano/claude-task-master/commit/dc44ed9de8a57aca5d39d3a87565568bd0a82068) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Prompt to generate a complexity report when it is missing
2455
+
2456
+ - [#1032](https://github.com/eyaltoledano/claude-task-master/pull/1032) [`4423119`](https://github.com/eyaltoledano/claude-task-master/commit/4423119a5ec53958c9dffa8bf564da8be7a2827d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add comprehensive Kiro IDE integration with autonomous task management hooks
2457
+ - **Kiro Profile**: Added full support for Kiro IDE with automatic installation of 7 Taskmaster agent hooks
2458
+ - **Hook-Driven Workflow**: Introduced natural language automation hooks that eliminate manual task status updates
2459
+ - **Automatic Hook Installation**: Hooks are now automatically copied to `.kiro/hooks/` when running `task-master rules add kiro`
2460
+ - **Language-Agnostic Support**: All hooks support multiple programming languages (JS, Python, Go, Rust, Java, etc.)
2461
+ - **Frontmatter Transformation**: Kiro rules use simplified `inclusion: always` format instead of Cursor's complex frontmatter
2462
+ - **Special Rule**: Added `taskmaster_hooks_workflow.md` that guides AI assistants to prefer hook-driven completion
2463
+
2464
+ Key hooks included:
2465
+ - Task Dependency Auto-Progression: Automatically starts tasks when dependencies complete
2466
+ - Code Change Task Tracker: Updates task progress as you save files
2467
+ - Test Success Task Completer: Marks tasks done when tests pass
2468
+ - Daily Standup Assistant: Provides personalized task status summaries
2469
+ - PR Readiness Checker: Validates task completion before creating pull requests
2470
+ - Complexity Analyzer: Auto-expands complex tasks into manageable subtasks
2471
+ - Git Commit Task Linker: Links commits to tasks for better traceability
2472
+
2473
+ This creates a truly autonomous development workflow where task management happens naturally as you code!
2474
+
2475
+ ### Patch Changes
2476
+
2477
+ - [#1033](https://github.com/eyaltoledano/claude-task-master/pull/1033) [`7b90568`](https://github.com/eyaltoledano/claude-task-master/commit/7b9056832653464f934c91c22997077065d738c4) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Fix compatibility with @google/gemini-cli-core v0.1.12+ by updating ai-sdk-provider-gemini-cli to v0.1.1.
2478
+
2479
+ - [#1038](https://github.com/eyaltoledano/claude-task-master/pull/1038) [`77cc5e4`](https://github.com/eyaltoledano/claude-task-master/commit/77cc5e4537397642f2664f61940a101433ee6fb4) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix 'expand --all' and 'show' commands to correctly handle tag contexts for complexity reports and task display.
2480
+
2481
+ - [#1025](https://github.com/eyaltoledano/claude-task-master/pull/1025) [`8781794`](https://github.com/eyaltoledano/claude-task-master/commit/8781794c56d454697fc92c88a3925982d6b81205) Thanks [@joedanz](https://github.com/joedanz)! - Clean up remaining automatic task file generation calls
2482
+
2483
+ - [#1035](https://github.com/eyaltoledano/claude-task-master/pull/1035) [`fb7d588`](https://github.com/eyaltoledano/claude-task-master/commit/fb7d588137e8c53b0d0f54bd1dd8d387648583ee) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix max_tokens limits for OpenRouter and Groq models
2484
+ - Add special handling in config-manager.js for custom OpenRouter models to use a conservative default of 32,768 max_tokens
2485
+ - Update qwen/qwen-turbo model max_tokens from 1,000,000 to 32,768 to match OpenRouter's actual limits
2486
+ - Fix moonshotai/kimi-k2-instruct max_tokens to 16,384 to match Groq's actual limit (fixes #1028)
2487
+ - This prevents "maximum context length exceeded" errors when using OpenRouter models not in our supported models list
2488
+
2489
+ - [#1027](https://github.com/eyaltoledano/claude-task-master/pull/1027) [`6ae66b2`](https://github.com/eyaltoledano/claude-task-master/commit/6ae66b2afbfe911340fa25e0236c3db83deaa7eb) Thanks [@andreswebs](https://github.com/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).
2490
+
2491
+ ## 0.22.0-rc.1
2492
+
2493
+ ### Minor Changes
2494
+
2495
+ - [#1043](https://github.com/eyaltoledano/claude-task-master/pull/1043) [`dc44ed9`](https://github.com/eyaltoledano/claude-task-master/commit/dc44ed9de8a57aca5d39d3a87565568bd0a82068) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Prompt to generate a complexity report when it is missing
2496
+
2497
+ ## 0.22.0-rc.0
2498
+
2499
+ ### Minor Changes
2500
+
2501
+ - [#1032](https://github.com/eyaltoledano/claude-task-master/pull/1032) [`4423119`](https://github.com/eyaltoledano/claude-task-master/commit/4423119a5ec53958c9dffa8bf564da8be7a2827d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add comprehensive Kiro IDE integration with autonomous task management hooks
2502
+ - **Kiro Profile**: Added full support for Kiro IDE with automatic installation of 7 Taskmaster agent hooks
2503
+ - **Hook-Driven Workflow**: Introduced natural language automation hooks that eliminate manual task status updates
2504
+ - **Automatic Hook Installation**: Hooks are now automatically copied to `.kiro/hooks/` when running `task-master rules add kiro`
2505
+ - **Language-Agnostic Support**: All hooks support multiple programming languages (JS, Python, Go, Rust, Java, etc.)
2506
+ - **Frontmatter Transformation**: Kiro rules use simplified `inclusion: always` format instead of Cursor's complex frontmatter
2507
+ - **Special Rule**: Added `taskmaster_hooks_workflow.md` that guides AI assistants to prefer hook-driven completion
2508
+
2509
+ Key hooks included:
2510
+ - Task Dependency Auto-Progression: Automatically starts tasks when dependencies complete
2511
+ - Code Change Task Tracker: Updates task progress as you save files
2512
+ - Test Success Task Completer: Marks tasks done when tests pass
2513
+ - Daily Standup Assistant: Provides personalized task status summaries
2514
+ - PR Readiness Checker: Validates task completion before creating pull requests
2515
+ - Complexity Analyzer: Auto-expands complex tasks into manageable subtasks
2516
+ - Git Commit Task Linker: Links commits to tasks for better traceability
2517
+
2518
+ This creates a truly autonomous development workflow where task management happens naturally as you code!
2519
+
2520
+ ### Patch Changes
2521
+
2522
+ - [#1033](https://github.com/eyaltoledano/claude-task-master/pull/1033) [`7b90568`](https://github.com/eyaltoledano/claude-task-master/commit/7b9056832653464f934c91c22997077065d738c4) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Fix compatibility with @google/gemini-cli-core v0.1.12+ by updating ai-sdk-provider-gemini-cli to v0.1.1.
2523
+
2524
+ - [#1038](https://github.com/eyaltoledano/claude-task-master/pull/1038) [`77cc5e4`](https://github.com/eyaltoledano/claude-task-master/commit/77cc5e4537397642f2664f61940a101433ee6fb4) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix 'expand --all' and 'show' commands to correctly handle tag contexts for complexity reports and task display.
2525
+
2526
+ - [#1025](https://github.com/eyaltoledano/claude-task-master/pull/1025) [`8781794`](https://github.com/eyaltoledano/claude-task-master/commit/8781794c56d454697fc92c88a3925982d6b81205) Thanks [@joedanz](https://github.com/joedanz)! - Clean up remaining automatic task file generation calls
2527
+
2528
+ - [#1035](https://github.com/eyaltoledano/claude-task-master/pull/1035) [`fb7d588`](https://github.com/eyaltoledano/claude-task-master/commit/fb7d588137e8c53b0d0f54bd1dd8d387648583ee) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix max_tokens limits for OpenRouter and Groq models
2529
+ - Add special handling in config-manager.js for custom OpenRouter models to use a conservative default of 32,768 max_tokens
2530
+ - Update qwen/qwen-turbo model max_tokens from 1,000,000 to 32,768 to match OpenRouter's actual limits
2531
+ - Fix moonshotai/kimi-k2-instruct max_tokens to 16,384 to match Groq's actual limit (fixes #1028)
2532
+ - This prevents "maximum context length exceeded" errors when using OpenRouter models not in our supported models list
2533
+
2534
+ - [#1027](https://github.com/eyaltoledano/claude-task-master/pull/1027) [`6ae66b2`](https://github.com/eyaltoledano/claude-task-master/commit/6ae66b2afbfe911340fa25e0236c3db83deaa7eb) Thanks [@andreswebs](https://github.com/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).
2535
+
2536
+ ## 0.21.0
2537
+
2538
+ ### Minor Changes
2539
+
2540
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`9c58a92`](https://github.com/eyaltoledano/claude-task-master/commit/9c58a922436c0c5e7ff1b20ed2edbc269990c772) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Kiro editor rule profile support
2541
+ - Add support for Kiro IDE with custom rule files and MCP configuration
2542
+ - Generate rule files in `.kiro/steering/` directory with markdown format
2543
+ - Include MCP server configuration with enhanced file inclusion patterns
2544
+
2545
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`444aa5a`](https://github.com/eyaltoledano/claude-task-master/commit/444aa5ae1943ba72d012b3f01b1cc9362a328248) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Created a comprehensive documentation site for Task Master AI. Visit https://docs.task-master.dev to explore guides, API references, and examples.
2546
+
2547
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`58a301c`](https://github.com/eyaltoledano/claude-task-master/commit/58a301c380d18a9d9509137f3e989d24200a5faa) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Complete Groq provider integration and add MoonshotAI Kimi K2 model support
2548
+ - Fixed Groq provider registration
2549
+ - Added Groq API key validation
2550
+ - Added GROQ_API_KEY to .env.example
2551
+ - Added moonshotai/kimi-k2-instruct model with $1/$3 per 1M token pricing and 16k max output
2552
+
2553
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`b0e09c7`](https://github.com/eyaltoledano/claude-task-master/commit/b0e09c76ed73b00434ac95606679f570f1015a3d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - feat: Add Zed editor rule profile with agent rules and MCP config
2554
+ - Resolves #637
2555
+
2556
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`6c5e0f9`](https://github.com/eyaltoledano/claude-task-master/commit/6c5e0f97f8403c4da85c1abba31cb8b1789511a7) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Amp rule profile with AGENT.md and MCP config
2557
+
2558
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`444aa5a`](https://github.com/eyaltoledano/claude-task-master/commit/444aa5ae1943ba72d012b3f01b1cc9362a328248) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve project root detection
2559
+ - No longer creates an infinite loop when unable to detect your code workspace
2560
+
2561
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`36c4a7a`](https://github.com/eyaltoledano/claude-task-master/commit/36c4a7a86924c927ad7f86a4f891f66ad55eb4d2) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add OpenCode profile with AGENTS.md and MCP config
2562
+ - Resolves #965
2563
+
2564
+ ### Patch Changes
2565
+
2566
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`444aa5a`](https://github.com/eyaltoledano/claude-task-master/commit/444aa5ae1943ba72d012b3f01b1cc9362a328248) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Make `task-master update` more reliable with AI responses
2567
+
2568
+ The `update` command now handles AI responses more robustly. If the AI forgets to include certain task fields, the command will automatically fill in the missing data from your original tasks instead of failing. This means smoother bulk task updates without losing important information like IDs, dependencies, or completed subtasks.
2569
+
2570
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`444aa5a`](https://github.com/eyaltoledano/claude-task-master/commit/444aa5ae1943ba72d012b3f01b1cc9362a328248) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix subtask dependency validation when expanding tasks
2571
+
2572
+ When using `task-master expand` to break down tasks into subtasks, dependencies between subtasks are now properly validated. Previously, subtasks with dependencies would fail validation. Now subtasks can correctly depend on their siblings within the same parent task.
2573
+
2574
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`6d69d02`](https://github.com/eyaltoledano/claude-task-master/commit/6d69d02fe03edcc785380415995d5cfcdd97acbb) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Prevent CLAUDE.md overwrite by using Claude Code's import feature
2575
+ - Task Master now creates its instructions in `.taskmaster/CLAUDE.md` instead of overwriting the user's `CLAUDE.md`
2576
+ - Adds an import section to the user's CLAUDE.md that references the Task Master instructions
2577
+ - Preserves existing user content in CLAUDE.md files
2578
+ - Provides clean uninstall that only removes Task Master's additions
2579
+
2580
+ **Breaking Change**: Task Master instructions for Claude Code are now stored in `.taskmaster/CLAUDE.md` and imported into the main CLAUDE.md file. Users who previously had Task Master content directly in their CLAUDE.md will need to run `task-master rules remove claude` followed by `task-master rules add claude` to migrate to the new structure.
2581
+
2582
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`fd005c4`](https://github.com/eyaltoledano/claude-task-master/commit/fd005c4c5481ffac58b11f01a448fa5b29056b8d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Implement Boundary-First Tag Resolution to ensure consistent and deterministic tag handling across CLI and MCP, resolving potential race conditions.
2583
+
2584
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`444aa5a`](https://github.com/eyaltoledano/claude-task-master/commit/444aa5ae1943ba72d012b3f01b1cc9362a328248) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix `task-master lang --setup` breaking when no language is defined, now defaults to English
2585
+
2586
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`624922c`](https://github.com/eyaltoledano/claude-task-master/commit/624922ca598c4ce8afe9a5646ebb375d4616db63) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix: show command no longer requires complexity report file to exist
2587
+
2588
+ The `tm show` command was incorrectly requiring the complexity report file to exist even when not needed. Now it only validates the complexity report path when a custom report file is explicitly provided via the -r/--report option.
2589
+
2590
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`858d4a1`](https://github.com/eyaltoledano/claude-task-master/commit/858d4a1c5486d20e7e3a8e37e3329d7fb8200310) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Update VS Code profile with MCP config transformation
2591
+
2592
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`0451ebc`](https://github.com/eyaltoledano/claude-task-master/commit/0451ebcc32cd7e9d395b015aaa8602c4734157e1) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP server error when retrieving tools and resources
2593
+
2594
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`0a70ab6`](https://github.com/eyaltoledano/claude-task-master/commit/0a70ab6179cb2b5b4b2d9dc256a7a3b69a0e5dd6) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add MCP configuration support to Claude Code rules
2595
+
2596
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`4629128`](https://github.com/eyaltoledano/claude-task-master/commit/4629128943f6283385f4762c09cf2752f855cc33) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fixed the comprehensive taskmaster system integration via custom slash commands with proper syntax
2597
+ - Provide claude clode with a complete set of of commands that can trigger task master events directly within Claude Code
2598
+
2599
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`0886c83`](https://github.com/eyaltoledano/claude-task-master/commit/0886c83d0c678417c0313256a6dd96f7ee2c9ac6) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Correct MCP server name and use 'Add to Cursor' button with updated placeholder keys.
2600
+
2601
+ - [#1009](https://github.com/eyaltoledano/claude-task-master/pull/1009) [`88c434a`](https://github.com/eyaltoledano/claude-task-master/commit/88c434a9393e429d9277f59b3e20f1005076bbe0) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add missing API keys to .env.example and README.md
2602
+
2603
+ ## 0.21.0-rc.0
2604
+
2605
+ ### Minor Changes
2606
+
2607
+ - [#1001](https://github.com/eyaltoledano/claude-task-master/pull/1001) [`75a36ea`](https://github.com/eyaltoledano/claude-task-master/commit/75a36ea99a1c738a555bdd4fe7c763d0c5925e37) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Kiro editor rule profile support
2608
+ - Add support for Kiro IDE with custom rule files and MCP configuration
2609
+ - Generate rule files in `.kiro/steering/` directory with markdown format
2610
+ - Include MCP server configuration with enhanced file inclusion patterns
2611
+
2612
+ - [#1011](https://github.com/eyaltoledano/claude-task-master/pull/1011) [`3eb050a`](https://github.com/eyaltoledano/claude-task-master/commit/3eb050aaddb90fca1a04517e2ee24f73934323be) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Created a comprehensive documentation site for Task Master AI. Visit https://docs.task-master.dev to explore guides, API references, and examples.
2613
+
2614
+ - [#978](https://github.com/eyaltoledano/claude-task-master/pull/978) [`fedfd6a`](https://github.com/eyaltoledano/claude-task-master/commit/fedfd6a0f41a78094f7ee7f69be689b699475a79) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Complete Groq provider integration and add MoonshotAI Kimi K2 model support
2615
+ - Fixed Groq provider registration
2616
+ - Added Groq API key validation
2617
+ - Added GROQ_API_KEY to .env.example
2618
+ - Added moonshotai/kimi-k2-instruct model with $1/$3 per 1M token pricing and 16k max output
2619
+
2620
+ - [#974](https://github.com/eyaltoledano/claude-task-master/pull/974) [`5b0eda0`](https://github.com/eyaltoledano/claude-task-master/commit/5b0eda07f20a365aa2ec1736eed102bca81763a9) Thanks [@joedanz](https://github.com/joedanz)! - feat: Add Zed editor rule profile with agent rules and MCP config
2621
+ - Resolves #637
2622
+
2623
+ - [#973](https://github.com/eyaltoledano/claude-task-master/pull/973) [`6d05e86`](https://github.com/eyaltoledano/claude-task-master/commit/6d05e8622c1d761acef10414940ff9a766b3b57d) Thanks [@joedanz](https://github.com/joedanz)! - Add Amp rule profile with AGENT.md and MCP config
2624
+
2625
+ - [#1011](https://github.com/eyaltoledano/claude-task-master/pull/1011) [`3eb050a`](https://github.com/eyaltoledano/claude-task-master/commit/3eb050aaddb90fca1a04517e2ee24f73934323be) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve project root detection
2626
+ - No longer creates an infinite loop when unable to detect your code workspace
2627
+
2628
+ - [#970](https://github.com/eyaltoledano/claude-task-master/pull/970) [`b87499b`](https://github.com/eyaltoledano/claude-task-master/commit/b87499b56e626001371a87ed56ffc72675d829f3) Thanks [@joedanz](https://github.com/joedanz)! - Add OpenCode profile with AGENTS.md and MCP config
2629
+ - Resolves #965
2630
+
2631
+ ### Patch Changes
2632
+
2633
+ - [#1011](https://github.com/eyaltoledano/claude-task-master/pull/1011) [`3eb050a`](https://github.com/eyaltoledano/claude-task-master/commit/3eb050aaddb90fca1a04517e2ee24f73934323be) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Make `task-master update` more reliable with AI responses
2634
+
2635
+ The `update` command now handles AI responses more robustly. If the AI forgets to include certain task fields, the command will automatically fill in the missing data from your original tasks instead of failing. This means smoother bulk task updates without losing important information like IDs, dependencies, or completed subtasks.
2636
+
2637
+ - [#1011](https://github.com/eyaltoledano/claude-task-master/pull/1011) [`3eb050a`](https://github.com/eyaltoledano/claude-task-master/commit/3eb050aaddb90fca1a04517e2ee24f73934323be) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix subtask dependency validation when expanding tasks
2638
+
2639
+ When using `task-master expand` to break down tasks into subtasks, dependencies between subtasks are now properly validated. Previously, subtasks with dependencies would fail validation. Now subtasks can correctly depend on their siblings within the same parent task.
2640
+
2641
+ - [#949](https://github.com/eyaltoledano/claude-task-master/pull/949) [`f662654`](https://github.com/eyaltoledano/claude-task-master/commit/f662654afb8e7a230448655265d6f41adf6df62c) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Prevent CLAUDE.md overwrite by using Claude Code's import feature
2642
+ - Task Master now creates its instructions in `.taskmaster/CLAUDE.md` instead of overwriting the user's `CLAUDE.md`
2643
+ - Adds an import section to the user's CLAUDE.md that references the Task Master instructions
2644
+ - Preserves existing user content in CLAUDE.md files
2645
+ - Provides clean uninstall that only removes Task Master's additions
2646
+
2647
+ **Breaking Change**: Task Master instructions for Claude Code are now stored in `.taskmaster/CLAUDE.md` and imported into the main CLAUDE.md file. Users who previously had Task Master content directly in their CLAUDE.md will need to run `task-master rules remove claude` followed by `task-master rules add claude` to migrate to the new structure.
2648
+
2649
+ - [#943](https://github.com/eyaltoledano/claude-task-master/pull/943) [`f98df5c`](https://github.com/eyaltoledano/claude-task-master/commit/f98df5c0fdb253b2b55d4278c11d626529c4dba4) Thanks [@mm-parthy](https://github.com/mm-parthy)! - Implement Boundary-First Tag Resolution to ensure consistent and deterministic tag handling across CLI and MCP, resolving potential race conditions.
2650
+
2651
+ - [#1011](https://github.com/eyaltoledano/claude-task-master/pull/1011) [`3eb050a`](https://github.com/eyaltoledano/claude-task-master/commit/3eb050aaddb90fca1a04517e2ee24f73934323be) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix `task-master lang --setup` breaking when no language is defined, now defaults to English
2652
+
2653
+ - [#979](https://github.com/eyaltoledano/claude-task-master/pull/979) [`ab2e946`](https://github.com/eyaltoledano/claude-task-master/commit/ab2e94608749a2f148118daa0443bd32bca6e7a1) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Fix: show command no longer requires complexity report file to exist
2654
+
2655
+ The `tm show` command was incorrectly requiring the complexity report file to exist even when not needed. Now it only validates the complexity report path when a custom report file is explicitly provided via the -r/--report option.
2656
+
2657
+ - [#971](https://github.com/eyaltoledano/claude-task-master/pull/971) [`5544222`](https://github.com/eyaltoledano/claude-task-master/commit/55442226d0aa4870470d2a9897f5538d6a0e329e) Thanks [@joedanz](https://github.com/joedanz)! - Update VS Code profile with MCP config transformation
2658
+
2659
+ - [#1002](https://github.com/eyaltoledano/claude-task-master/pull/1002) [`6d0654c`](https://github.com/eyaltoledano/claude-task-master/commit/6d0654cb4191cee794e1c8cbf2b92dc33d4fb410) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP server error when retrieving tools and resources
2660
+
2661
+ - [#980](https://github.com/eyaltoledano/claude-task-master/pull/980) [`cc4fe20`](https://github.com/eyaltoledano/claude-task-master/commit/cc4fe205fb468e7144c650acc92486df30731560) Thanks [@joedanz](https://github.com/joedanz)! - Add MCP configuration support to Claude Code rules
2662
+
2663
+ - [#968](https://github.com/eyaltoledano/claude-task-master/pull/968) [`7b4803a`](https://github.com/eyaltoledano/claude-task-master/commit/7b4803a479105691c7ed032fd878fe3d48d82724) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fixed the comprehensive taskmaster system integration via custom slash commands with proper syntax
2664
+ - Provide claude clode with a complete set of of commands that can trigger task master events directly within Claude Code
2665
+
2666
+ - [#995](https://github.com/eyaltoledano/claude-task-master/pull/995) [`b78de8d`](https://github.com/eyaltoledano/claude-task-master/commit/b78de8dbb4d6dc93b48e2f81c32960ef069736ed) Thanks [@joedanz](https://github.com/joedanz)! - Correct MCP server name and use 'Add to Cursor' button with updated placeholder keys.
2667
+
2668
+ - [#972](https://github.com/eyaltoledano/claude-task-master/pull/972) [`1c7badf`](https://github.com/eyaltoledano/claude-task-master/commit/1c7badff2f5c548bfa90a3b2634e63087a382a84) Thanks [@joedanz](https://github.com/joedanz)! - Add missing API keys to .env.example and README.md
2669
+
2670
+ ## 0.20.0
2671
+
2672
+ ### Minor Changes
2673
+
2674
+ - [#950](https://github.com/eyaltoledano/claude-task-master/pull/950) [`699e9ee`](https://github.com/eyaltoledano/claude-task-master/commit/699e9eefb5d687b256e9402d686bdd5e3a358b4a) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Add support for xAI Grok 4 model
2675
+ - Add grok-4 model to xAI provider with $3/$15 per 1M token pricing
2676
+ - Enable main, fallback, and research roles for grok-4
2677
+ - Max tokens set to 131,072 (matching other xAI models)
2678
+
2679
+ - [#946](https://github.com/eyaltoledano/claude-task-master/pull/946) [`5f009a5`](https://github.com/eyaltoledano/claude-task-master/commit/5f009a5e1fc10e37be26f5135df4b7f44a9c5320) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add stricter validation and clearer feedback for task priority when adding new tasks
2680
+ - if a task priority is invalid, it will default to medium
2681
+ - made taks priority case-insensitive, essentially making HIGH and high the same value
2682
+
2683
+ - [#863](https://github.com/eyaltoledano/claude-task-master/pull/863) [`b530657`](https://github.com/eyaltoledano/claude-task-master/commit/b53065713c8da0ae6f18eb2655397aa975004923) Thanks [@OrenMe](https://github.com/OrenMe)! - Add support for MCP Sampling as AI provider, requires no API key, uses the client LLM provider
2684
+
2685
+ - [#930](https://github.com/eyaltoledano/claude-task-master/pull/930) [`98d1c97`](https://github.com/eyaltoledano/claude-task-master/commit/98d1c974361a56ddbeb772b1272986b9d3913459) Thanks [@OmarElKadri](https://github.com/OmarElKadri)! - Added Groq provider support
2686
+
2687
+ ### Patch Changes
2688
+
2689
+ - [#958](https://github.com/eyaltoledano/claude-task-master/pull/958) [`6c88a4a`](https://github.com/eyaltoledano/claude-task-master/commit/6c88a4a749083e3bd2d073a9240799771774495a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Recover from `@anthropic-ai/claude-code` JSON truncation bug that caused Task Master to crash when handling large (>8 kB) structured responses. The CLI/SDK still truncates, but Task Master now detects the error, preserves buffered text, and returns a usable response instead of throwing.
2690
+
2691
+ - [#958](https://github.com/eyaltoledano/claude-task-master/pull/958) [`3334e40`](https://github.com/eyaltoledano/claude-task-master/commit/3334e409ae659d5223bb136ae23fd22c5e219073) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Updating dependency ai-sdk-provider-gemini-cli to 0.0.4 to address breaking change Google made to Gemini CLI and add better 'api-key' in addition to 'gemini-api-key' AI-SDK compatibility.
2692
+
2693
+ - [#853](https://github.com/eyaltoledano/claude-task-master/pull/853) [`95c299d`](https://github.com/eyaltoledano/claude-task-master/commit/95c299df642bd8e6d75f8fa5110ac705bcc72edf) Thanks [@joedanz](https://github.com/joedanz)! - Unify and streamline profile system architecture for improved maintainability
2694
+
2695
+ ## 0.20.0-rc.0
2696
+
2697
+ ### Minor Changes
2698
+
2699
+ - [#950](https://github.com/eyaltoledano/claude-task-master/pull/950) [`699e9ee`](https://github.com/eyaltoledano/claude-task-master/commit/699e9eefb5d687b256e9402d686bdd5e3a358b4a) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Add support for xAI Grok 4 model
2700
+ - Add grok-4 model to xAI provider with $3/$15 per 1M token pricing
2701
+ - Enable main, fallback, and research roles for grok-4
2702
+ - Max tokens set to 131,072 (matching other xAI models)
2703
+
2704
+ - [#946](https://github.com/eyaltoledano/claude-task-master/pull/946) [`5f009a5`](https://github.com/eyaltoledano/claude-task-master/commit/5f009a5e1fc10e37be26f5135df4b7f44a9c5320) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add stricter validation and clearer feedback for task priority when adding new tasks
2705
+ - if a task priority is invalid, it will default to medium
2706
+ - made taks priority case-insensitive, essentially making HIGH and high the same value
2707
+
2708
+ - [#863](https://github.com/eyaltoledano/claude-task-master/pull/863) [`b530657`](https://github.com/eyaltoledano/claude-task-master/commit/b53065713c8da0ae6f18eb2655397aa975004923) Thanks [@OrenMe](https://github.com/OrenMe)! - Add support for MCP Sampling as AI provider, requires no API key, uses the client LLM provider
2709
+
2710
+ - [#930](https://github.com/eyaltoledano/claude-task-master/pull/930) [`98d1c97`](https://github.com/eyaltoledano/claude-task-master/commit/98d1c974361a56ddbeb772b1272986b9d3913459) Thanks [@OmarElKadri](https://github.com/OmarElKadri)! - Added Groq provider support
2711
+
2712
+ ### Patch Changes
2713
+
2714
+ - [#916](https://github.com/eyaltoledano/claude-task-master/pull/916) [`6c88a4a`](https://github.com/eyaltoledano/claude-task-master/commit/6c88a4a749083e3bd2d073a9240799771774495a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Recover from `@anthropic-ai/claude-code` JSON truncation bug that caused Task Master to crash when handling large (>8 kB) structured responses. The CLI/SDK still truncates, but Task Master now detects the error, preserves buffered text, and returns a usable response instead of throwing.
2715
+
2716
+ - [#916](https://github.com/eyaltoledano/claude-task-master/pull/916) [`3334e40`](https://github.com/eyaltoledano/claude-task-master/commit/3334e409ae659d5223bb136ae23fd22c5e219073) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Updating dependency ai-sdk-provider-gemini-cli to 0.0.4 to address breaking change Google made to Gemini CLI and add better 'api-key' in addition to 'gemini-api-key' AI-SDK compatibility.
2717
+
2718
+ - [#853](https://github.com/eyaltoledano/claude-task-master/pull/853) [`95c299d`](https://github.com/eyaltoledano/claude-task-master/commit/95c299df642bd8e6d75f8fa5110ac705bcc72edf) Thanks [@joedanz](https://github.com/joedanz)! - Unify and streamline profile system architecture for improved maintainability
2719
+
2720
+ ## 0.19.0
2721
+
2722
+ ### Minor Changes
2723
+
2724
+ - [#897](https://github.com/eyaltoledano/claude-task-master/pull/897) [`dd96f51`](https://github.com/eyaltoledano/claude-task-master/commit/dd96f51179d9901f6ae854b0c60f0bcc8c13ae0d) Thanks [@ben-vargas](https://github.com/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.
2725
+
2726
+ - [#884](https://github.com/eyaltoledano/claude-task-master/pull/884) [`5eafc5e`](https://github.com/eyaltoledano/claude-task-master/commit/5eafc5ea112c91326bb8abda7a78d7c2a4fa16a1) Thanks [@geoh](https://github.com/geoh)! - Added option for the AI to determine the number of tasks required based entirely on complexity
2727
+
2728
+ - [#872](https://github.com/eyaltoledano/claude-task-master/pull/872) [`f7fbdd6`](https://github.com/eyaltoledano/claude-task-master/commit/f7fbdd6755c4a1ee3ab2a3f435961f249fa19c15) Thanks [@geoh](https://github.com/geoh)! - Add advanced settings for Claude Code AI Provider
2729
+
2730
+ - [#870](https://github.com/eyaltoledano/claude-task-master/pull/870) [`6fd5e23`](https://github.com/eyaltoledano/claude-task-master/commit/6fd5e23396a7e348ea2300e67cbd0c97141c081f) Thanks [@nishedcob](https://github.com/nishedcob)! - Include additional Anthropic models running on Bedrock in what is supported
2731
+
2732
+ - [#510](https://github.com/eyaltoledano/claude-task-master/pull/510) [`c99df64`](https://github.com/eyaltoledano/claude-task-master/commit/c99df64f651fb40bae5d7979ee2b2428586f44d3) Thanks [@shenysun](https://github.com/shenysun)! - Add support for custom response language
2733
+
2734
+ ### Patch Changes
2735
+
2736
+ - [#892](https://github.com/eyaltoledano/claude-task-master/pull/892) [`56a415e`](https://github.com/eyaltoledano/claude-task-master/commit/56a415ef795c5aa0e52e7419af8d4f4862611a8c) Thanks [@joedanz](https://github.com/joedanz)! - Ensure projectRoot is a string (potential WSL fix)
2737
+
2738
+ - [#856](https://github.com/eyaltoledano/claude-task-master/pull/856) [`43e0025`](https://github.com/eyaltoledano/claude-task-master/commit/43e0025f4c5870a3c56682cbb8fe0348d711953b) Thanks [@mm-parthy](https://github.com/mm-parthy)! - Fix bulk update tag corruption in tagged task lists
2739
+
2740
+ - [#857](https://github.com/eyaltoledano/claude-task-master/pull/857) [`598e687`](https://github.com/eyaltoledano/claude-task-master/commit/598e687067d1af44f1a9916266ae94af3e752067) Thanks [@mm-parthy](https://github.com/mm-parthy)! - Fix expand-task to use tag-specific complexity reports
2741
+
2742
+ 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.
2743
+
2744
+ - [#855](https://github.com/eyaltoledano/claude-task-master/pull/855) [`e4456b1`](https://github.com/eyaltoledano/claude-task-master/commit/e4456b11bc3ae46e120d244fc32c1807a8a58a57) Thanks [@joedanz](https://github.com/joedanz)! - Fix .gitignore missing trailing newline during project initialization
2745
+
2746
+ - [#846](https://github.com/eyaltoledano/claude-task-master/pull/846) [`59a4ec9`](https://github.com/eyaltoledano/claude-task-master/commit/59a4ec9e1a452079e5c78c00428d140f13a1c8f6) Thanks [@joedanz](https://github.com/joedanz)! - Default to Cursor profile for MCP init when no rules specified
2747
+
2748
+ - [#852](https://github.com/eyaltoledano/claude-task-master/pull/852) [`f38abd6`](https://github.com/eyaltoledano/claude-task-master/commit/f38abd68436ea5d093b2e22c2b8520b6e6906251) Thanks [@hrmshandy](https://github.com/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
2749
+
2750
+ - [#908](https://github.com/eyaltoledano/claude-task-master/pull/908) [`24e9206`](https://github.com/eyaltoledano/claude-task-master/commit/24e9206da0d5d3f2f7819ed94fa0c9b459fc9f9b) Thanks [@joedanz](https://github.com/joedanz)! - Fix rules command to use reliable project root detection like other commands
2751
+
2752
+ ## 0.18.0
2753
+
2754
+ ### Minor Changes
2755
+
2756
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Can now configure baseURL of provider with `<PROVIDER>_BASE_URL`
2757
+ - For example:
2758
+ - `OPENAI_BASE_URL`
2759
+
2760
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Added comprehensive rule profile management:
2761
+
2762
+ **New Profile Support**: Added comprehensive IDE profile support with eight specialized profiles: Claude Code, Cline, Codex, Cursor, Roo, Trae, VS Code, and Windsurf. Each profile is optimized for its respective IDE with appropriate mappings and configuration.
2763
+ **Initialization**: You can now specify which rule profiles to include at project initialization using `--rules <profiles>` or `-r <profiles>` (e.g., `task-master init -r cursor,roo`). Only the selected profiles and configuration are included.
2764
+ **Add/Remove Commands**: `task-master rules add <profiles>` and `task-master rules remove <profiles>` let you manage specific rule profiles and MCP config after initialization, supporting multiple profiles at once.
2765
+ **Interactive Setup**: `task-master rules setup` launches an interactive prompt to select which rule profiles to add to your project. This does **not** re-initialize your project or affect shell aliases; it only manages rules.
2766
+ **Selective Removal**: Rules removal intelligently preserves existing non-Task Master rules and files and only removes Task Master-specific rules. Profile directories are only removed when completely empty and all conditions are met (no existing rules, no other files/folders, MCP config completely removed).
2767
+ **Safety Features**: Confirmation messages clearly explain that only Task Master-specific rules and MCP configurations will be removed, while preserving existing custom rules and other files.
2768
+ **Robust Validation**: Includes comprehensive checks for array types in MCP config processing and error handling throughout the rules management system.
2769
+
2770
+ This enables more flexible, rule-specific project setups with intelligent cleanup that preserves user customizations while safely managing Task Master components.
2771
+ - Resolves #338
2772
+
2773
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Make task-master more compatible with the "o" family models of OpenAI
2774
+
2775
+ Now works well with:
2776
+ - o3
2777
+ - o3-mini
2778
+ - etc.
2779
+
2780
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add better support for python projects by adding `pyproject.toml` as a projectRoot marker
2781
+
2782
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - - **Git Worktree Detection:**
2783
+ - Now properly skips Git initialization when inside existing Git worktree
2784
+ - Prevents accidental nested repository creation
2785
+ - **Flag System Overhaul:**
2786
+ - `--git`/`--no-git` controls repository initialization
2787
+ - `--aliases`/`--no-aliases` consistently manages shell alias creation
2788
+ - `--git-tasks`/`--no-git-tasks` controls whether task files are stored in Git
2789
+ - `--dry-run` accurately previews all initialization behaviors
2790
+ - **GitTasks Functionality:**
2791
+ - New `--git-tasks` flag includes task files in Git (comments them out in .gitignore)
2792
+ - New `--no-git-tasks` flag excludes task files from Git (default behavior)
2793
+ - Supports both CLI and MCP interfaces with proper parameter passing
2794
+
2795
+ **Implementation Details:**
2796
+ - Added explicit Git worktree detection before initialization
2797
+ - Refactored flag processing to ensure consistent behavior
2798
+ - Fixes #734
2799
+
2800
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Claude Code provider support
2801
+
2802
+ Introduces a new provider that enables using Claude models (Opus and Sonnet) through the Claude Code CLI without requiring an API key.
2803
+
2804
+ Key features:
2805
+ - New claude-code provider with support for opus and sonnet models
2806
+ - No API key required - uses local Claude Code CLI installation
2807
+ - Optional dependency - won't affect users who don't need Claude Code
2808
+ - Lazy loading ensures the provider only loads when requested
2809
+ - Full integration with existing Task Master commands and workflows
2810
+ - Comprehensive test coverage for reliability
2811
+ - New --claude-code flag for the models command
2812
+
2813
+ Users can now configure Claude Code models with:
2814
+ task-master models --set-main sonnet --claude-code
2815
+ task-master models --set-research opus --claude-code
2816
+
2817
+ The @anthropic-ai/claude-code package is optional and won't be installed unless explicitly needed.
2818
+
2819
+ ### Patch Changes
2820
+
2821
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix expand command preserving tagged task structure and preventing data corruption
2822
+ - Enhance E2E tests with comprehensive tag-aware expand testing to verify tag corruption fix
2823
+ - Add new test section for feature-expand tag creation and testing during expand operations
2824
+ - Verify tag preservation during expand, force expand, and expand --all operations
2825
+ - Test that master tag remains intact while feature-expand tag receives subtasks correctly
2826
+ - Fix file path references to use correct .taskmaster/config.json and .taskmaster/tasks/tasks.json locations
2827
+ - All tag corruption verification tests pass successfully, confirming the expand command tag corruption bug fix works as expected
2828
+
2829
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix Cursor deeplink installation by providing copy-paste instructions for GitHub compatibility
2830
+
2831
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Call rules interactive setup during init
2832
+
2833
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Update o3 model price
2834
+
2835
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improves Amazon Bedrock support
2836
+
2837
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix issues with task creation/update where subtasks are being created like id: <parent_task>.<subtask> instead if just id: <subtask>
2838
+
2839
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fixes issue with expand CLI command "Complexity report not found"
2840
+ - Closes #735
2841
+ - Closes #728
2842
+
2843
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Store tasks in Git by default
2844
+
2845
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve provider validation system with clean constants structure
2846
+ - **Fixed "Invalid provider hint" errors**: Resolved validation failures for Azure, Vertex, and Bedrock providers
2847
+ - **Improved search UX**: Integrated search for better model discovery with real-time filtering
2848
+ - **Better organization**: Moved custom provider options to bottom of model selection with clear section separators
2849
+
2850
+ This change ensures all custom providers (Azure, Vertex, Bedrock, OpenRouter, Ollama) work correctly in `task-master models --setup`
2851
+
2852
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix weird `task-master init` bug when using in certain environments
2853
+
2854
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Rename Roo Code Boomerang role to Orchestrator
2855
+
2856
+ - [#840](https://github.com/eyaltoledano/claude-task-master/pull/840) [`b40139c`](https://github.com/eyaltoledano/claude-task-master/commit/b40139ca0517fd76aea4f41d0ed4c10e658a5d2b) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve mcp keys check in cursor
2857
+
2858
+ ## 0.18.0-rc.0
2859
+
2860
+ ### Minor Changes
2861
+
2862
+ - [#830](https://github.com/eyaltoledano/claude-task-master/pull/830) [`e9d1bc2`](https://github.com/eyaltoledano/claude-task-master/commit/e9d1bc2385521c08374a85eba7899e878a51066c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Can now configure baseURL of provider with `<PROVIDER>_BASE_URL`
2863
+ - For example:
2864
+ - `OPENAI_BASE_URL`
2865
+
2866
+ - [#460](https://github.com/eyaltoledano/claude-task-master/pull/460) [`a09a2d0`](https://github.com/eyaltoledano/claude-task-master/commit/a09a2d0967a10276623e3f3ead3ed577c15ce62f) Thanks [@joedanz](https://github.com/joedanz)! - Added comprehensive rule profile management:
2867
+
2868
+ **New Profile Support**: Added comprehensive IDE profile support with eight specialized profiles: Claude Code, Cline, Codex, Cursor, Roo, Trae, VS Code, and Windsurf. Each profile is optimized for its respective IDE with appropriate mappings and configuration.
2869
+ **Initialization**: You can now specify which rule profiles to include at project initialization using `--rules <profiles>` or `-r <profiles>` (e.g., `task-master init -r cursor,roo`). Only the selected profiles and configuration are included.
2870
+ **Add/Remove Commands**: `task-master rules add <profiles>` and `task-master rules remove <profiles>` let you manage specific rule profiles and MCP config after initialization, supporting multiple profiles at once.
2871
+ **Interactive Setup**: `task-master rules setup` launches an interactive prompt to select which rule profiles to add to your project. This does **not** re-initialize your project or affect shell aliases; it only manages rules.
2872
+ **Selective Removal**: Rules removal intelligently preserves existing non-Task Master rules and files and only removes Task Master-specific rules. Profile directories are only removed when completely empty and all conditions are met (no existing rules, no other files/folders, MCP config completely removed).
2873
+ **Safety Features**: Confirmation messages clearly explain that only Task Master-specific rules and MCP configurations will be removed, while preserving existing custom rules and other files.
2874
+ **Robust Validation**: Includes comprehensive checks for array types in MCP config processing and error handling throughout the rules management system.
2875
+
2876
+ This enables more flexible, rule-specific project setups with intelligent cleanup that preserves user customizations while safely managing Task Master components.
2877
+ - Resolves #338
2878
+
2879
+ - [#804](https://github.com/eyaltoledano/claude-task-master/pull/804) [`1b8c320`](https://github.com/eyaltoledano/claude-task-master/commit/1b8c320c570473082f1eb4bf9628bff66e799092) Thanks [@ejones40](https://github.com/ejones40)! - Add better support for python projects by adding `pyproject.toml` as a projectRoot marker
2880
+
2881
+ - [#743](https://github.com/eyaltoledano/claude-task-master/pull/743) [`a2a3229`](https://github.com/eyaltoledano/claude-task-master/commit/a2a3229fd01e24a5838f11a3938a77250101e184) Thanks [@joedanz](https://github.com/joedanz)! - - **Git Worktree Detection:**
2882
+ - Now properly skips Git initialization when inside existing Git worktree
2883
+ - Prevents accidental nested repository creation
2884
+ - **Flag System Overhaul:**
2885
+ - `--git`/`--no-git` controls repository initialization
2886
+ - `--aliases`/`--no-aliases` consistently manages shell alias creation
2887
+ - `--git-tasks`/`--no-git-tasks` controls whether task files are stored in Git
2888
+ - `--dry-run` accurately previews all initialization behaviors
2889
+ - **GitTasks Functionality:**
2890
+ - New `--git-tasks` flag includes task files in Git (comments them out in .gitignore)
2891
+ - New `--no-git-tasks` flag excludes task files from Git (default behavior)
2892
+ - Supports both CLI and MCP interfaces with proper parameter passing
2893
+
2894
+ **Implementation Details:**
2895
+ - Added explicit Git worktree detection before initialization
2896
+ - Refactored flag processing to ensure consistent behavior
2897
+ - Fixes #734
2898
+
2899
+ - [#829](https://github.com/eyaltoledano/claude-task-master/pull/829) [`4b0c9d9`](https://github.com/eyaltoledano/claude-task-master/commit/4b0c9d9af62d00359fca3f43283cf33223d410bc) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Claude Code provider support
2900
+
2901
+ Introduces a new provider that enables using Claude models (Opus and Sonnet) through the Claude Code CLI without requiring an API key.
2902
+
2903
+ Key features:
2904
+ - New claude-code provider with support for opus and sonnet models
2905
+ - No API key required - uses local Claude Code CLI installation
2906
+ - Optional dependency - won't affect users who don't need Claude Code
2907
+ - Lazy loading ensures the provider only loads when requested
2908
+ - Full integration with existing Task Master commands and workflows
2909
+ - Comprehensive test coverage for reliability
2910
+ - New --claude-code flag for the models command
2911
+
2912
+ Users can now configure Claude Code models with:
2913
+ task-master models --set-main sonnet --claude-code
2914
+ task-master models --set-research opus --claude-code
2915
+
2916
+ The @anthropic-ai/claude-code package is optional and won't be installed unless explicitly needed.
2917
+
2918
+ ### Patch Changes
2919
+
2920
+ - [#827](https://github.com/eyaltoledano/claude-task-master/pull/827) [`5da5b59`](https://github.com/eyaltoledano/claude-task-master/commit/5da5b59bdeeb634dcb3adc7a9bc0fc37e004fa0c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix expand command preserving tagged task structure and preventing data corruption
2921
+ - Enhance E2E tests with comprehensive tag-aware expand testing to verify tag corruption fix
2922
+ - Add new test section for feature-expand tag creation and testing during expand operations
2923
+ - Verify tag preservation during expand, force expand, and expand --all operations
2924
+ - Test that master tag remains intact while feature-expand tag receives subtasks correctly
2925
+ - Fix file path references to use correct .taskmaster/config.json and .taskmaster/tasks/tasks.json locations
2926
+ - All tag corruption verification tests pass successfully, confirming the expand command tag corruption bug fix works as expected
2927
+
2928
+ - [#833](https://github.com/eyaltoledano/claude-task-master/pull/833) [`cf2c066`](https://github.com/eyaltoledano/claude-task-master/commit/cf2c06697a0b5b952fb6ca4b3c923e9892604d08) Thanks [@joedanz](https://github.com/joedanz)! - Call rules interactive setup during init
2929
+
2930
+ - [#826](https://github.com/eyaltoledano/claude-task-master/pull/826) [`7811227`](https://github.com/eyaltoledano/claude-task-master/commit/78112277b3caa4539e6e29805341a944799fb0e7) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improves Amazon Bedrock support
2931
+
2932
+ - [#834](https://github.com/eyaltoledano/claude-task-master/pull/834) [`6483537`](https://github.com/eyaltoledano/claude-task-master/commit/648353794eb60d11ffceda87370a321ad310fbd7) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix issues with task creation/update where subtasks are being created like id: <parent_task>.<subtask> instead if just id: <subtask>
2933
+
2934
+ - [#835](https://github.com/eyaltoledano/claude-task-master/pull/835) [`727f1ec`](https://github.com/eyaltoledano/claude-task-master/commit/727f1ec4ebcbdd82547784c4c113b666af7e122e) Thanks [@joedanz](https://github.com/joedanz)! - Store tasks in Git by default
2935
+
2936
+ - [#822](https://github.com/eyaltoledano/claude-task-master/pull/822) [`1bd6d4f`](https://github.com/eyaltoledano/claude-task-master/commit/1bd6d4f2468070690e152e6e63e15a57bc550d90) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve provider validation system with clean constants structure
2937
+ - **Fixed "Invalid provider hint" errors**: Resolved validation failures for Azure, Vertex, and Bedrock providers
2938
+ - **Improved search UX**: Integrated search for better model discovery with real-time filtering
2939
+ - **Better organization**: Moved custom provider options to bottom of model selection with clear section separators
2940
+
2941
+ This change ensures all custom providers (Azure, Vertex, Bedrock, OpenRouter, Ollama) work correctly in `task-master models --setup`
2942
+
2943
+ - [#633](https://github.com/eyaltoledano/claude-task-master/pull/633) [`3a2325a`](https://github.com/eyaltoledano/claude-task-master/commit/3a2325a963fed82377ab52546eedcbfebf507a7e) Thanks [@nmarley](https://github.com/nmarley)! - Fix weird `task-master init` bug when using in certain environments
2944
+
2945
+ - [#831](https://github.com/eyaltoledano/claude-task-master/pull/831) [`b592dff`](https://github.com/eyaltoledano/claude-task-master/commit/b592dff8bc5c5d7966843fceaa0adf4570934336) Thanks [@joedanz](https://github.com/joedanz)! - Rename Roo Code Boomerang role to Orchestrator
2946
+
2947
+ - [#830](https://github.com/eyaltoledano/claude-task-master/pull/830) [`e9d1bc2`](https://github.com/eyaltoledano/claude-task-master/commit/e9d1bc2385521c08374a85eba7899e878a51066c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve mcp keys check in cursor
2948
+
2949
+ ## 0.17.1
2950
+
2951
+ ### Patch Changes
2952
+
2953
+ - [#789](https://github.com/eyaltoledano/claude-task-master/pull/789) [`8cde6c2`](https://github.com/eyaltoledano/claude-task-master/commit/8cde6c27087f401d085fe267091ae75334309d96) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix contextGatherer bug when adding a task `Cannot read properties of undefined (reading 'forEach')`
2954
+
2955
+ ## 0.18.0-rc.0
2956
+
2957
+ ### Minor Changes
2958
+
2959
+ - [#830](https://github.com/eyaltoledano/claude-task-master/pull/830) [`e9d1bc2`](https://github.com/eyaltoledano/claude-task-master/commit/e9d1bc2385521c08374a85eba7899e878a51066c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Can now configure baseURL of provider with `<PROVIDER>_BASE_URL`
2960
+ - For example:
2961
+ - `OPENAI_BASE_URL`
2962
+
2963
+ - [#460](https://github.com/eyaltoledano/claude-task-master/pull/460) [`a09a2d0`](https://github.com/eyaltoledano/claude-task-master/commit/a09a2d0967a10276623e3f3ead3ed577c15ce62f) Thanks [@joedanz](https://github.com/joedanz)! - Added comprehensive rule profile management:
2964
+
2965
+ **New Profile Support**: Added comprehensive IDE profile support with eight specialized profiles: Claude Code, Cline, Codex, Cursor, Roo, Trae, VS Code, and Windsurf. Each profile is optimized for its respective IDE with appropriate mappings and configuration.
2966
+ **Initialization**: You can now specify which rule profiles to include at project initialization using `--rules <profiles>` or `-r <profiles>` (e.g., `task-master init -r cursor,roo`). Only the selected profiles and configuration are included.
2967
+ **Add/Remove Commands**: `task-master rules add <profiles>` and `task-master rules remove <profiles>` let you manage specific rule profiles and MCP config after initialization, supporting multiple profiles at once.
2968
+ **Interactive Setup**: `task-master rules setup` launches an interactive prompt to select which rule profiles to add to your project. This does **not** re-initialize your project or affect shell aliases; it only manages rules.
2969
+ **Selective Removal**: Rules removal intelligently preserves existing non-Task Master rules and files and only removes Task Master-specific rules. Profile directories are only removed when completely empty and all conditions are met (no existing rules, no other files/folders, MCP config completely removed).
2970
+ **Safety Features**: Confirmation messages clearly explain that only Task Master-specific rules and MCP configurations will be removed, while preserving existing custom rules and other files.
2971
+ **Robust Validation**: Includes comprehensive checks for array types in MCP config processing and error handling throughout the rules management system.
2972
+
2973
+ This enables more flexible, rule-specific project setups with intelligent cleanup that preserves user customizations while safely managing Task Master components.
2974
+ - Resolves #338
2975
+
2976
+ - [#804](https://github.com/eyaltoledano/claude-task-master/pull/804) [`1b8c320`](https://github.com/eyaltoledano/claude-task-master/commit/1b8c320c570473082f1eb4bf9628bff66e799092) Thanks [@ejones40](https://github.com/ejones40)! - Add better support for python projects by adding `pyproject.toml` as a projectRoot marker
2977
+
2978
+ - [#743](https://github.com/eyaltoledano/claude-task-master/pull/743) [`a2a3229`](https://github.com/eyaltoledano/claude-task-master/commit/a2a3229fd01e24a5838f11a3938a77250101e184) Thanks [@joedanz](https://github.com/joedanz)! - - **Git Worktree Detection:**
2979
+ - Now properly skips Git initialization when inside existing Git worktree
2980
+ - Prevents accidental nested repository creation
2981
+ - **Flag System Overhaul:**
2982
+ - `--git`/`--no-git` controls repository initialization
2983
+ - `--aliases`/`--no-aliases` consistently manages shell alias creation
2984
+ - `--git-tasks`/`--no-git-tasks` controls whether task files are stored in Git
2985
+ - `--dry-run` accurately previews all initialization behaviors
2986
+ - **GitTasks Functionality:**
2987
+ - New `--git-tasks` flag includes task files in Git (comments them out in .gitignore)
2988
+ - New `--no-git-tasks` flag excludes task files from Git (default behavior)
2989
+ - Supports both CLI and MCP interfaces with proper parameter passing
2990
+
2991
+ **Implementation Details:**
2992
+ - Added explicit Git worktree detection before initialization
2993
+ - Refactored flag processing to ensure consistent behavior
2994
+ - Fixes #734
2995
+
2996
+ - [#829](https://github.com/eyaltoledano/claude-task-master/pull/829) [`4b0c9d9`](https://github.com/eyaltoledano/claude-task-master/commit/4b0c9d9af62d00359fca3f43283cf33223d410bc) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Claude Code provider support
2997
+
2998
+ Introduces a new provider that enables using Claude models (Opus and Sonnet) through the Claude Code CLI without requiring an API key.
2999
+
3000
+ Key features:
3001
+ - New claude-code provider with support for opus and sonnet models
3002
+ - No API key required - uses local Claude Code CLI installation
3003
+ - Optional dependency - won't affect users who don't need Claude Code
3004
+ - Lazy loading ensures the provider only loads when requested
3005
+ - Full integration with existing Task Master commands and workflows
3006
+ - Comprehensive test coverage for reliability
3007
+ - New --claude-code flag for the models command
3008
+
3009
+ Users can now configure Claude Code models with:
3010
+ task-master models --set-main sonnet --claude-code
3011
+ task-master models --set-research opus --claude-code
3012
+
3013
+ The @anthropic-ai/claude-code package is optional and won't be installed unless explicitly needed.
3014
+
3015
+ ### Patch Changes
3016
+
3017
+ - [#827](https://github.com/eyaltoledano/claude-task-master/pull/827) [`5da5b59`](https://github.com/eyaltoledano/claude-task-master/commit/5da5b59bdeeb634dcb3adc7a9bc0fc37e004fa0c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix expand command preserving tagged task structure and preventing data corruption
3018
+ - Enhance E2E tests with comprehensive tag-aware expand testing to verify tag corruption fix
3019
+ - Add new test section for feature-expand tag creation and testing during expand operations
3020
+ - Verify tag preservation during expand, force expand, and expand --all operations
3021
+ - Test that master tag remains intact while feature-expand tag receives subtasks correctly
3022
+ - Fix file path references to use correct .taskmaster/config.json and .taskmaster/tasks/tasks.json locations
3023
+ - All tag corruption verification tests pass successfully, confirming the expand command tag corruption bug fix works as expected
3024
+
3025
+ - [#833](https://github.com/eyaltoledano/claude-task-master/pull/833) [`cf2c066`](https://github.com/eyaltoledano/claude-task-master/commit/cf2c06697a0b5b952fb6ca4b3c923e9892604d08) Thanks [@joedanz](https://github.com/joedanz)! - Call rules interactive setup during init
3026
+
3027
+ - [#826](https://github.com/eyaltoledano/claude-task-master/pull/826) [`7811227`](https://github.com/eyaltoledano/claude-task-master/commit/78112277b3caa4539e6e29805341a944799fb0e7) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improves Amazon Bedrock support
3028
+
3029
+ - [#834](https://github.com/eyaltoledano/claude-task-master/pull/834) [`6483537`](https://github.com/eyaltoledano/claude-task-master/commit/648353794eb60d11ffceda87370a321ad310fbd7) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix issues with task creation/update where subtasks are being created like id: <parent_task>.<subtask> instead if just id: <subtask>
3030
+
3031
+ - [#835](https://github.com/eyaltoledano/claude-task-master/pull/835) [`727f1ec`](https://github.com/eyaltoledano/claude-task-master/commit/727f1ec4ebcbdd82547784c4c113b666af7e122e) Thanks [@joedanz](https://github.com/joedanz)! - Store tasks in Git by default
3032
+
3033
+ - [#822](https://github.com/eyaltoledano/claude-task-master/pull/822) [`1bd6d4f`](https://github.com/eyaltoledano/claude-task-master/commit/1bd6d4f2468070690e152e6e63e15a57bc550d90) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve provider validation system with clean constants structure
3034
+ - **Fixed "Invalid provider hint" errors**: Resolved validation failures for Azure, Vertex, and Bedrock providers
3035
+ - **Improved search UX**: Integrated search for better model discovery with real-time filtering
3036
+ - **Better organization**: Moved custom provider options to bottom of model selection with clear section separators
3037
+
3038
+ This change ensures all custom providers (Azure, Vertex, Bedrock, OpenRouter, Ollama) work correctly in `task-master models --setup`
3039
+
3040
+ - [#633](https://github.com/eyaltoledano/claude-task-master/pull/633) [`3a2325a`](https://github.com/eyaltoledano/claude-task-master/commit/3a2325a963fed82377ab52546eedcbfebf507a7e) Thanks [@nmarley](https://github.com/nmarley)! - Fix weird `task-master init` bug when using in certain environments
3041
+
3042
+ - [#831](https://github.com/eyaltoledano/claude-task-master/pull/831) [`b592dff`](https://github.com/eyaltoledano/claude-task-master/commit/b592dff8bc5c5d7966843fceaa0adf4570934336) Thanks [@joedanz](https://github.com/joedanz)! - Rename Roo Code Boomerang role to Orchestrator
3043
+
3044
+ - [#830](https://github.com/eyaltoledano/claude-task-master/pull/830) [`e9d1bc2`](https://github.com/eyaltoledano/claude-task-master/commit/e9d1bc2385521c08374a85eba7899e878a51066c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve mcp keys check in cursor
3045
+
3046
+ ## 0.17.1
3047
+
3048
+ ### Patch Changes
3049
+
3050
+ - [#789](https://github.com/eyaltoledano/claude-task-master/pull/789) [`8cde6c2`](https://github.com/eyaltoledano/claude-task-master/commit/8cde6c27087f401d085fe267091ae75334309d96) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix contextGatherer bug when adding a task `Cannot read properties of undefined (reading 'forEach')`
3051
+
3052
+ ## 0.17.0
3053
+
3054
+ ### Minor Changes
3055
+
3056
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add comprehensive AI-powered research command with intelligent context gathering and interactive follow-ups.
3057
+
3058
+ The new `research` command provides AI-powered research capabilities that automatically gather relevant project context to answer your questions. The command intelligently selects context from multiple sources and supports interactive follow-up questions in CLI mode.
3059
+
3060
+ **Key Features:**
3061
+ - **Intelligent Task Discovery**: Automatically finds relevant tasks and subtasks using fuzzy search based on your query keywords, supplementing any explicitly provided task IDs
3062
+ - **Multi-Source Context**: Gathers context from tasks, files, project structure, and custom text to provide comprehensive answers
3063
+ - **Interactive Follow-ups**: CLI users can ask follow-up questions that build on the conversation history while allowing fresh context discovery for each question
3064
+ - **Flexible Detail Levels**: Choose from low (concise), medium (balanced), or high (comprehensive) response detail levels
3065
+ - **Token Transparency**: Displays detailed token breakdown showing context size, sources, and estimated costs
3066
+ - **Enhanced Display**: Syntax-highlighted code blocks and structured output with clear visual separation
3067
+
3068
+ **Usage Examples:**
3069
+
3070
+ ```bash
3071
+ # Basic research with auto-discovered context
3072
+ task-master research "How should I implement user authentication?"
3073
+
3074
+ # Research with specific task context
3075
+ task-master research "What's the best approach for this?" --id=15,23.2
3076
+
3077
+ # Research with file context and project tree
3078
+ task-master research "How does the current auth system work?" --files=src/auth.js,config/auth.json --tree
3079
+
3080
+ # Research with custom context and low detail
3081
+ task-master research "Quick implementation steps?" --context="Using JWT tokens" --detail=low
3082
+ ```
3083
+
3084
+ **Context Sources:**
3085
+ - **Tasks**: Automatically discovers relevant tasks/subtasks via fuzzy search, plus any explicitly specified via `--id`
3086
+ - **Files**: Include specific files via `--files` for code-aware responses
3087
+ - **Project Tree**: Add `--tree` to include project structure overview
3088
+ - **Custom Context**: Provide additional context via `--context` for domain-specific information
3089
+
3090
+ **Interactive Features (CLI only):**
3091
+ - Follow-up questions that maintain conversation history
3092
+ - Fresh fuzzy search for each follow-up to discover newly relevant tasks
3093
+ - Cumulative context building across the conversation
3094
+ - Clean visual separation between exchanges
3095
+ - **Save to Tasks**: Save entire research conversations (including follow-ups) directly to task or subtask details with timestamps
3096
+ - **Clean Menu Interface**: Streamlined inquirer-based menu for follow-up actions without redundant UI elements
3097
+
3098
+ **Save Functionality:**
3099
+
3100
+ The research command now supports saving complete conversation threads to tasks or subtasks:
3101
+ - Save research results and follow-up conversations to any task (e.g., "15") or subtask (e.g., "15.2")
3102
+ - Automatic timestamping and formatting of conversation history
3103
+ - Validation of task/subtask existence before saving
3104
+ - Appends to existing task details without overwriting content
3105
+ - Supports both CLI interactive mode and MCP programmatic access via `--save-to` flag
3106
+
3107
+ **Enhanced CLI Options:**
3108
+
3109
+ ```bash
3110
+ # Auto-save research results to a task
3111
+ task-master research "Implementation approach?" --save-to=15
3112
+
3113
+ # Combine auto-save with context gathering
3114
+ task-master research "How to optimize this?" --id=23 --save-to=23.1
3115
+ ```
3116
+
3117
+ **MCP Integration:**
3118
+ - `saveTo` parameter for automatic saving to specified task/subtask ID
3119
+ - Structured response format with telemetry data
3120
+ - Silent operation mode for programmatic usage
3121
+ - Full feature parity with CLI except interactive follow-ups
3122
+
3123
+ The research command integrates with the existing AI service layer and supports all configured AI providers. Both CLI and MCP interfaces provide comprehensive research capabilities with intelligent context gathering and flexible output options.
3124
+
3125
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Enhance update-task with --append flag for timestamped task updates
3126
+
3127
+ Adds the `--append` flag to `update-task` command, enabling it to behave like `update-subtask` with timestamped information appending. This provides more flexible task updating options:
3128
+
3129
+ **CLI Enhancement:**
3130
+ - `task-master update-task --id=5 --prompt="New info"` - Full task update (existing behavior)
3131
+ - `task-master update-task --id=5 --append --prompt="Progress update"` - Append timestamped info to task details
3132
+
3133
+ **Full MCP Integration:**
3134
+ - MCP tool `update_task` now supports `append` parameter
3135
+ - Seamless integration with Cursor and other MCP clients
3136
+ - Consistent behavior between CLI and MCP interfaces
3137
+
3138
+ Instead of requiring separate subtask creation for progress tracking, you can now append timestamped information directly to parent tasks while preserving the option for comprehensive task updates.
3139
+
3140
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add --tag flag support to core commands for multi-context task management. Commands like parse-prd, analyze-complexity, and others now support targeting specific task lists, enabling rapid prototyping and parallel development workflows.
3141
+
3142
+ Key features:
3143
+ - parse-prd --tag=feature-name: Parse PRDs into separate task contexts on the fly
3144
+ - analyze-complexity --tag=branch: Generate tag-specific complexity reports
3145
+ - All task operations can target specific contexts while preserving other lists
3146
+ - Non-existent tags are created automatically for seamless workflow
3147
+
3148
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Introduces Tagged Lists: AI Multi-Context Task Management System
3149
+
3150
+ This major feature release introduces Tagged Lists, a comprehensive system that transforms Taskmaster into a multi-context task management powerhouse. You can now organize tasks into completely isolated contexts, enabling parallel (agentic) development workflows, team collaboration, and project experimentation without conflicts.
3151
+
3152
+ **🏷️ Tagged Task Lists Architecture:**
3153
+
3154
+ The new tagged system fundamentally improves how tasks are organized:
3155
+ - **Legacy Format**: `{ "tasks": [...] }`
3156
+ - **New Tagged Format**: `{ "master": { "tasks": [...], "metadata": {...} }, "feature-xyz": { "tasks": [...], "metadata": {...} } }`
3157
+ - **Automatic Migration**: Existing projects will seamlessly migrate to tagged format with zero user intervention
3158
+ - **State Management**: New `.taskmaster/state.json` tracks current tag, last switched time, migration status and more.
3159
+ - **Configuration Integration**: Enhanced `.taskmaster/config.json` with tag-specific settings and defaults.
3160
+
3161
+ By default, your existing task list will be migrated to the `master` tag.
3162
+
3163
+ **🚀 Complete Tag Management Suite:**
3164
+
3165
+ **Core Tag Commands:**
3166
+ - `task-master tags [--show-metadata]` - List all tags with task counts, completion stats, and metadata
3167
+ - `task-master add-tag <name> [options]` - Create new tag contexts with optional task copying
3168
+ - `task-master delete-tag <name> [--yes]` - Delete tags (and attached tasks) with double confirmation protection
3169
+ - `task-master use-tag <name>` - Switch contexts and immediately see next available task
3170
+ - `task-master rename-tag <old> <new>` - Rename tags with automatic current tag reference updates
3171
+ - `task-master copy-tag <source> <target> [options]` - Duplicate tag contexts for experimentation
3172
+
3173
+ **🤖 Full MCP Integration for Tag Management:**
3174
+
3175
+ Task Master's multi-context capabilities are now fully exposed through the MCP server, enabling powerful agentic workflows:
3176
+ - **`list_tags`**: List all available tag contexts.
3177
+ - **`add_tag`**: Programmatically create new tags.
3178
+ - **`delete_tag`**: Remove tag contexts.
3179
+ - **`use_tag`**: Switch the agent's active task context.
3180
+ - **`rename_tag`**: Rename existing tags.
3181
+ - **`copy_tag`**: Duplicate entire task contexts for experimentation.
3182
+
3183
+ **Tag Creation Options:**
3184
+ - `--copy-from-current` - Copy tasks from currently active tag
3185
+ - `--copy-from=<tag>` - Copy tasks from specific tag
3186
+ - `--from-branch` - Creates a new tag using the active git branch name (for `add-tag` only)
3187
+ - `--description="<text>"` - Add custom tag descriptions
3188
+ - Empty tag creation for fresh contexts
3189
+
3190
+ **🎯 Universal --tag Flag Support:**
3191
+
3192
+ Every task operation now supports tag-specific execution:
3193
+ - `task-master list --tag=feature-branch` - View tasks in specific context
3194
+ - `task-master add-task --tag=experiment --prompt="..."` - Create tasks in specific tag
3195
+ - `task-master parse-prd document.txt --tag=v2-redesign` - Parse PRDs into dedicated contexts
3196
+ - `task-master analyze-complexity --tag=performance-work` - Generate tag-specific reports
3197
+ - `task-master set-status --tag=hotfix --id=5 --status=done` - Update tasks in specific contexts
3198
+ - `task-master expand --tag=research --id=3` - Break down tasks within tag contexts
3199
+
3200
+ This way you or your agent can store out of context tasks into the appropriate tags for later, allowing you to maintain a groomed and scoped master list. Focus on value, not chores.
3201
+
3202
+ **📊 Enhanced Workflow Features:**
3203
+
3204
+ **Smart Context Switching:**
3205
+ - `use-tag` command shows immediate next task after switching
3206
+ - Automatic tag creation when targeting non-existent tags
3207
+ - Current tag persistence across terminal sessions
3208
+ - Branch-tag mapping for future Git integration
3209
+
3210
+ **Intelligent File Management:**
3211
+ - Tag-specific complexity reports: `task-complexity-report_tagname.json`
3212
+ - Master tag uses default filenames: `task-complexity-report.json`
3213
+ - Automatic file isolation prevents cross-tag contamination
3214
+
3215
+ **Advanced Confirmation Logic:**
3216
+ - Commands only prompt when target tag has existing tasks
3217
+ - Empty tags allow immediate operations without confirmation
3218
+ - Smart append vs overwrite detection
3219
+
3220
+ **🔄 Seamless Migration & Compatibility:**
3221
+
3222
+ **Zero-Disruption Migration:**
3223
+ - Existing `tasks.json` files automatically migrate on first command
3224
+ - Master tag receives proper metadata (creation date, description)
3225
+ - Migration notice shown once with helpful explanation
3226
+ - All existing commands work identically to before
3227
+
3228
+ **State Management:**
3229
+ - `.taskmaster/state.json` tracks current tag and migration status
3230
+ - Automatic state creation and maintenance
3231
+ - Branch-tag mapping foundation for Git integration
3232
+ - Migration notice tracking to avoid repeated notifications
3233
+ - Grounds for future context additions
3234
+
3235
+ **Backward Compatibility:**
3236
+ - All existing workflows continue unchanged
3237
+ - Legacy commands work exactly as before
3238
+ - Gradual adoption - users can ignore tags entirely if desired
3239
+ - No breaking changes to existing tasks or file formats
3240
+
3241
+ **💡 Real-World Use Cases:**
3242
+
3243
+ **Team Collaboration:**
3244
+ - `task-master add-tag alice --copy-from-current` - Create teammate-specific contexts
3245
+ - `task-master add-tag bob --copy-from=master` - Onboard new team members
3246
+ - `task-master use-tag alice` - Switch to teammate's work context
3247
+
3248
+ **Feature Development:**
3249
+ - `task-master parse-prd feature-spec.txt --tag=user-auth` - Dedicated feature planning
3250
+ - `task-master add-tag experiment --copy-from=user-auth` - Safe experimentation
3251
+ - `task-master analyze-complexity --tag=user-auth` - Feature-specific analysis
3252
+
3253
+ **Release Management:**
3254
+ - `task-master add-tag v2.0 --description="Next major release"` - Version-specific planning
3255
+ - `task-master copy-tag master v2.1` - Release branch preparation
3256
+ - `task-master use-tag hotfix` - Emergency fix context
3257
+
3258
+ **Project Phases:**
3259
+ - `task-master add-tag research --description="Discovery phase"` - Research tasks
3260
+ - `task-master add-tag implementation --copy-from=research` - Development phase
3261
+ - `task-master add-tag testing --copy-from=implementation` - QA phase
3262
+
3263
+ **🛠️ Technical Implementation:**
3264
+
3265
+ **Data Structure:**
3266
+ - Tagged format with complete isolation between contexts
3267
+ - Rich metadata per tag (creation date, description, update tracking)
3268
+ - Automatic metadata enhancement for existing tags
3269
+ - Clean separation of tag data and internal state
3270
+
3271
+ **Performance Optimizations:**
3272
+ - Dynamic task counting without stored counters
3273
+ - Efficient tag resolution and caching
3274
+ - Minimal file I/O with smart data loading
3275
+ - Responsive table layouts adapting to terminal width
3276
+
3277
+ **Error Handling:**
3278
+ - Comprehensive validation for tag names (alphanumeric, hyphens, underscores)
3279
+ - Reserved name protection (master, main, default)
3280
+ - Graceful handling of missing tags and corrupted data
3281
+ - Detailed error messages with suggested corrections
3282
+
3283
+ This release establishes the foundation for advanced multi-context workflows while maintaining the simplicity and power that makes Task Master effective for individual developers.
3284
+
3285
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Research Save-to-File Feature & Critical MCP Tag Corruption Fix
3286
+
3287
+ **🔬 New Research Save-to-File Functionality:**
3288
+
3289
+ Added comprehensive save-to-file capability to the research command, enabling users to preserve research sessions for future reference and documentation.
3290
+
3291
+ **CLI Integration:**
3292
+ - New `--save-file` flag for `task-master research` command
3293
+ - Consistent with existing `--save` and `--save-to` flags for intuitive usage
3294
+ - Interactive "Save to file" option in follow-up questions menu
3295
+
3296
+ **MCP Integration:**
3297
+ - New `saveToFile` boolean parameter for the `research` MCP tool
3298
+ - Enables programmatic research saving for AI agents and integrated tools
3299
+
3300
+ **File Management:**
3301
+ - Automatically creates `.taskmaster/docs/research/` directory structure
3302
+ - Generates timestamped, slugified filenames (e.g., `2025-01-13_what-is-typescript.md`)
3303
+ - Comprehensive Markdown format with metadata headers including query, timestamp, and context sources
3304
+ - Clean conversation history formatting without duplicate information
3305
+
3306
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - No longer automatically creates individual task files as they are not used by the applicatoin. You can still generate them anytime using the `generate` command.
3307
+
3308
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Enhanced get-task/show command to support comma-separated task IDs for efficient batch operations
3309
+
3310
+ **New Features:**
3311
+ - **Multiple Task Retrieval**: Pass comma-separated IDs to get/show multiple tasks at once (e.g., `task-master show 1,3,5` or MCP `get_task` with `id: "1,3,5"`)
3312
+ - **Smart Display Logic**: Single ID shows detailed view, multiple IDs show compact summary table with interactive options
3313
+ - **Batch Action Menu**: Interactive menu for multiple tasks with copy-paste ready commands for common operations (mark as done/in-progress, expand all, view dependencies, etc.)
3314
+ - **MCP Array Response**: MCP tool returns structured array of task objects for efficient AI agent context gathering
3315
+
3316
+ **Benefits:**
3317
+ - **Faster Context Gathering**: AI agents can collect multiple tasks/subtasks in one call instead of iterating
3318
+ - **Improved Workflow**: Interactive batch operations reduce repetitive command execution
3319
+ - **Better UX**: Responsive layout adapts to terminal width, maintains consistency with existing UI patterns
3320
+ - **API Efficiency**: RESTful array responses in MCP format enable more sophisticated integrations
3321
+
3322
+ This enhancement maintains full backward compatibility while significantly improving efficiency for both human users and AI agents working with multiple tasks.
3323
+
3324
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds support for filtering tasks by multiple statuses at once using comma-separated statuses.
3325
+
3326
+ Example: `cancelled,deferred`
3327
+
3328
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds tag to CLI and MCP outputs/responses so you know which tag you are performing operations on.
3329
+
3330
+ ### Patch Changes
3331
+
3332
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`5ec1f61`](https://github.com/eyaltoledano/claude-task-master/commit/5ec1f61c13f468648b7fdc8fa112e95aec25f76d) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fix Cursor deeplink installation by providing copy-paste instructions for GitHub compatibility
3333
+
3334
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fix critical bugs in task move functionality:
3335
+ - **Fixed moving tasks to become subtasks of empty parents**: When moving a task to become a subtask of a parent that had no existing subtasks (e.g., task 89 → task 98.1), the operation would fail with validation errors.
3336
+ - **Fixed moving subtasks between parents**: Subtasks can now be properly moved between different parent tasks, including to parents that previously had no subtasks.
3337
+ - **Improved comma-separated batch moves**: Multiple tasks can now be moved simultaneously using comma-separated IDs (e.g., "88,90" → "92,93") with proper error handling and atomic operations.
3338
+
3339
+ These fixes enables proper task hierarchy reorganization for corner cases that were previously broken.
3340
+
3341
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`d76bea4`](https://github.com/eyaltoledano/claude-task-master/commit/d76bea49b381c523183f39e33c2a4269371576ed) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Update o3 model price
3342
+
3343
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`0849c0c`](https://github.com/eyaltoledano/claude-task-master/commit/0849c0c2cedb16ac44ba5cc2d109625a9b4efd67) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fixes issue with expand CLI command "Complexity report not found"
3344
+ - Closes #735
3345
+ - Closes #728
3346
+
3347
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fix issue with generate command which was creating tasks in the legacy tasks location.
3348
+
3349
+ - No longer creates individual task files automatically. You can still use `generate` if you need to create our update your task files.
3350
+
3351
+ - [#779](https://github.com/eyaltoledano/claude-task-master/pull/779) [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Improves dependency management when moving tasks by updating subtask dependencies that reference sibling subtasks by their old parent-based ID
3352
+
3353
+ - Updated dependencies [[`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f), [`5ec1f61`](https://github.com/eyaltoledano/claude-task-master/commit/5ec1f61c13f468648b7fdc8fa112e95aec25f76d), [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f), [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f), [`d76bea4`](https://github.com/eyaltoledano/claude-task-master/commit/d76bea49b381c523183f39e33c2a4269371576ed), [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f), [`0849c0c`](https://github.com/eyaltoledano/claude-task-master/commit/0849c0c2cedb16ac44ba5cc2d109625a9b4efd67), [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f), [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f), [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f), [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f), [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f), [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f), [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f), [`c0b3f43`](https://github.com/eyaltoledano/claude-task-master/commit/c0b3f432a60891550b00acb113dc877bd432995f)]:
3354
+ - task-master-ai@0.17.0
3355
+
3356
+ ## 0.16.2
3357
+
3358
+ ### Patch Changes
3359
+
3360
+ - [#695](https://github.com/eyaltoledano/claude-task-master/pull/695) [`1ece6f1`](https://github.com/eyaltoledano/claude-task-master/commit/1ece6f19048df6ae2a0b25cbfb84d2c0f430642c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - improve findTasks algorithm for resolving tasks path
3361
+
3362
+ - [#695](https://github.com/eyaltoledano/claude-task-master/pull/695) [`ee0be04`](https://github.com/eyaltoledano/claude-task-master/commit/ee0be04302cc602246de5cd296291db69bc8b300) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix update tool on MCP giving `No valid tasks found`
3363
+
3364
+ - [#699](https://github.com/eyaltoledano/claude-task-master/pull/699) [`27edbd8`](https://github.com/eyaltoledano/claude-task-master/commit/27edbd8f3fe5e2ac200b80e7f27f4c0e74a074d6) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Enhanced add-task fuzzy search intelligence and improved user experience
3365
+
3366
+ **Smarter Task Discovery:**
3367
+ - Remove hardcoded category system that always matched "Task management"
3368
+ - Eliminate arbitrary limits on fuzzy search results (5→25 high relevance, 3→10 medium relevance, 8→20 detailed tasks)
3369
+ - Improve semantic weighting in Fuse.js search (details=3, description=2, title=1.5) for better relevance
3370
+ - Generate context-driven task recommendations based on true semantic similarity
3371
+
3372
+ **Enhanced Terminal Experience:**
3373
+ - Fix duplicate banner display issue that was "eating" terminal history (closes #553)
3374
+ - Remove console.clear() and redundant displayBanner() calls from UI functions
3375
+ - Preserve command history for better development workflow
3376
+ - Streamline banner display across all commands (list, next, show, set-status, clear-subtasks, dependency commands)
3377
+
3378
+ **Visual Improvements:**
3379
+ - Replace emoji complexity indicators with clean filled circle characters (●) for professional appearance
3380
+ - Improve consistency and readability of task complexity display
3381
+
3382
+ **AI Provider Compatibility:**
3383
+ - Change generateObject mode from 'tool' to 'auto' for better cross-provider compatibility
3384
+ - Add qwen3-235n-a22b:free model support (closes #687)
3385
+ - Add smart warnings for free OpenRouter models with limitations (rate limits, restricted context, no tool_use)
3386
+
3387
+ **Technical Improvements:**
3388
+ - Enhanced context generation in add-task to rely on semantic similarity rather than rigid pattern matching
3389
+ - Improved dependency analysis and common pattern detection
3390
+ - Better handling of task relationships and relevance scoring
3391
+ - More intelligent task suggestion algorithms
3392
+
3393
+ The add-task system now provides truly relevant task context based on semantic understanding rather than arbitrary categories and limits, while maintaining a cleaner and more professional terminal experience.
3394
+
3395
+ - [#655](https://github.com/eyaltoledano/claude-task-master/pull/655) [`edaa5fe`](https://github.com/eyaltoledano/claude-task-master/commit/edaa5fe0d56e0e4e7c4370670a7a388eebd922ac) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix double .taskmaster directory paths in file resolution utilities
3396
+ - Closes #636
3397
+
3398
+ - [#671](https://github.com/eyaltoledano/claude-task-master/pull/671) [`86ea6d1`](https://github.com/eyaltoledano/claude-task-master/commit/86ea6d1dbc03eeb39f524f565b50b7017b1d2c9c) Thanks [@joedanz](https://github.com/joedanz)! - Add one-click MCP server installation for Cursor
3399
+
3400
+ - [#699](https://github.com/eyaltoledano/claude-task-master/pull/699) [`2e55757`](https://github.com/eyaltoledano/claude-task-master/commit/2e55757b2698ba20b78f09ec0286951297510b8e) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add sync-readme command for a task export to GitHub README
3401
+
3402
+ Introduces a new `sync-readme` command that exports your task list to your project's README.md file.
3403
+
3404
+ **Features:**
3405
+ - **Flexible filtering**: Supports `--status` filtering (e.g., pending, done) and `--with-subtasks` flag
3406
+ - **Smart content management**: Automatically replaces existing exports or appends to new READMEs
3407
+ - **Metadata display**: Shows export timestamp, subtask inclusion status, and filter settings
3408
+
3409
+ **Usage:**
3410
+ - `task-master sync-readme` - Export tasks without subtasks
3411
+ - `task-master sync-readme --with-subtasks` - Include subtasks in export
3412
+ - `task-master sync-readme --status=pending` - Only export pending tasks
3413
+ - `task-master sync-readme --status=done --with-subtasks` - Export completed tasks with subtasks
3414
+
3415
+ Perfect for showcasing project progress on GitHub. Experimental. Open to feedback.
3416
+
3417
+ ## 0.16.2
3418
+
3419
+ ### Patch Changes
3420
+
3421
+ - [#695](https://github.com/eyaltoledano/claude-task-master/pull/695) [`1ece6f1`](https://github.com/eyaltoledano/claude-task-master/commit/1ece6f19048df6ae2a0b25cbfb84d2c0f430642c) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - improve findTasks algorithm for resolving tasks path
3422
+
3423
+ - [#695](https://github.com/eyaltoledano/claude-task-master/pull/695) [`ee0be04`](https://github.com/eyaltoledano/claude-task-master/commit/ee0be04302cc602246de5cd296291db69bc8b300) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix update tool on MCP giving `No valid tasks found`
3424
+
3425
+ - [#699](https://github.com/eyaltoledano/claude-task-master/pull/699) [`27edbd8`](https://github.com/eyaltoledano/claude-task-master/commit/27edbd8f3fe5e2ac200b80e7f27f4c0e74a074d6) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Enhanced add-task fuzzy search intelligence and improved user experience
3426
+
3427
+ **Smarter Task Discovery:**
3428
+ - Remove hardcoded category system that always matched "Task management"
3429
+ - Eliminate arbitrary limits on fuzzy search results (5→25 high relevance, 3→10 medium relevance, 8→20 detailed tasks)
3430
+ - Improve semantic weighting in Fuse.js search (details=3, description=2, title=1.5) for better relevance
3431
+ - Generate context-driven task recommendations based on true semantic similarity
3432
+
3433
+ **Enhanced Terminal Experience:**
3434
+ - Fix duplicate banner display issue that was "eating" terminal history (closes #553)
3435
+ - Remove console.clear() and redundant displayBanner() calls from UI functions
3436
+ - Preserve command history for better development workflow
3437
+ - Streamline banner display across all commands (list, next, show, set-status, clear-subtasks, dependency commands)
3438
+
3439
+ **Visual Improvements:**
3440
+ - Replace emoji complexity indicators with clean filled circle characters (●) for professional appearance
3441
+ - Improve consistency and readability of task complexity display
3442
+
3443
+ **AI Provider Compatibility:**
3444
+ - Change generateObject mode from 'tool' to 'auto' for better cross-provider compatibility
3445
+ - Add qwen3-235n-a22b:free model support (closes #687)
3446
+ - Add smart warnings for free OpenRouter models with limitations (rate limits, restricted context, no tool_use)
3447
+
3448
+ **Technical Improvements:**
3449
+ - Enhanced context generation in add-task to rely on semantic similarity rather than rigid pattern matching
3450
+ - Improved dependency analysis and common pattern detection
3451
+ - Better handling of task relationships and relevance scoring
3452
+ - More intelligent task suggestion algorithms
3453
+
3454
+ The add-task system now provides truly relevant task context based on semantic understanding rather than arbitrary categories and limits, while maintaining a cleaner and more professional terminal experience.
3455
+
3456
+ - [#655](https://github.com/eyaltoledano/claude-task-master/pull/655) [`edaa5fe`](https://github.com/eyaltoledano/claude-task-master/commit/edaa5fe0d56e0e4e7c4370670a7a388eebd922ac) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix double .taskmaster directory paths in file resolution utilities
3457
+ - Closes #636
3458
+
3459
+ - [#671](https://github.com/eyaltoledano/claude-task-master/pull/671) [`86ea6d1`](https://github.com/eyaltoledano/claude-task-master/commit/86ea6d1dbc03eeb39f524f565b50b7017b1d2c9c) Thanks [@joedanz](https://github.com/joedanz)! - Add one-click MCP server installation for Cursor
3460
+
3461
+ - [#699](https://github.com/eyaltoledano/claude-task-master/pull/699) [`2e55757`](https://github.com/eyaltoledano/claude-task-master/commit/2e55757b2698ba20b78f09ec0286951297510b8e) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add sync-readme command for a task export to GitHub README
3462
+
3463
+ Introduces a new `sync-readme` command that exports your task list to your project's README.md file.
3464
+
3465
+ **Features:**
3466
+ - **Flexible filtering**: Supports `--status` filtering (e.g., pending, done) and `--with-subtasks` flag
3467
+ - **Smart content management**: Automatically replaces existing exports or appends to new READMEs
3468
+ - **Metadata display**: Shows export timestamp, subtask inclusion status, and filter settings
3469
+
3470
+ **Usage:**
3471
+ - `task-master sync-readme` - Export tasks without subtasks
3472
+ - `task-master sync-readme --with-subtasks` - Include subtasks in export
3473
+ - `task-master sync-readme --status=pending` - Only export pending tasks
3474
+ - `task-master sync-readme --status=done --with-subtasks` - Export completed tasks with subtasks
3475
+
3476
+ Perfect for showcasing project progress on GitHub. Experimental. Open to feedback.
3477
+
3478
+ ## 0.16.2-rc.0
3479
+
3480
+ ### Patch Changes
3481
+
3482
+ - [#655](https://github.com/eyaltoledano/claude-task-master/pull/655) [`edaa5fe`](https://github.com/eyaltoledano/claude-task-master/commit/edaa5fe0d56e0e4e7c4370670a7a388eebd922ac) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix double .taskmaster directory paths in file resolution utilities
3483
+ - Closes #636
3484
+
3485
+ - [#671](https://github.com/eyaltoledano/claude-task-master/pull/671) [`86ea6d1`](https://github.com/eyaltoledano/claude-task-master/commit/86ea6d1dbc03eeb39f524f565b50b7017b1d2c9c) Thanks [@joedanz](https://github.com/joedanz)! - Add one-click MCP server installation for Cursor
3486
+
3487
+ ## 0.16.1
3488
+
3489
+ ### Patch Changes
3490
+
3491
+ - [#641](https://github.com/eyaltoledano/claude-task-master/pull/641) [`ad61276`](https://github.com/eyaltoledano/claude-task-master/commit/ad612763ffbdd35aa1b593c9613edc1dc27a8856) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix bedrock issues
3492
+
3493
+ - [#648](https://github.com/eyaltoledano/claude-task-master/pull/648) [`9b4168b`](https://github.com/eyaltoledano/claude-task-master/commit/9b4168bb4e4dfc2f4fb0cf6bd5f81a8565879176) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP tool calls logging errors
3494
+
3495
+ - [#641](https://github.com/eyaltoledano/claude-task-master/pull/641) [`ad61276`](https://github.com/eyaltoledano/claude-task-master/commit/ad612763ffbdd35aa1b593c9613edc1dc27a8856) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Update rules for new directory structure
3496
+
3497
+ - [#648](https://github.com/eyaltoledano/claude-task-master/pull/648) [`9b4168b`](https://github.com/eyaltoledano/claude-task-master/commit/9b4168bb4e4dfc2f4fb0cf6bd5f81a8565879176) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix bug in expand_all mcp tool
3498
+
3499
+ - [#641](https://github.com/eyaltoledano/claude-task-master/pull/641) [`ad61276`](https://github.com/eyaltoledano/claude-task-master/commit/ad612763ffbdd35aa1b593c9613edc1dc27a8856) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP crashing after certain commands due to console logs
3500
+
3501
+ ## 0.16.0
3502
+
3503
+ ### Minor Changes
3504
+
3505
+ - [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add AWS bedrock support
3506
+
3507
+ - [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - # Add Google Vertex AI Provider Integration
3508
+ - Implemented `VertexAIProvider` class extending BaseAIProvider
3509
+ - Added authentication and configuration handling for Vertex AI
3510
+ - Updated configuration manager with Vertex-specific getters
3511
+ - Modified AI services unified system to integrate the provider
3512
+ - Added documentation for Vertex AI setup and configuration
3513
+ - Updated environment variable examples for Vertex AI support
3514
+ - Implemented specialized error handling for Vertex-specific issues
3515
+
3516
+ - [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add support for Azure
3517
+
3518
+ - [#612](https://github.com/eyaltoledano/claude-task-master/pull/612) [`669b744`](https://github.com/eyaltoledano/claude-task-master/commit/669b744ced454116a7b29de6c58b4b8da977186a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Increased minimum required node version to > 18 (was > 14)
3519
+
3520
+ - [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Renamed baseUrl to baseURL
3521
+
3522
+ - [#604](https://github.com/eyaltoledano/claude-task-master/pull/604) [`80735f9`](https://github.com/eyaltoledano/claude-task-master/commit/80735f9e60c7dda7207e169697f8ac07b6733634) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add TASK_MASTER_PROJECT_ROOT env variable supported in mcp.json and .env for project root resolution
3523
+ - Some users were having issues where the MCP wasn't able to detect the location of their project root, you can now set the `TASK_MASTER_PROJECT_ROOT` environment variable to the root of your project.
3524
+
3525
+ - [#619](https://github.com/eyaltoledano/claude-task-master/pull/619) [`3f64202`](https://github.com/eyaltoledano/claude-task-master/commit/3f64202c9feef83f2bf383c79e4367d337c37e20) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Consolidate Task Master files into unified .taskmaster directory structure
3526
+
3527
+ This release introduces a new consolidated directory structure that organizes all Task Master files under a single `.taskmaster/` directory for better project organization and cleaner workspace management.
3528
+
3529
+ **New Directory Structure:**
3530
+ - `.taskmaster/tasks/` - Task files (previously `tasks/`)
3531
+ - `.taskmaster/docs/` - Documentation including PRD files (previously `scripts/`)
3532
+ - `.taskmaster/reports/` - Complexity analysis reports (previously `scripts/`)
3533
+ - `.taskmaster/templates/` - Template files like example PRD
3534
+ - `.taskmaster/config.json` - Configuration (previously `.taskmasterconfig`)
3535
+
3536
+ **Migration & Backward Compatibility:**
3537
+ - Existing projects continue to work with legacy file locations
3538
+ - New projects use the consolidated structure automatically
3539
+ - Run `task-master migrate` to move existing projects to the new structure
3540
+ - All CLI commands and MCP tools automatically detect and use appropriate file locations
3541
+
3542
+ **Benefits:**
3543
+ - Cleaner project root with Task Master files organized in one location
3544
+ - Reduced file scatter across multiple directories
3545
+ - Improved project navigation and maintenance
3546
+ - Consistent file organization across all Task Master projects
3547
+
3548
+ This change maintains full backward compatibility while providing a migration path to the improved structure.
3549
+
3550
+ ### Patch Changes
3551
+
3552
+ - [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix max_tokens error when trying to use claude-sonnet-4 and claude-opus-4
3553
+
3554
+ - [#625](https://github.com/eyaltoledano/claude-task-master/pull/625) [`2d520de`](https://github.com/eyaltoledano/claude-task-master/commit/2d520de2694da3efe537b475ca52baf3c869edda) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix add-task MCP command causing an error
3555
+
3556
+ ## 0.16.0-rc.0
3557
+
3558
+ ### Minor Changes
3559
+
3560
+ - [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add AWS bedrock support
3561
+
3562
+ - [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - # Add Google Vertex AI Provider Integration
3563
+ - Implemented `VertexAIProvider` class extending BaseAIProvider
3564
+ - Added authentication and configuration handling for Vertex AI
3565
+ - Updated configuration manager with Vertex-specific getters
3566
+ - Modified AI services unified system to integrate the provider
3567
+ - Added documentation for Vertex AI setup and configuration
3568
+ - Updated environment variable examples for Vertex AI support
3569
+ - Implemented specialized error handling for Vertex-specific issues
3570
+
3571
+ - [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add support for Azure
3572
+
3573
+ - [#612](https://github.com/eyaltoledano/claude-task-master/pull/612) [`669b744`](https://github.com/eyaltoledano/claude-task-master/commit/669b744ced454116a7b29de6c58b4b8da977186a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Increased minimum required node version to > 18 (was > 14)
3574
+
3575
+ - [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Renamed baseUrl to baseURL
3576
+
3577
+ - [#604](https://github.com/eyaltoledano/claude-task-master/pull/604) [`80735f9`](https://github.com/eyaltoledano/claude-task-master/commit/80735f9e60c7dda7207e169697f8ac07b6733634) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add TASK_MASTER_PROJECT_ROOT env variable supported in mcp.json and .env for project root resolution
3578
+ - Some users were having issues where the MCP wasn't able to detect the location of their project root, you can now set the `TASK_MASTER_PROJECT_ROOT` environment variable to the root of your project.
3579
+
3580
+ - [#619](https://github.com/eyaltoledano/claude-task-master/pull/619) [`3f64202`](https://github.com/eyaltoledano/claude-task-master/commit/3f64202c9feef83f2bf383c79e4367d337c37e20) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Consolidate Task Master files into unified .taskmaster directory structure
3581
+
3582
+ This release introduces a new consolidated directory structure that organizes all Task Master files under a single `.taskmaster/` directory for better project organization and cleaner workspace management.
3583
+
3584
+ **New Directory Structure:**
3585
+ - `.taskmaster/tasks/` - Task files (previously `tasks/`)
3586
+ - `.taskmaster/docs/` - Documentation including PRD files (previously `scripts/`)
3587
+ - `.taskmaster/reports/` - Complexity analysis reports (previously `scripts/`)
3588
+ - `.taskmaster/templates/` - Template files like example PRD
3589
+ - `.taskmaster/config.json` - Configuration (previously `.taskmasterconfig`)
3590
+
3591
+ **Migration & Backward Compatibility:**
3592
+ - Existing projects continue to work with legacy file locations
3593
+ - New projects use the consolidated structure automatically
3594
+ - Run `task-master migrate` to move existing projects to the new structure
3595
+ - All CLI commands and MCP tools automatically detect and use appropriate file locations
3596
+
3597
+ **Benefits:**
3598
+ - Cleaner project root with Task Master files organized in one location
3599
+ - Reduced file scatter across multiple directories
3600
+ - Improved project navigation and maintenance
3601
+ - Consistent file organization across all Task Master projects
3602
+
3603
+ This change maintains full backward compatibility while providing a migration path to the improved structure.
3604
+
3605
+ ### Patch Changes
3606
+
3607
+ - [#607](https://github.com/eyaltoledano/claude-task-master/pull/607) [`6a8a68e`](https://github.com/eyaltoledano/claude-task-master/commit/6a8a68e1a3f34dcdf40b355b4602a08d291f8e38) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix max_tokens error when trying to use claude-sonnet-4 and claude-opus-4
3608
+
3609
+ - [#597](https://github.com/eyaltoledano/claude-task-master/pull/597) [`2d520de`](https://github.com/eyaltoledano/claude-task-master/commit/2d520de2694da3efe537b475ca52baf3c869edda) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fix add-task MCP command causing an error
3610
+
3611
+ ## 0.15.0
3612
+
3613
+ ### Minor Changes
3614
+
3615
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`09add37`](https://github.com/eyaltoledano/claude-task-master/commit/09add37423d70b809d5c28f3cde9fccd5a7e64e7) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Added comprehensive Ollama model validation and interactive setup support
3616
+ - **Interactive Setup Enhancement**: Added "Custom Ollama model" option to `task-master models --setup`, matching the existing OpenRouter functionality
3617
+ - **Live Model Validation**: When setting Ollama models, Taskmaster now validates against the local Ollama instance by querying `/api/tags` endpoint
3618
+ - **Configurable Endpoints**: Uses the `ollamaBaseUrl` from `.taskmasterconfig` (with role-specific `baseUrl` overrides supported)
3619
+ - **Robust Error Handling**:
3620
+ - Detects when Ollama server is not running and provides clear error messages
3621
+ - Validates model existence and lists available alternatives when model not found
3622
+ - Graceful fallback behavior for connection issues
3623
+ - **Full Platform Support**: Both MCP server tools and CLI commands support the new validation
3624
+ - **Improved User Experience**: Clear feedback during model validation with informative success/error messages
3625
+
3626
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`4c83526`](https://github.com/eyaltoledano/claude-task-master/commit/4c835264ac6c1f74896cddabc3b3c69a5c435417) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds and updates supported AI models with costs:
3627
+ - Added new OpenRouter models: GPT-4.1 series, O3, Codex Mini, Llama 4 Maverick, Llama 4 Scout, Qwen3-235b
3628
+ - Added Mistral models: Devstral Small, Mistral Nemo
3629
+ - Updated Ollama models with latest variants: Devstral, Qwen3, Mistral-small3.1, Llama3.3
3630
+ - Updated Gemini model to latest 2.5 Flash preview version
3631
+
3632
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`70f4054`](https://github.com/eyaltoledano/claude-task-master/commit/70f4054f268f9f8257870e64c24070263d4e2966) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add `--research` flag to parse-prd command, enabling enhanced task generation from PRD files. When used, Taskmaster leverages the research model to:
3633
+ - Research current technologies and best practices relevant to the project
3634
+ - Identify technical challenges and security concerns not explicitly mentioned in the PRD
3635
+ - Include specific library recommendations with version numbers
3636
+ - Provide more detailed implementation guidance based on industry standards
3637
+ - Create more accurate dependency relationships between tasks
3638
+
3639
+ This results in higher quality, more actionable tasks with minimal additional effort.
3640
+
3641
+ _NOTE_ That this is an experimental feature. Research models don't typically do great at structured output. You may find some failures when using research mode, so please share your feedback so we can improve this.
3642
+
3643
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`5e9bc28`](https://github.com/eyaltoledano/claude-task-master/commit/5e9bc28abea36ec7cd25489af7fcc6cbea51038b) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - This change significantly enhances the `add-task` command's intelligence. When you add a new task, Taskmaster now automatically: - Analyzes your existing tasks to find those most relevant to your new task's description. - Provides the AI with detailed context from these relevant tasks.
3644
+
3645
+ This results in newly created tasks being more accurately placed within your project's dependency structure, saving you time and any need to update tasks just for dependencies, all without significantly increasing AI costs. You'll get smarter, more connected tasks right from the start.
3646
+
3647
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`34c769b`](https://github.com/eyaltoledano/claude-task-master/commit/34c769bcd0faf65ddec3b95de2ba152a8be3ec5c) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Enhance analyze-complexity to support analyzing specific task IDs. - You can now analyze individual tasks or selected task groups by using the new `--id` option with comma-separated IDs, or `--from` and `--to` options to specify a range of tasks. - The feature intelligently merges analysis results with existing reports, allowing incremental analysis while preserving previous results.
3648
+
3649
+ - [#558](https://github.com/eyaltoledano/claude-task-master/pull/558) [`86d8f00`](https://github.com/eyaltoledano/claude-task-master/commit/86d8f00af809887ee0ba0ba7157cc555e0d07c38) Thanks [@ShreyPaharia](https://github.com/ShreyPaharia)! - Add next task to set task status response
3650
+ Status: DONE
3651
+
3652
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`04af16d`](https://github.com/eyaltoledano/claude-task-master/commit/04af16de27295452e134b17b3c7d0f44bbb84c29) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add move command to enable moving tasks and subtasks within the task hierarchy. This new command supports moving standalone tasks to become subtasks, subtasks to become standalone tasks, and moving subtasks between different parents. The implementation handles circular dependencies, validation, and proper updating of parent-child relationships.
3653
+
3654
+ **Usage:**
3655
+ - CLI command: `task-master move --from=<id> --to=<id>`
3656
+ - MCP tool: `move_task` with parameters:
3657
+ - `from`: ID of task/subtask to move (e.g., "5" or "5.2")
3658
+ - `to`: ID of destination (e.g., "7" or "7.3")
3659
+ - `file` (optional): Custom path to tasks.json
3660
+
3661
+ **Example scenarios:**
3662
+ - Move task to become subtask: `--from="5" --to="7"`
3663
+ - Move subtask to standalone task: `--from="5.2" --to="7"`
3664
+ - Move subtask to different parent: `--from="5.2" --to="7.3"`
3665
+ - Reorder subtask within same parent: `--from="5.2" --to="5.4"`
3666
+ - Move multiple tasks at once: `--from="10,11,12" --to="16,17,18"`
3667
+ - Move task to new ID: `--from="5" --to="25"` (creates a new task with ID 25)
3668
+
3669
+ **Multiple Task Support:**
3670
+ The command supports moving multiple tasks simultaneously by providing comma-separated lists for both `--from` and `--to` parameters. The number of source and destination IDs must match. This is particularly useful for resolving merge conflicts in task files when multiple team members have created tasks on different branches.
3671
+
3672
+ **Validation Features:**
3673
+ - Allows moving tasks to new, non-existent IDs (automatically creates placeholders)
3674
+ - Prevents moving to existing task IDs that already contain content (to avoid overwriting)
3675
+ - Validates source tasks exist before attempting to move them
3676
+ - Ensures proper parent-child relationships are maintained
3677
+
3678
+ ### Patch Changes
3679
+
3680
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`231e569`](https://github.com/eyaltoledano/claude-task-master/commit/231e569e84804a2e5ba1f9da1a985d0851b7e949) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adjusts default main model model to Claude Sonnet 4. Adjusts default fallback to Claude Sonney 3.7"
3681
+
3682
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`b371808`](https://github.com/eyaltoledano/claude-task-master/commit/b371808524f2c2986f4940d78fcef32c125d01f2) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds llms-install.md to the root to enable AI agents to programmatically install the Taskmaster MCP server. This is specifically being introduced for the Cline MCP marketplace and will be adjusted over time for other MCP clients as needed.
3683
+
3684
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`a59dd03`](https://github.com/eyaltoledano/claude-task-master/commit/a59dd037cfebb46d38bc44dd216c7c23933be641) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds AGENTS.md to power Claude Code integration more natively based on Anthropic's best practice and Claude-specific MCP client behaviours. Also adds in advanced workflows that tie Taskmaster commands together into one Claude workflow."
3685
+
3686
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`e0e1155`](https://github.com/eyaltoledano/claude-task-master/commit/e0e115526089bf41d5d60929956edf5601ff3e23) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fixes issue with force/append flag combinations for parse-prd.
3687
+
3688
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`34df2c8`](https://github.com/eyaltoledano/claude-task-master/commit/34df2c8bbddc0e157c981d32502bbe6b9468202e) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - You can now add tasks to a newly initialized project without having to parse a prd. This will automatically create the missing tasks.json file and create the first task. Lets you vibe if you want to vibe."
3689
+
3690
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`d2e6431`](https://github.com/eyaltoledano/claude-task-master/commit/d2e64318e2f4bfc3457792e310cc4ff9210bba30) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fixes an issue where the research fallback would attempt to make API calls without checking for a valid API key first. This ensures proper error handling when the main task generation and first fallback both fail. Closes #421 #519.
3691
+
3692
+ ## 0.15.0-rc.0
3693
+
3694
+ ### Minor Changes
3695
+
3696
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`09add37`](https://github.com/eyaltoledano/claude-task-master/commit/09add37423d70b809d5c28f3cde9fccd5a7e64e7) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Added comprehensive Ollama model validation and interactive setup support
3697
+ - **Interactive Setup Enhancement**: Added "Custom Ollama model" option to `task-master models --setup`, matching the existing OpenRouter functionality
3698
+ - **Live Model Validation**: When setting Ollama models, Taskmaster now validates against the local Ollama instance by querying `/api/tags` endpoint
3699
+ - **Configurable Endpoints**: Uses the `ollamaBaseUrl` from `.taskmasterconfig` (with role-specific `baseUrl` overrides supported)
3700
+ - **Robust Error Handling**:
3701
+ - Detects when Ollama server is not running and provides clear error messages
3702
+ - Validates model existence and lists available alternatives when model not found
3703
+ - Graceful fallback behavior for connection issues
3704
+ - **Full Platform Support**: Both MCP server tools and CLI commands support the new validation
3705
+ - **Improved User Experience**: Clear feedback during model validation with informative success/error messages
3706
+
3707
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`4c83526`](https://github.com/eyaltoledano/claude-task-master/commit/4c835264ac6c1f74896cddabc3b3c69a5c435417) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds and updates supported AI models with costs:
3708
+ - Added new OpenRouter models: GPT-4.1 series, O3, Codex Mini, Llama 4 Maverick, Llama 4 Scout, Qwen3-235b
3709
+ - Added Mistral models: Devstral Small, Mistral Nemo
3710
+ - Updated Ollama models with latest variants: Devstral, Qwen3, Mistral-small3.1, Llama3.3
3711
+ - Updated Gemini model to latest 2.5 Flash preview version
3712
+
3713
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`70f4054`](https://github.com/eyaltoledano/claude-task-master/commit/70f4054f268f9f8257870e64c24070263d4e2966) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add `--research` flag to parse-prd command, enabling enhanced task generation from PRD files. When used, Taskmaster leverages the research model to:
3714
+ - Research current technologies and best practices relevant to the project
3715
+ - Identify technical challenges and security concerns not explicitly mentioned in the PRD
3716
+ - Include specific library recommendations with version numbers
3717
+ - Provide more detailed implementation guidance based on industry standards
3718
+ - Create more accurate dependency relationships between tasks
3719
+
3720
+ This results in higher quality, more actionable tasks with minimal additional effort.
3721
+
3722
+ _NOTE_ That this is an experimental feature. Research models don't typically do great at structured output. You may find some failures when using research mode, so please share your feedback so we can improve this.
3723
+
3724
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`5e9bc28`](https://github.com/eyaltoledano/claude-task-master/commit/5e9bc28abea36ec7cd25489af7fcc6cbea51038b) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - This change significantly enhances the `add-task` command's intelligence. When you add a new task, Taskmaster now automatically: - Analyzes your existing tasks to find those most relevant to your new task's description. - Provides the AI with detailed context from these relevant tasks.
3725
+
3726
+ This results in newly created tasks being more accurately placed within your project's dependency structure, saving you time and any need to update tasks just for dependencies, all without significantly increasing AI costs. You'll get smarter, more connected tasks right from the start.
3727
+
3728
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`34c769b`](https://github.com/eyaltoledano/claude-task-master/commit/34c769bcd0faf65ddec3b95de2ba152a8be3ec5c) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Enhance analyze-complexity to support analyzing specific task IDs. - You can now analyze individual tasks or selected task groups by using the new `--id` option with comma-separated IDs, or `--from` and `--to` options to specify a range of tasks. - The feature intelligently merges analysis results with existing reports, allowing incremental analysis while preserving previous results.
3729
+
3730
+ - [#558](https://github.com/eyaltoledano/claude-task-master/pull/558) [`86d8f00`](https://github.com/eyaltoledano/claude-task-master/commit/86d8f00af809887ee0ba0ba7157cc555e0d07c38) Thanks [@ShreyPaharia](https://github.com/ShreyPaharia)! - Add next task to set task status response
3731
+ Status: DONE
3732
+
3733
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`04af16d`](https://github.com/eyaltoledano/claude-task-master/commit/04af16de27295452e134b17b3c7d0f44bbb84c29) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add move command to enable moving tasks and subtasks within the task hierarchy. This new command supports moving standalone tasks to become subtasks, subtasks to become standalone tasks, and moving subtasks between different parents. The implementation handles circular dependencies, validation, and proper updating of parent-child relationships.
3734
+
3735
+ **Usage:**
3736
+ - CLI command: `task-master move --from=<id> --to=<id>`
3737
+ - MCP tool: `move_task` with parameters:
3738
+ - `from`: ID of task/subtask to move (e.g., "5" or "5.2")
3739
+ - `to`: ID of destination (e.g., "7" or "7.3")
3740
+ - `file` (optional): Custom path to tasks.json
3741
+
3742
+ **Example scenarios:**
3743
+ - Move task to become subtask: `--from="5" --to="7"`
3744
+ - Move subtask to standalone task: `--from="5.2" --to="7"`
3745
+ - Move subtask to different parent: `--from="5.2" --to="7.3"`
3746
+ - Reorder subtask within same parent: `--from="5.2" --to="5.4"`
3747
+ - Move multiple tasks at once: `--from="10,11,12" --to="16,17,18"`
3748
+ - Move task to new ID: `--from="5" --to="25"` (creates a new task with ID 25)
3749
+
3750
+ **Multiple Task Support:**
3751
+ The command supports moving multiple tasks simultaneously by providing comma-separated lists for both `--from` and `--to` parameters. The number of source and destination IDs must match. This is particularly useful for resolving merge conflicts in task files when multiple team members have created tasks on different branches.
3752
+
3753
+ **Validation Features:**
3754
+ - Allows moving tasks to new, non-existent IDs (automatically creates placeholders)
3755
+ - Prevents moving to existing task IDs that already contain content (to avoid overwriting)
3756
+ - Validates source tasks exist before attempting to move them
3757
+ - Ensures proper parent-child relationships are maintained
3758
+
3759
+ ### Patch Changes
3760
+
3761
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`231e569`](https://github.com/eyaltoledano/claude-task-master/commit/231e569e84804a2e5ba1f9da1a985d0851b7e949) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adjusts default main model model to Claude Sonnet 4. Adjusts default fallback to Claude Sonney 3.7"
3762
+
3763
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`b371808`](https://github.com/eyaltoledano/claude-task-master/commit/b371808524f2c2986f4940d78fcef32c125d01f2) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds llms-install.md to the root to enable AI agents to programmatically install the Taskmaster MCP server. This is specifically being introduced for the Cline MCP marketplace and will be adjusted over time for other MCP clients as needed.
3764
+
3765
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`a59dd03`](https://github.com/eyaltoledano/claude-task-master/commit/a59dd037cfebb46d38bc44dd216c7c23933be641) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds AGENTS.md to power Claude Code integration more natively based on Anthropic's best practice and Claude-specific MCP client behaviours. Also adds in advanced workflows that tie Taskmaster commands together into one Claude workflow."
3766
+
3767
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`e0e1155`](https://github.com/eyaltoledano/claude-task-master/commit/e0e115526089bf41d5d60929956edf5601ff3e23) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fixes issue with force/append flag combinations for parse-prd.
3768
+
3769
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`34df2c8`](https://github.com/eyaltoledano/claude-task-master/commit/34df2c8bbddc0e157c981d32502bbe6b9468202e) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - You can now add tasks to a newly initialized project without having to parse a prd. This will automatically create the missing tasks.json file and create the first task. Lets you vibe if you want to vibe."
3770
+
3771
+ - [#567](https://github.com/eyaltoledano/claude-task-master/pull/567) [`d2e6431`](https://github.com/eyaltoledano/claude-task-master/commit/d2e64318e2f4bfc3457792e310cc4ff9210bba30) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fixes an issue where the research fallback would attempt to make API calls without checking for a valid API key first. This ensures proper error handling when the main task generation and first fallback both fail. Closes #421 #519.
3772
+
3773
+ ## 0.14.0
3774
+
3775
+ ### Minor Changes
3776
+
3777
+ - [#521](https://github.com/eyaltoledano/claude-task-master/pull/521) [`ed17cb0`](https://github.com/eyaltoledano/claude-task-master/commit/ed17cb0e0a04dedde6c616f68f24f3660f68dd04) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - .taskmasterconfig now supports a baseUrl field per model role (main, research, fallback), allowing endpoint overrides for any provider.
3778
+
3779
+ - [#536](https://github.com/eyaltoledano/claude-task-master/pull/536) [`f4a83ec`](https://github.com/eyaltoledano/claude-task-master/commit/f4a83ec047b057196833e3a9b861d4bceaec805d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Ollama as a supported AI provider.
3780
+ - You can now add it by running `task-master models --setup` and selecting it.
3781
+ - Ollama is a local model provider, so no API key is required.
3782
+ - Ollama models are available at `http://localhost:11434/api` by default.
3783
+ - You can change the default URL by setting the `OLLAMA_BASE_URL` environment variable or by adding a `baseUrl` property to the `ollama` model role in `.taskmasterconfig`.
3784
+ - If you want to use a custom API key, you can set it in the `OLLAMA_API_KEY` environment variable.
3785
+
3786
+ - [#528](https://github.com/eyaltoledano/claude-task-master/pull/528) [`58b417a`](https://github.com/eyaltoledano/claude-task-master/commit/58b417a8ce697e655f749ca4d759b1c20014c523) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Display task complexity scores in task lists, next task, and task details views.
3787
+
3788
+ ### Patch Changes
3789
+
3790
+ - [#402](https://github.com/eyaltoledano/claude-task-master/pull/402) [`01963af`](https://github.com/eyaltoledano/claude-task-master/commit/01963af2cb6f77f43b2ad8a6e4a838ec205412bc) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Resolve all issues related to MCP
3791
+
3792
+ - [#478](https://github.com/eyaltoledano/claude-task-master/pull/478) [`4117f71`](https://github.com/eyaltoledano/claude-task-master/commit/4117f71c18ee4d321a9c91308d00d5d69bfac61e) Thanks [@joedanz](https://github.com/joedanz)! - Fix CLI --force flag for parse-prd command
3793
+
3794
+ Previously, the --force flag was not respected when running `parse-prd`, causing the command to prompt for confirmation or fail even when --force was provided. This patch ensures that the flag is correctly passed and handled, allowing users to overwrite existing tasks.json files as intended.
3795
+ - Fixes #477
3796
+
3797
+ - [#511](https://github.com/eyaltoledano/claude-task-master/pull/511) [`17294ff`](https://github.com/eyaltoledano/claude-task-master/commit/17294ff25918d64278674e558698a1a9ad785098) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Task Master no longer tells you to update when you're already up to date
3798
+
3799
+ - [#442](https://github.com/eyaltoledano/claude-task-master/pull/442) [`2b3ae8b`](https://github.com/eyaltoledano/claude-task-master/commit/2b3ae8bf89dc471c4ce92f3a12ded57f61faa449) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds costs information to AI commands using input/output tokens and model costs.
3800
+
3801
+ - [#402](https://github.com/eyaltoledano/claude-task-master/pull/402) [`01963af`](https://github.com/eyaltoledano/claude-task-master/commit/01963af2cb6f77f43b2ad8a6e4a838ec205412bc) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix ERR_MODULE_NOT_FOUND when trying to run MCP Server
3802
+
3803
+ - [#402](https://github.com/eyaltoledano/claude-task-master/pull/402) [`01963af`](https://github.com/eyaltoledano/claude-task-master/commit/01963af2cb6f77f43b2ad8a6e4a838ec205412bc) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add src directory to exports
3804
+
3805
+ - [#523](https://github.com/eyaltoledano/claude-task-master/pull/523) [`da317f2`](https://github.com/eyaltoledano/claude-task-master/commit/da317f2607ca34db1be78c19954996f634c40923) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix the error handling of task status settings
3806
+
3807
+ - [#527](https://github.com/eyaltoledano/claude-task-master/pull/527) [`a8dabf4`](https://github.com/eyaltoledano/claude-task-master/commit/a8dabf44856713f488960224ee838761716bba26) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Remove caching layer from MCP direct functions for task listing, next task, and complexity report
3808
+ - Fixes issues users where having where they were getting stale data
3809
+
3810
+ - [#417](https://github.com/eyaltoledano/claude-task-master/pull/417) [`a1f8d52`](https://github.com/eyaltoledano/claude-task-master/commit/a1f8d52474fdbdf48e17a63e3f567a6d63010d9f) Thanks [@ksylvan](https://github.com/ksylvan)! - Fix for issue #409 LOG_LEVEL Pydantic validation error
3811
+
3812
+ - [#442](https://github.com/eyaltoledano/claude-task-master/pull/442) [`0288311`](https://github.com/eyaltoledano/claude-task-master/commit/0288311965ae2a343ebee4a0c710dde94d2ae7e7) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Small fixes - `next` command no longer incorrectly suggests that subtasks be broken down into subtasks in the CLI - fixes the `append` flag so it properly works in the CLI
3813
+
3814
+ - [#501](https://github.com/eyaltoledano/claude-task-master/pull/501) [`0a61184`](https://github.com/eyaltoledano/claude-task-master/commit/0a611843b56a856ef0a479dc34078326e05ac3a8) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix initial .env.example to work out of the box
3815
+ - Closes #419
3816
+
3817
+ - [#435](https://github.com/eyaltoledano/claude-task-master/pull/435) [`a96215a`](https://github.com/eyaltoledano/claude-task-master/commit/a96215a359b25061fd3b3f3c7b10e8ac0390c062) Thanks [@lebsral](https://github.com/lebsral)! - Fix default fallback model and maxTokens in Taskmaster initialization
3818
+
3819
+ - [#517](https://github.com/eyaltoledano/claude-task-master/pull/517) [`e96734a`](https://github.com/eyaltoledano/claude-task-master/commit/e96734a6cc6fec7731de72eb46b182a6e3743d02) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix bug when updating tasks on the MCP server (#412)
3820
+
3821
+ - [#496](https://github.com/eyaltoledano/claude-task-master/pull/496) [`efce374`](https://github.com/eyaltoledano/claude-task-master/commit/efce37469bc58eceef46763ba32df1ed45242211) Thanks [@joedanz](https://github.com/joedanz)! - Fix duplicate output on CLI help screen
3822
+ - Prevent the Task Master CLI from printing the help screen more than once when using `-h` or `--help`.
3823
+ - Removed redundant manual event handlers and guards for help output; now only the Commander `.helpInformation` override is used for custom help.
3824
+ - Simplified logic so that help is only shown once for both "no arguments" and help flag flows.
3825
+ - Ensures a clean, branded help experience with no repeated content.
3826
+ - Fixes #339
3827
+
3828
+ ## 0.14.0-rc.1
3829
+
3830
+ ### Minor Changes
3831
+
3832
+ - [#536](https://github.com/eyaltoledano/claude-task-master/pull/536) [`f4a83ec`](https://github.com/eyaltoledano/claude-task-master/commit/f4a83ec047b057196833e3a9b861d4bceaec805d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Ollama as a supported AI provider.
3833
+ - You can now add it by running `task-master models --setup` and selecting it.
3834
+ - Ollama is a local model provider, so no API key is required.
3835
+ - Ollama models are available at `http://localhost:11434/api` by default.
3836
+ - You can change the default URL by setting the `OLLAMA_BASE_URL` environment variable or by adding a `baseUrl` property to the `ollama` model role in `.taskmasterconfig`.
3837
+ - If you want to use a custom API key, you can set it in the `OLLAMA_API_KEY` environment variable.
3838
+
3839
+ ### Patch Changes
3840
+
3841
+ - [#442](https://github.com/eyaltoledano/claude-task-master/pull/442) [`2b3ae8b`](https://github.com/eyaltoledano/claude-task-master/commit/2b3ae8bf89dc471c4ce92f3a12ded57f61faa449) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds costs information to AI commands using input/output tokens and model costs.
3842
+
3843
+ - [#442](https://github.com/eyaltoledano/claude-task-master/pull/442) [`0288311`](https://github.com/eyaltoledano/claude-task-master/commit/0288311965ae2a343ebee4a0c710dde94d2ae7e7) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Small fixes - `next` command no longer incorrectly suggests that subtasks be broken down into subtasks in the CLI - fixes the `append` flag so it properly works in the CLI
3844
+
3845
+ ## 0.14.0-rc.0
3846
+
3847
+ ### Minor Changes
3848
+
3849
+ - [#521](https://github.com/eyaltoledano/claude-task-master/pull/521) [`ed17cb0`](https://github.com/eyaltoledano/claude-task-master/commit/ed17cb0e0a04dedde6c616f68f24f3660f68dd04) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - .taskmasterconfig now supports a baseUrl field per model role (main, research, fallback), allowing endpoint overrides for any provider.
3850
+
3851
+ - [#528](https://github.com/eyaltoledano/claude-task-master/pull/528) [`58b417a`](https://github.com/eyaltoledano/claude-task-master/commit/58b417a8ce697e655f749ca4d759b1c20014c523) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Display task complexity scores in task lists, next task, and task details views.
3852
+
3853
+ ### Patch Changes
3854
+
3855
+ - [#478](https://github.com/eyaltoledano/claude-task-master/pull/478) [`4117f71`](https://github.com/eyaltoledano/claude-task-master/commit/4117f71c18ee4d321a9c91308d00d5d69bfac61e) Thanks [@joedanz](https://github.com/joedanz)! - Fix CLI --force flag for parse-prd command
3856
+
3857
+ Previously, the --force flag was not respected when running `parse-prd`, causing the command to prompt for confirmation or fail even when --force was provided. This patch ensures that the flag is correctly passed and handled, allowing users to overwrite existing tasks.json files as intended.
3858
+ - Fixes #477
3859
+
3860
+ - [#511](https://github.com/eyaltoledano/claude-task-master/pull/511) [`17294ff`](https://github.com/eyaltoledano/claude-task-master/commit/17294ff25918d64278674e558698a1a9ad785098) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Task Master no longer tells you to update when you're already up to date
3861
+
3862
+ - [#523](https://github.com/eyaltoledano/claude-task-master/pull/523) [`da317f2`](https://github.com/eyaltoledano/claude-task-master/commit/da317f2607ca34db1be78c19954996f634c40923) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix the error handling of task status settings
3863
+
3864
+ - [#527](https://github.com/eyaltoledano/claude-task-master/pull/527) [`a8dabf4`](https://github.com/eyaltoledano/claude-task-master/commit/a8dabf44856713f488960224ee838761716bba26) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Remove caching layer from MCP direct functions for task listing, next task, and complexity report
3865
+ - Fixes issues users where having where they were getting stale data
3866
+
3867
+ - [#417](https://github.com/eyaltoledano/claude-task-master/pull/417) [`a1f8d52`](https://github.com/eyaltoledano/claude-task-master/commit/a1f8d52474fdbdf48e17a63e3f567a6d63010d9f) Thanks [@ksylvan](https://github.com/ksylvan)! - Fix for issue #409 LOG_LEVEL Pydantic validation error
3868
+
3869
+ - [#501](https://github.com/eyaltoledano/claude-task-master/pull/501) [`0a61184`](https://github.com/eyaltoledano/claude-task-master/commit/0a611843b56a856ef0a479dc34078326e05ac3a8) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix initial .env.example to work out of the box
3870
+ - Closes #419
3871
+
3872
+ - [#435](https://github.com/eyaltoledano/claude-task-master/pull/435) [`a96215a`](https://github.com/eyaltoledano/claude-task-master/commit/a96215a359b25061fd3b3f3c7b10e8ac0390c062) Thanks [@lebsral](https://github.com/lebsral)! - Fix default fallback model and maxTokens in Taskmaster initialization
3873
+
3874
+ - [#517](https://github.com/eyaltoledano/claude-task-master/pull/517) [`e96734a`](https://github.com/eyaltoledano/claude-task-master/commit/e96734a6cc6fec7731de72eb46b182a6e3743d02) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix bug when updating tasks on the MCP server (#412)
3875
+
3876
+ - [#496](https://github.com/eyaltoledano/claude-task-master/pull/496) [`efce374`](https://github.com/eyaltoledano/claude-task-master/commit/efce37469bc58eceef46763ba32df1ed45242211) Thanks [@joedanz](https://github.com/joedanz)! - Fix duplicate output on CLI help screen
3877
+ - Prevent the Task Master CLI from printing the help screen more than once when using `-h` or `--help`.
3878
+ - Removed redundant manual event handlers and guards for help output; now only the Commander `.helpInformation` override is used for custom help.
3879
+ - Simplified logic so that help is only shown once for both "no arguments" and help flag flows.
3880
+ - Ensures a clean, branded help experience with no repeated content.
3881
+ - Fixes #339
3882
+
3883
+ ## 0.13.1
3884
+
3885
+ ### Patch Changes
3886
+
3887
+ - [#399](https://github.com/eyaltoledano/claude-task-master/pull/399) [`734a4fd`](https://github.com/eyaltoledano/claude-task-master/commit/734a4fdcfc89c2e089255618cf940561ad13a3c8) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix ERR_MODULE_NOT_FOUND when trying to run MCP Server
3888
+
3889
+ ## 0.13.0
3890
+
3891
+ ### Minor Changes
3892
+
3893
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`ef782ff`](https://github.com/eyaltoledano/claude-task-master/commit/ef782ff5bd4ceb3ed0dc9ea82087aae5f79ac933) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - feat(expand): Enhance `expand` and `expand-all` commands
3894
+ - Integrate `task-complexity-report.json` to automatically determine the number of subtasks and use tailored prompts for expansion based on prior analysis. You no longer need to try copy-pasting the recommended prompt. If it exists, it will use it for you. You can just run `task-master update --id=[id of task] --research` and it will use that prompt automatically. No extra prompt needed.
3895
+ - Change default behavior to _append_ new subtasks to existing ones. Use the `--force` flag to clear existing subtasks before expanding. This is helpful if you need to add more subtasks to a task but you want to do it by the batch from a given prompt. Use force if you want to start fresh with a task's subtasks.
3896
+
3897
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`87d97bb`](https://github.com/eyaltoledano/claude-task-master/commit/87d97bba00d84e905756d46ef96b2d5b984e0f38) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds support for the OpenRouter AI provider. Users can now configure models available through OpenRouter (requiring an `OPENROUTER_API_KEY`) via the `task-master models` command, granting access to a wide range of additional LLMs. - IMPORTANT FYI ABOUT OPENROUTER: Taskmaster relies on AI SDK, which itself relies on tool use. It looks like **free** models sometimes do not include tool use. For example, Gemini 2.5 pro (free) failed via OpenRouter (no tool use) but worked fine on the paid version of the model. Custom model support for Open Router is considered experimental and likely will not be further improved for some time.
3898
+
3899
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`1ab836f`](https://github.com/eyaltoledano/claude-task-master/commit/1ab836f191cb8969153593a9a0bd47fc9aa4a831) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds model management and new configuration file .taskmasterconfig which houses the models used for main, research and fallback. Adds models command and setter flags. Adds a --setup flag with an interactive setup. We should be calling this during init. Shows a table of active and available models when models is called without flags. Includes SWE scores and token costs, which are manually entered into the supported_models.json, the new place where models are defined for support. Config-manager.js is the core module responsible for managing the new config."
3900
+
3901
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`c8722b0`](https://github.com/eyaltoledano/claude-task-master/commit/c8722b0a7a443a73b95d1bcd4a0b68e0fce2a1cd) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds custom model ID support for Ollama and OpenRouter providers.
3902
+ - Adds the `--ollama` and `--openrouter` flags to `task-master models --set-<role>` command to set models for those providers outside of the support models list.
3903
+ - Updated `task-master models --setup` interactive mode with options to explicitly enter custom Ollama or OpenRouter model IDs.
3904
+ - Implemented live validation against OpenRouter API (`/api/v1/models`) when setting a custom OpenRouter model ID (via flag or setup).
3905
+ - Refined logic to prioritize explicit provider flags/choices over internal model list lookups in case of ID conflicts.
3906
+ - Added warnings when setting custom/unvalidated models.
3907
+ - We obviously don't recommend going with a custom, unproven model. If you do and find performance is good, please let us know so we can add it to the list of supported models.
3908
+
3909
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`2517bc1`](https://github.com/eyaltoledano/claude-task-master/commit/2517bc112c9a497110f3286ca4bfb4130c9addcb) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Integrate OpenAI as a new AI provider. - Enhance `models` command/tool to display API key status. - Implement model-specific `maxTokens` override based on `supported-models.json` to save you if you use an incorrect max token value.
3910
+
3911
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`9a48278`](https://github.com/eyaltoledano/claude-task-master/commit/9a482789f7894f57f655fb8d30ba68542bd0df63) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Tweaks Perplexity AI calls for research mode to max out input tokens and get day-fresh information - Forces temp at 0.1 for highly deterministic output, no variations - Adds a system prompt to further improve the output - Correctly uses the maximum input tokens (8,719, used 8,700) for perplexity - Specificies to use a high degree of research across the web - Specifies to use information that is as fresh as today; this support stuff like capturing brand new announcements like new GPT models and being able to query for those in research. 🔥
3912
+
3913
+ ### Patch Changes
3914
+
3915
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`842eaf7`](https://github.com/eyaltoledano/claude-task-master/commit/842eaf722498ddf7307800b4cdcef4ac4fd7e5b0) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - - Add support for Google Gemini models via Vercel AI SDK integration.
3916
+
3917
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`ed79d4f`](https://github.com/eyaltoledano/claude-task-master/commit/ed79d4f4735dfab4124fa189214c0bd5e23a6860) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add xAI provider and Grok models support
3918
+
3919
+ - [#378](https://github.com/eyaltoledano/claude-task-master/pull/378) [`ad89253`](https://github.com/eyaltoledano/claude-task-master/commit/ad89253e313a395637aa48b9f92cc39b1ef94ad8) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Better support for file paths on Windows, Linux & WSL.
3920
+ - Standardizes handling of different path formats (URI encoded, Windows, Linux, WSL).
3921
+ - Ensures tools receive a clean, absolute path suitable for the server OS.
3922
+ - Simplifies tool implementation by centralizing normalization logic.
3923
+
3924
+ - [#285](https://github.com/eyaltoledano/claude-task-master/pull/285) [`2acba94`](https://github.com/eyaltoledano/claude-task-master/commit/2acba945c0afee9460d8af18814c87e80f747e9f) Thanks [@neno-is-ooo](https://github.com/neno-is-ooo)! - Add integration for Roo Code
3925
+
3926
+ - [#378](https://github.com/eyaltoledano/claude-task-master/pull/378) [`d63964a`](https://github.com/eyaltoledano/claude-task-master/commit/d63964a10eed9be17856757661ff817ad6bacfdc) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Improved update-subtask - Now it has context about the parent task details - It also has context about the subtask before it and the subtask after it (if they exist) - Not passing all subtasks to stay token efficient
3927
+
3928
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`5f504fa`](https://github.com/eyaltoledano/claude-task-master/commit/5f504fafb8bdaa0043c2d20dee8bbb8ec2040d85) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Improve and adjust `init` command for robustness and updated dependencies.
3929
+ - **Update Initialization Dependencies:** Ensure newly initialized projects (`task-master init`) include all required AI SDK dependencies (`@ai-sdk/*`, `ai`, provider wrappers) in their `package.json` for out-of-the-box AI feature compatibility. Remove unnecessary dependencies (e.g., `uuid`) from the init template.
3930
+ - **Silence `npm install` during `init`:** Prevent `npm install` output from interfering with non-interactive/MCP initialization by suppressing its stdio in silent mode.
3931
+ - **Improve Conditional Model Setup:** Reliably skip interactive `models --setup` during non-interactive `init` runs (e.g., `init -y` or MCP) by checking `isSilentMode()` instead of passing flags.
3932
+ - **Refactor `init.js`:** Remove internal `isInteractive` flag logic.
3933
+ - **Update `init` Instructions:** Tweak the "Getting Started" text displayed after `init`.
3934
+ - **Fix MCP Server Launch:** Update `.cursor/mcp.json` template to use `node ./mcp-server/server.js` instead of `npx task-master-mcp`.
3935
+ - **Update Default Model:** Change the default main model in the `.taskmasterconfig` template.
3936
+
3937
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`96aeeff`](https://github.com/eyaltoledano/claude-task-master/commit/96aeeffc195372722c6a07370540e235bfe0e4d8) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fixes an issue with add-task which did not use the manually defined properties and still needlessly hit the AI endpoint.
3938
+
3939
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`5aea93d`](https://github.com/eyaltoledano/claude-task-master/commit/5aea93d4c0490c242d7d7042a210611977848e0a) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Fixes an issue that prevented remove-subtask with comma separated tasks/subtasks from being deleted (only the first ID was being deleted). Closes #140
3940
+
3941
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`66ac9ab`](https://github.com/eyaltoledano/claude-task-master/commit/66ac9ab9f66d006da518d6e8a3244e708af2764d) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Improves next command to be subtask-aware - The logic for determining the "next task" (findNextTask function, used by task-master next and the next_task MCP tool) has been significantly improved. Previously, it only considered top-level tasks, making its recommendation less useful when a parent task containing subtasks was already marked 'in-progress'. - The updated logic now prioritizes finding the next available subtask within any 'in-progress' parent task, considering subtask dependencies and priority. - If no suitable subtask is found within active parent tasks, it falls back to recommending the next eligible top-level task based on the original criteria (status, dependencies, priority).
3942
+
3943
+ This change makes the next command much more relevant and helpful during the implementation phase of complex tasks.
3944
+
3945
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`ca7b045`](https://github.com/eyaltoledano/claude-task-master/commit/ca7b0457f1dc65fd9484e92527d9fd6d69db758d) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add `--status` flag to `show` command to filter displayed subtasks.
3946
+
3947
+ - [#328](https://github.com/eyaltoledano/claude-task-master/pull/328) [`5a2371b`](https://github.com/eyaltoledano/claude-task-master/commit/5a2371b7cc0c76f5e95d43921c1e8cc8081bf14e) Thanks [@knoxgraeme](https://github.com/knoxgraeme)! - Fix --task to --num-tasks in ui + related tests - issue #324
3948
+
3949
+ - [#240](https://github.com/eyaltoledano/claude-task-master/pull/240) [`6cb213e`](https://github.com/eyaltoledano/claude-task-master/commit/6cb213ebbd51116ae0688e35b575d09443d17c3b) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Adds a 'models' CLI and MCP command to get the current model configuration, available models, and gives the ability to set main/research/fallback models." - In the CLI, `task-master models` shows the current models config. Using the `--setup` flag launches an interactive set up that allows you to easily select the models you want to use for each of the three roles. Use `q` during the interactive setup to cancel the setup. - In the MCP, responses are simplified in RESTful format (instead of the full CLI output). The agent can use the `models` tool with different arguments, including `listAvailableModels` to get available models. Run without arguments, it will return the current configuration. Arguments are available to set the model for each of the three roles. This allows you to manage Taskmaster AI providers and models directly from either the CLI or MCP or both. - Updated the CLI help menu when you run `task-master` to include missing commands and .taskmasterconfig information. - Adds `--research` flag to `add-task` so you can hit up Perplexity right from the add-task flow, rather than having to add a task and then update it.
3950
+
3951
+ ## 0.12.1
3952
+
3953
+ ### Patch Changes
3954
+
3955
+ - [#307](https://github.com/eyaltoledano/claude-task-master/pull/307) [`2829194`](https://github.com/eyaltoledano/claude-task-master/commit/2829194d3c1dd5373d3bf40275cf4f63b12d49a7) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix add_dependency tool crashing the MCP Server
3956
+
3957
+ ## 0.12.0
3958
+
3959
+ ### Minor Changes
3960
+
3961
+ - [#253](https://github.com/eyaltoledano/claude-task-master/pull/253) [`b2ccd60`](https://github.com/eyaltoledano/claude-task-master/commit/b2ccd605264e47a61451b4c012030ee29011bb40) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add `npx task-master-ai` that runs mcp instead of using `task-master-mcp``
3962
+
3963
+ - [#267](https://github.com/eyaltoledano/claude-task-master/pull/267) [`c17d912`](https://github.com/eyaltoledano/claude-task-master/commit/c17d912237e6caaa2445e934fc48cd4841abf056) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve PRD parsing prompt with structured analysis and clearer task generation guidelines. We are testing a new prompt - please provide feedback on your experience.
3964
+
3965
+ ### Patch Changes
3966
+
3967
+ - [#243](https://github.com/eyaltoledano/claude-task-master/pull/243) [`454a1d9`](https://github.com/eyaltoledano/claude-task-master/commit/454a1d9d37439c702656eedc0702c2f7a4451517) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - - Fixes shebang issue not allowing task-master to run on certain windows operating systems
3968
+ - Resolves #241 #211 #184 #193
3969
+
3970
+ - [#268](https://github.com/eyaltoledano/claude-task-master/pull/268) [`3e872f8`](https://github.com/eyaltoledano/claude-task-master/commit/3e872f8afbb46cd3978f3852b858c233450b9f33) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix remove-task command to handle multiple comma-separated task IDs
3971
+
3972
+ - [#239](https://github.com/eyaltoledano/claude-task-master/pull/239) [`6599cb0`](https://github.com/eyaltoledano/claude-task-master/commit/6599cb0bf9eccecab528207836e9d45b8536e5c2) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Updates the parameter descriptions for update, update-task and update-subtask to ensure the MCP server correctly reaches for the right update command based on what is being updated -- all tasks, one task, or a subtask.
3973
+
3974
+ - [#272](https://github.com/eyaltoledano/claude-task-master/pull/272) [`3aee9bc`](https://github.com/eyaltoledano/claude-task-master/commit/3aee9bc840eb8f31230bd1b761ed156b261cabc4) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhance the `parsePRD` to include `--append` flag. This flag allows users to append the parsed PRD to an existing file, making it easier to manage multiple PRD files without overwriting existing content.
3975
+
3976
+ - [#264](https://github.com/eyaltoledano/claude-task-master/pull/264) [`ff8e75c`](https://github.com/eyaltoledano/claude-task-master/commit/ff8e75cded91fb677903040002626f7a82fd5f88) Thanks [@joedanz](https://github.com/joedanz)! - Add quotes around numeric env vars in mcp.json (Windsurf, etc.)
3977
+
3978
+ - [#248](https://github.com/eyaltoledano/claude-task-master/pull/248) [`d99fa00`](https://github.com/eyaltoledano/claude-task-master/commit/d99fa00980fc61695195949b33dcda7781006f90) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - - Fix `task-master init` polluting codebase with new packages inside `package.json` and modifying project `README`
3979
+ - Now only initializes with cursor rules, windsurf rules, mcp.json, scripts/example_prd.txt, .gitignore modifications, and `README-task-master.md`
3980
+
3981
+ - [#266](https://github.com/eyaltoledano/claude-task-master/pull/266) [`41b979c`](https://github.com/eyaltoledano/claude-task-master/commit/41b979c23963483e54331015a86e7c5079f657e4) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fixed a bug that prevented the task-master from running in a Linux container
3982
+
3983
+ - [#265](https://github.com/eyaltoledano/claude-task-master/pull/265) [`0eb16d5`](https://github.com/eyaltoledano/claude-task-master/commit/0eb16d5ecbb8402d1318ca9509e9d4087b27fb25) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Remove the need for project name, description, and version. Since we no longer create a package.json for you
3984
+
3985
+ ## 0.11.0
3986
+
3987
+ ### Minor Changes
3988
+
3989
+ - [#71](https://github.com/eyaltoledano/claude-task-master/pull/71) [`7141062`](https://github.com/eyaltoledano/claude-task-master/commit/71410629ba187776d92a31ea0729b2ff341b5e38) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - - **Easier Ways to Use Taskmaster (CLI & MCP):**
3990
+ - You can now use Taskmaster either by installing it as a standard command-line tool (`task-master`) or as an MCP server directly within integrated development tools like Cursor (using its built-in features). **This makes Taskmaster accessible regardless of your preferred workflow.**
3991
+ - Setting up a new project is simpler in integrated tools, thanks to the new `initialize_project` capability.
3992
+ - **Complete MCP Implementation:**
3993
+ - NOTE: Many MCP clients charge on a per tool basis. In that regard, the most cost-efficient way to use Taskmaster is through the CLI directly. Otherwise, the MCP offers the smoothest and most recommended user experience.
3994
+ - All MCP tools now follow a standardized output format that mimicks RESTful API responses. They are lean JSON responses that are context-efficient. This is a net improvement over the last version which sent the whole CLI output directly, which needlessly wasted tokens.
3995
+ - Added a `remove-task` command to permanently delete tasks you no longer need.
3996
+ - Many new MCP tools are available for managing tasks (updating details, adding/removing subtasks, generating task files, setting status, finding the next task, breaking down complex tasks, handling dependencies, analyzing complexity, etc.), usable both from the command line and integrated tools. **(See the `taskmaster.mdc` reference guide and improved readme for a full list).**
3997
+ - **Better Task Tracking:**
3998
+ - Added a "cancelled" status option for tasks, providing more ways to categorize work.
3999
+ - **Smoother Experience in Integrated Tools:**
4000
+ - Long-running operations (like breaking down tasks or analysis) now run in the background **via an Async Operation Manager** with progress updates, so you know what's happening without waiting and can check status later.
4001
+ - **Improved Documentation:**
4002
+ - Added a comprehensive reference guide (`taskmaster.mdc`) detailing all commands and tools with examples, usage tips, and troubleshooting info. This is mostly for use by the AI but can be useful for human users as well.
4003
+ - Updated the main README with clearer instructions and added a new tutorial/examples guide.
4004
+ - Added documentation listing supported integrated tools (like Cursor).
4005
+ - **Increased Stability & Reliability:**
4006
+ - Using Taskmaster within integrated tools (like Cursor) is now **more stable and the recommended approach.**
4007
+ - Added automated testing (CI) to catch issues earlier, leading to a more reliable tool.
4008
+ - Fixed release process issues to ensure users get the correct package versions when installing or updating via npm.
4009
+ - **Better Command-Line Experience:**
4010
+ - Fixed bugs in the `expand-all` command that could cause **NaN errors or JSON formatting issues (especially when using `--research`).**
4011
+ - Fixed issues with parameter validation in the `analyze-complexity` command (specifically related to the `threshold` parameter).
4012
+ - Made the `add-task` command more consistent by adding standard flags like `--title`, `--description` for manual task creation so you don't have to use `--prompt` and can quickly drop new ideas and stay in your flow.
4013
+ - Improved error messages for incorrect commands or flags, making them easier to understand.
4014
+ - Added confirmation warnings before permanently deleting tasks (`remove-task`) to prevent mistakes. There's a known bug for deleting multiple tasks with comma-separated values. It'll be fixed next release.
4015
+ - Renamed some background tool names used by integrated tools (e.g., `list-tasks` is now `get_tasks`) to be more intuitive if seen in logs or AI interactions.
4016
+ - Smoother project start: **Improved the guidance provided to AI assistants immediately after setup** (related to `init` and `parse-prd` steps). This ensures the AI doesn't go on a tangent deciding its own workflow, and follows the exact process outlined in the Taskmaster workflow.
4017
+ - **Clearer Error Messages:**
4018
+ - When generating subtasks fails, error messages are now clearer, **including specific task IDs and potential suggestions.**
4019
+ - AI fallback from Claude to Perplexity now also works the other way around. If Perplexity is down, will switch to Claude.
4020
+ - **Simplified Setup & Configuration:**
4021
+ - Made it clearer how to configure API keys depending on whether you're using the command-line tool (`.env` file) or an integrated tool (`.cursor/mcp.json` file).
4022
+ - Taskmaster is now better at automatically finding your project files, especially in integrated tools, reducing the need for manual path settings.
4023
+ - Fixed an issue that could prevent Taskmaster from working correctly immediately after initialization in integrated tools (related to how the MCP server was invoked). This should solve the issue most users were experiencing with the last release (0.10.x)
4024
+ - Updated setup templates with clearer examples for API keys.
4025
+ - \*\*For advanced users setting up the MCP server manually, the command is now `npx -y task-master-ai task-master-mcp`.
4026
+ - **Enhanced Performance & AI:**
4027
+ - Updated underlying AI model settings:
4028
+ - **Increased Context Window:** Can now handle larger projects/tasks due to an increased Claude context window (64k -> 128k tokens).
4029
+ - **Reduced AI randomness:** More consistent and predictable AI outputs (temperature 0.4 -> 0.2).
4030
+ - **Updated default AI models:** Uses newer models like `claude-3-7-sonnet-20250219` and Perplexity `sonar-pro` by default.
4031
+ - **More granular breakdown:** Increased the default number of subtasks generated by `expand` to 5 (from 4).
4032
+ - **Consistent defaults:** Set the default priority for new tasks consistently to "medium".
4033
+ - Improved performance when viewing task details in integrated tools by sending less redundant data.
4034
+ - **Documentation Clarity:**
4035
+ - Clarified in documentation that Markdown files (`.md`) can be used for Product Requirements Documents (`parse_prd`).
4036
+ - Improved the description for the `numTasks` option in `parse_prd` for better guidance.
4037
+ - **Improved Visuals (CLI):**
4038
+ - Enhanced the look and feel of progress bars and status updates in the command line.
4039
+ - Added a helpful color-coded progress bar to the task details view (`show` command) to visualize subtask completion.
4040
+ - Made progress bars show a breakdown of task statuses (e.g., how many are pending vs. done).
4041
+ - Made status counts clearer with text labels next to icons.
4042
+ - Prevented progress bars from messing up the display on smaller terminal windows.
4043
+ - Adjusted how progress is calculated for 'deferred' and 'cancelled' tasks in the progress bar, while still showing their distinct status visually.
4044
+ - **Fixes for Integrated Tools:**
4045
+ - Fixed how progress updates are sent to integrated tools, ensuring they display correctly.
4046
+ - Fixed internal issues that could cause errors or invalid JSON responses when using Taskmaster with integrated tools.
4047
+
4048
+ ## 0.10.1
4049
+
4050
+ ### Patch Changes
4051
+
4052
+ - [#80](https://github.com/eyaltoledano/claude-task-master/pull/80) [`aa185b2`](https://github.com/eyaltoledano/claude-task-master/commit/aa185b28b248b4ca93f9195b502e2f5187868eaa) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Remove non-existent package `@model-context-protocol/sdk`
4053
+
4054
+ - [#45](https://github.com/eyaltoledano/claude-task-master/pull/45) [`757fd47`](https://github.com/eyaltoledano/claude-task-master/commit/757fd478d2e2eff8506ae746c3470c6088f4d944) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add license to repo
4055
+
4056
+ ## 0.10.0
4057
+
4058
+ ### Minor Changes
4059
+
4060
+ - [#44](https://github.com/eyaltoledano/claude-task-master/pull/44) [`eafdb47`](https://github.com/eyaltoledano/claude-task-master/commit/eafdb47418b444c03c092f653b438cc762d4bca8) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - add github actions to automate github and npm releases
4061
+
4062
+ - [#20](https://github.com/eyaltoledano/claude-task-master/pull/20) [`4eed269`](https://github.com/eyaltoledano/claude-task-master/commit/4eed2693789a444f704051d5fbb3ef8d460e4e69) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Implement MCP server for all commands using tools.
4063
+
4064
+ ### Patch Changes
4065
+
4066
+ - [#44](https://github.com/eyaltoledano/claude-task-master/pull/44) [`44db895`](https://github.com/eyaltoledano/claude-task-master/commit/44db895303a9209416236e3d519c8a609ad85f61) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Added changeset config #39
4067
+
4068
+ - [#50](https://github.com/eyaltoledano/claude-task-master/pull/50) [`257160a`](https://github.com/eyaltoledano/claude-task-master/commit/257160a9670b5d1942e7c623bd2c1a3fde7c06a0) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix addTask tool `projectRoot not defined`
4069
+
4070
+ - [#57](https://github.com/eyaltoledano/claude-task-master/pull/57) [`9fd42ee`](https://github.com/eyaltoledano/claude-task-master/commit/9fd42eeafdc25a96cdfb70aa3af01f525d26b4bc) Thanks [@github-actions](https://github.com/apps/github-actions)! - fix mcp server not connecting to cursor
4071
+
4072
+ - [#48](https://github.com/eyaltoledano/claude-task-master/pull/48) [`5ec3651`](https://github.com/eyaltoledano/claude-task-master/commit/5ec3651e6459add7354910a86b3c4db4d12bc5d1) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix workflows