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.