feat: do not close unified exec processes across turns

This commit is contained in:
jif-oai
2026-02-05 21:14:21 +00:00
parent 7e81f63698
commit 76410b7503
20 changed files with 358 additions and 38 deletions

View File

@@ -0,0 +1,13 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"threadId": {
"type": "string"
}
},
"required": [
"threadId"
],
"title": "ThreadBackgroundTerminalsCleanParams",
"type": "object"
}

View File

@@ -0,0 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ThreadBackgroundTerminalsCleanResponse",
"type": "object"
}