chore: add changeset for timeout fix

Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
This commit is contained in:
claude[bot]
2025-12-10 18:29:07 +00:00
parent df2d29109c
commit 500ae4e200

View File

@@ -0,0 +1,7 @@
---
"task-master-ai": patch
---
fix: resolve 301-second timeout on large PRD parsing
Fixes timeout issues when parsing large PRD documents. The parse-prd command now supports operations up to 15 minutes by default, with proper timeout parameter flow-through to the underlying HTTP client. This resolves consistent timeouts at ~301 seconds that users experienced with complex or large PRD files.