update changesets

This commit is contained in:
Eyal Toledano
2025-05-22 03:03:25 -04:00
parent e0e1155260
commit edf0f23005
2 changed files with 3 additions and 1 deletions

View File

@@ -11,3 +11,5 @@ Add `--research` flag to parse-prd command, enabling enhanced task generation fr
- Create more accurate dependency relationships between tasks - Create more accurate dependency relationships between tasks
This results in higher quality, more actionable tasks with minimal additional effort. This results in higher quality, more actionable tasks with minimal additional effort.
*NOTE* That this is an experimental feature. Research models don't typically do great at structured output. You may find some failures when using research mode, so please share your feedback so we can improve this.

View File

@@ -2,4 +2,4 @@
'task-master-ai': patch 'task-master-ai': patch
--- ---
ensures that the second fallback which tries to call research if main and fallback both fail will correctly check if the api key is set before attempting to make the call. this closes #421 #519 Fixes an issue where the research fallback would attempt to make API calls without checking for a valid API key first. This ensures proper error handling when the main task generation and first fallback both fail. Closes #421 #519.