Skip to content

Commit f978cb8

Browse files
Merge pull request #1529 from eyaltoledano/changeset-release/main
1 parent 897764a commit f978cb8

File tree

19 files changed

+70
-65
lines changed

19 files changed

+70
-65
lines changed

.changeset/clever-moments-find.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.changeset/light-trees-deny.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

.changeset/yummy-nights-repeat.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# task-master-ai
22

3+
## 0.39.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
- Tasks now display rich implementation guidance in team mode including:
9+
- **Relevant Files**: Files to create, modify, or reference with descriptions
10+
- **Codebase Patterns**: Coding patterns and conventions to follow
11+
- **Existing Infrastructure**: Code and utilities to leverage
12+
- **Scope Boundaries**: What's in and out of scope for the task
13+
- **Implementation Approach**: Step-by-step guidance
14+
- **Technical Constraints**: Requirements and limitations
15+
- **Acceptance Criteria**: Definition of done checklist
16+
- **Skills & Category**: Task classification and required expertise
17+
- How to see the new task details:
18+
1. Create a brief on tryhamster.com
19+
2. Generate the plan of the brief
20+
3. View subtasks
21+
22+
- [#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
23+
- Added new tool search tool capabilities for the Taskmaster MCP in Claude Code
24+
- 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
25+
- **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.
26+
27+
### Patch Changes
28+
29+
- [#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
30+
- Add Azure OpenAI documentation page <https://docs.task-master.dev/providers/azure>
31+
332
## 0.39.0-rc.0
433

534
### Minor Changes

apps/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232

3333
### Patch Changes
3434

35+
- Updated dependencies []:
36+
- @tm/core@null
37+
38+
## null
39+
40+
### Patch Changes
41+
3542
- [#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
3643

3744
- Updated dependencies []:

apps/docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# docs
22

3+
## 0.0.15
4+
35
## 0.0.14
46

57
## 0.0.13

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"private": true,
55
"description": "Task Master documentation powered by Mintlify",
66
"scripts": {

apps/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"tailwindcss": "4.1.11",
276276
"typescript": "^5.9.2",
277277
"@tm/core": "*",
278-
"task-master-ai": "0.39.0-rc.0"
278+
"task-master-ai": "*"
279279
},
280280
"overrides": {
281281
"glob@<8": "^10.4.5",

apps/mcp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@
5555

5656
- Updated dependencies []:
5757
- @tm/core@null
58+
59+
## null
60+
61+
### Patch Changes
62+
63+
- Updated dependencies []:
64+
- @tm/core@null

0 commit comments

Comments
 (0)