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
+11 -1
View File
@@ -8,7 +8,8 @@
"name": "gitea-agent-server",
"version": "1.0.0",
"dependencies": {
"@opencode-ai/sdk": "1.17.18"
"@opencode-ai/sdk": "1.17.18",
"undici": "8.7.0"
},
"devDependencies": {
"@biomejs/biome": "2.5.3",
@@ -277,6 +278,15 @@
"node": ">=14.17"
}
},
"node_modules/undici": {
"version": "8.7.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-8.7.0.tgz",
"integrity": "sha512-N7iQtfyLhIMOFgQubvmLV26svHpO0bqKnAiWotTQCVKCmWrcGbBotPuW1x+xwYZ2VHdSTVUfPQQnlEt1/LouTQ==",
"license": "MIT",
"engines": {
"node": ">=22.19.0"
}
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",