Skip to content

Commit cfcb45d

Browse files
Merge branch 'next' into feature/bulk-dependencies
2 parents c5f4f37 + c2fc61d commit cfcb45d

936 files changed

Lines changed: 169608 additions & 44420 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/chore-fix-docs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"task-master-ai": patch
3+
---
4+
5+
Improve `analyze-complexity` cli docs and `--research` flag documentation

.changeset/config.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
5-
{ "repo": "eyaltoledano/claude-task-master" }
5+
{
6+
"repo": "eyaltoledano/claude-task-master"
7+
}
68
],
79
"commit": false,
810
"fixed": [],
9-
"linked": [],
1011
"access": "public",
1112
"baseBranch": "main",
12-
"updateInternalDependencies": "patch",
13-
"ignore": []
14-
}
13+
"ignore": [
14+
"docs",
15+
"@tm/cli",
16+
"@tm/core",
17+
"@tm/build-config"
18+
]
19+
}

.changeset/hungry-geese-work.md

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

.changeset/itchy-taxes-sip.md

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

.changeset/lemon-apes-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"task-master-ai": minor
3+
---
4+
5+
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.
6+
7+
**What's New:**
8+
- 300-second timeout for MCP operations (up from default 60 seconds)
9+
- Programmatic MCP configuration generation (replaces static asset files)
10+
- Enhanced reliability for AI-powered operations
11+
- Consistent with other AI coding assistant profiles
12+
13+
**Migration:** No user action required - existing Roo Code installations will automatically receive the enhanced MCP configuration on next initialization.

.changeset/new-colts-flow.md

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

.changeset/petite-ideas-grab.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"task-master-ai": patch
3+
---
4+
5+
Fix Claude Code settings validation for pathToClaudeCodeExecutable

.changeset/plain-bottles-stand.md

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

.changeset/shaggy-rice-exist.md

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

0 commit comments

Comments
 (0)