TUI app-server

This commit is contained in:
pakrym-oai
2026-02-23 08:31:57 -08:00
parent e8949f4507
commit 10ed8d6a42
116 changed files with 9136 additions and 928 deletions

View File

@@ -686,6 +686,25 @@
}
]
},
"SessionNetworkProxyRuntime": {
"properties": {
"adminAddr": {
"type": "string"
},
"httpAddr": {
"type": "string"
},
"socksAddr": {
"type": "string"
}
},
"required": [
"adminAddr",
"httpAddr",
"socksAddr"
],
"type": "object"
},
"SessionSource": {
"oneOf": [
{
@@ -1777,12 +1796,38 @@
"cwd": {
"type": "string"
},
"forkedFromThreadId": {
"type": [
"string",
"null"
]
},
"historyEntryCount": {
"format": "uint",
"minimum": 0.0,
"type": "integer"
},
"historyLogId": {
"format": "uint64",
"minimum": 0.0,
"type": "integer"
},
"model": {
"type": "string"
},
"modelProvider": {
"type": "string"
},
"networkProxy": {
"anyOf": [
{
"$ref": "#/definitions/SessionNetworkProxyRuntime"
},
{
"type": "null"
}
]
},
"reasoningEffort": {
"anyOf": [
{
@@ -1803,6 +1848,8 @@
"required": [
"approvalPolicy",
"cwd",
"historyEntryCount",
"historyLogId",
"model",
"modelProvider",
"sandbox",