Merge pull request #1529 from eyaltoledano/changeset-release/main

This commit is contained in:
github-actions[bot]
2025-12-17 11:49:48 +01:00
committed by GitHub
parent 897764a518
commit f978cb8096
19 changed files with 70 additions and 65 deletions

View File

@@ -1,19 +0,0 @@
---
"task-master-ai": minor
---
Enhanced task metadata display for remote/team mode tasks
- Tasks now display rich implementation guidance in team mode including:
- **Relevant Files**: Files to create, modify, or reference with descriptions
- **Codebase Patterns**: Coding patterns and conventions to follow
- **Existing Infrastructure**: Code and utilities to leverage
- **Scope Boundaries**: What's in and out of scope for the task
- **Implementation Approach**: Step-by-step guidance
- **Technical Constraints**: Requirements and limitations
- **Acceptance Criteria**: Definition of done checklist
- **Skills & Category**: Task classification and required expertise
- How to see the new task details:
1. Create a brief on tryhamster.com
2. Generate the plan of the brief
3. View subtasks

View File

@@ -1,7 +0,0 @@
---
"task-master-ai": patch
---
Fix Azure OpenAI provider to use correct deployment-based URL format
- Add Azure OpenAI documentation page <https://docs.task-master.dev/providers/azure>

View File

@@ -1,22 +0,0 @@
{
"mode": "exit",
"tag": "rc",
"initialVersions": {
"task-master-ai": "0.38.0",
"@tm/cli": "",
"docs": "0.0.14",
"extension": "0.26.0",
"@tm/mcp": "",
"@tm/ai-sdk-provider-grok-cli": "",
"@tm/build-config": "",
"@tm/claude-code-plugin": "0.0.8",
"@tm/bridge": "",
"@tm/core": "",
"@tm/profiles": ""
},
"changesets": [
"clever-moments-find",
"light-trees-deny",
"yummy-nights-repeat"
]
}

View File

@@ -1,9 +0,0 @@
---
"task-master-ai": minor
---
Add tool search tool for Claude Code MCP server and enable deferred MCP loading
- Added new tool search tool capabilities for the Taskmaster MCP in Claude Code
- 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
- **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.

View File

@@ -1,5 +1,34 @@
# task-master-ai
## 0.39.0
### Minor Changes
- [#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
- Tasks now display rich implementation guidance in team mode including:
- **Relevant Files**: Files to create, modify, or reference with descriptions
- **Codebase Patterns**: Coding patterns and conventions to follow
- **Existing Infrastructure**: Code and utilities to leverage
- **Scope Boundaries**: What's in and out of scope for the task
- **Implementation Approach**: Step-by-step guidance
- **Technical Constraints**: Requirements and limitations
- **Acceptance Criteria**: Definition of done checklist
- **Skills & Category**: Task classification and required expertise
- How to see the new task details:
1. Create a brief on tryhamster.com
2. Generate the plan of the brief
3. View subtasks
- [#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
- Added new tool search tool capabilities for the Taskmaster MCP in Claude Code
- 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
- **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.
### Patch Changes
- [#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
- Add Azure OpenAI documentation page <https://docs.task-master.dev/providers/azure>
## 0.39.0-rc.0
### Minor Changes

View File

@@ -32,6 +32,13 @@
### Patch Changes
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- [#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
- Updated dependencies []:

View File

@@ -1,5 +1,7 @@
# docs
## 0.0.15
## 0.0.14
## 0.0.13

View File

@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.14",
"version": "0.0.15",
"private": true,
"description": "Task Master documentation powered by Mintlify",
"scripts": {

View File

@@ -275,7 +275,7 @@
"tailwindcss": "4.1.11",
"typescript": "^5.9.2",
"@tm/core": "*",
"task-master-ai": "0.39.0-rc.0"
"task-master-ai": "*"
},
"overrides": {
"glob@<8": "^10.4.5",

View File

@@ -55,3 +55,10 @@
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- Updated dependencies []:
- @tm/core@null

8
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "task-master-ai",
"version": "0.38.0",
"version": "0.39.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "task-master-ai",
"version": "0.38.0",
"version": "0.39.0",
"license": "MIT WITH Commons-Clause",
"workspaces": [
"apps/*",
@@ -162,7 +162,7 @@
"license": "MIT"
},
"apps/docs": {
"version": "0.0.14",
"version": "0.0.15",
"devDependencies": {
"mintlify": "^4.2.243"
}
@@ -36284,7 +36284,7 @@
},
"packages/claude-code-plugin": {
"name": "@tm/claude-code-plugin",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT WITH Commons-Clause"
},
"packages/tm-bridge": {

View File

@@ -1,6 +1,6 @@
{
"name": "task-master-ai",
"version": "0.39.0-rc.0",
"version": "0.39.0",
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
"main": "index.js",
"type": "module",

View File

@@ -17,3 +17,5 @@
## null
## null
## null

View File

@@ -20,4 +20,6 @@
## null
## null
## 1.0.1

View File

@@ -1,5 +1,7 @@
# @tm/claude-code-plugin
## 0.0.9
## 0.0.8
## 0.0.7

View File

@@ -1,6 +1,6 @@
{
"name": "@tm/claude-code-plugin",
"version": "0.0.8",
"version": "0.0.9",
"description": "Task Master AI plugin for Claude Code - AI-powered task management with commands, agents, and MCP integration",
"type": "module",
"private": true,

View File

@@ -41,3 +41,10 @@
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- Updated dependencies []:
- @tm/core@null

View File

@@ -20,6 +20,8 @@
## null
## null
## 0.26.1
All notable changes to the @task-master/tm-core package will be documented in this file.

View File

@@ -1,3 +1,5 @@
# @tm/profiles
## null
## null