feat: improve scope up and down command & parse-prd improvements

This commit is contained in:
Ralph Khreish
2025-08-03 15:07:27 +03:00
parent e0d1d03f33
commit 184bb5e68e
13 changed files with 167 additions and 43 deletions

View File

@@ -0,0 +1,11 @@
---
"task-master-ai": patch
---
Improve AI provider compatibility for JSON generation
- Fixed schema compatibility issues between Perplexity and OpenAI o3 models
- Removed nullable/default modifiers from Zod schemas for broader compatibility
- Added automatic JSON repair for malformed AI responses (handles cases like missing array values)
- Perplexity now uses JSON mode for more reliable structured output
- Post-processing handles default values separately from schema validation