fix: handle long-running executor prompts

This commit is contained in:
2026-07-18 17:24:00 +02:00
parent a05975dec5
commit 57fe9eafa1
10 changed files with 304 additions and 60 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"node": ">=24.13"
},
"dependencies": {
"@opencode-ai/sdk": "1.17.18"
"@opencode-ai/sdk": "1.17.18",
"undici": "8.7.0"
},
"devDependencies": {
"@biomejs/biome": "2.5.3",