fix: always use streaming for Claude API calls to avoid timeout errors

This commit is contained in:
Eyal Toledano
2025-03-04 15:38:32 -05:00
parent 327eaa6fd3
commit c0cb815a1a
2 changed files with 4 additions and 52 deletions

View File

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