Version Packages (#1551)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-28 10:04:41 +01:00
committed by Ralph Khreish
parent 98087acae9
commit 0729635fe4
8 changed files with 23 additions and 37 deletions

View File

@@ -1,8 +0,0 @@
---
"task-master-ai": patch
---
Codex cli Validate reasoning effort against model capabilities
- Add provider-level reasoning effort validation for OpenAI models
- Automatically cap unsupported effort levels (e.g., 'xhigh' on gpt-5.1 and gpt-5 becomes 'high')

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": patch
---
Improve CLI startup speed by 2x

View File

@@ -1,9 +0,0 @@
---
"task-master-ai": patch
---
Smarter project root detection with boundary markers
- Prevents Task Master from incorrectly detecting `.taskmaster` folders in your home directory when working inside a different project
- Now stops at project boundaries (`.git`, `package.json`, lock files) instead of searching all the way up to the filesystem root
- Adds support for monorepo markers (`lerna.json`, `nx.json`, `turbo.json`) and additional lock files (`bun.lockb`, `deno.lock`)

View File

@@ -1,7 +0,0 @@
---
"task-master-ai": patch
---
Improve json schemas for ai-related commands making it more compatible with openai models
- Fixes #1541 #1542

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": patch
---
Fixed vertex-ai authentication when using service account and vertex location env variable.