Archived
fix: handle long-running executor prompts
This commit is contained in:
Generated
+11
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user