fix: implement streaming API in updateTasks to handle large responses

This commit is contained in:
Eyal Toledano
2025-03-04 16:42:00 -05:00
parent fbdb6aada6
commit fdd8c5cf3b
2 changed files with 60 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-task-master",
"version": "1.2.5",
"version": "1.2.6",
"description": "A task management system for AI-driven development with Claude",
"main": "index.js",
"type": "module",