Skip to content

Commit 126fd12

Browse files
committed
chore: format code
1 parent a6ac93a commit 126fd12

1 file changed

Lines changed: 42 additions & 1 deletion

File tree

packages/sdk/openapi.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4986,6 +4986,12 @@
49864986
"additionalProperties": {
49874987
"type": "boolean"
49884988
}
4989+
},
4990+
"sentEstimate": {
4991+
"type": "number"
4992+
},
4993+
"contextEstimate": {
4994+
"type": "number"
49894995
}
49904996
},
49914997
"required": ["id", "sessionID", "role", "time", "agent", "model"]
@@ -5202,6 +5208,18 @@
52025208
},
52035209
"required": ["input", "output", "reasoning", "cache"]
52045210
},
5211+
"outputEstimate": {
5212+
"type": "number"
5213+
},
5214+
"reasoningEstimate": {
5215+
"type": "number"
5216+
},
5217+
"contextEstimate": {
5218+
"type": "number"
5219+
},
5220+
"sentEstimate": {
5221+
"type": "number"
5222+
},
52055223
"finish": {
52065224
"type": "string"
52075225
}
@@ -7174,6 +7192,11 @@
71747192
"default": "<leader>left",
71757193
"type": "string"
71767194
},
7195+
"session_parent": {
7196+
"description": "Go to parent session",
7197+
"default": "<leader>up",
7198+
"type": "string"
7199+
},
71777200
"terminal_suspend": {
71787201
"description": "Suspend terminal",
71797202
"default": "ctrl+z",
@@ -7206,6 +7229,15 @@
72067229
"type": "boolean"
72077230
}
72087231
},
7232+
"subagents": {
7233+
"type": "object",
7234+
"propertyNames": {
7235+
"type": "string"
7236+
},
7237+
"additionalProperties": {
7238+
"type": "boolean"
7239+
}
7240+
},
72097241
"disable": {
72107242
"type": "boolean"
72117243
},
@@ -8759,6 +8791,15 @@
87598791
"type": "boolean"
87608792
}
87618793
},
8794+
"subagents": {
8795+
"type": "object",
8796+
"propertyNames": {
8797+
"type": "string"
8798+
},
8799+
"additionalProperties": {
8800+
"type": "boolean"
8801+
}
8802+
},
87628803
"options": {
87638804
"type": "object",
87648805
"propertyNames": {
@@ -8772,7 +8813,7 @@
87728813
"maximum": 9007199254740991
87738814
}
87748815
},
8775-
"required": ["name", "mode", "builtIn", "permission", "tools", "options"]
8816+
"required": ["name", "mode", "builtIn", "permission", "tools", "subagents", "options"]
87768817
},
87778818
"MCPStatusConnected": {
87788819
"type": "object",

0 commit comments

Comments
 (0)