mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 06:04:43 +00:00
chore: sync workspace changes
This commit is contained in:
parent
d24f983e2c
commit
bf58891edf
139 changed files with 5454 additions and 8986 deletions
|
|
@ -600,9 +600,38 @@
|
|||
"planMode",
|
||||
"permissions",
|
||||
"questions",
|
||||
"toolCalls"
|
||||
"toolCalls",
|
||||
"toolResults",
|
||||
"textMessages",
|
||||
"images",
|
||||
"fileAttachments",
|
||||
"sessionLifecycle",
|
||||
"errorEvents",
|
||||
"reasoning",
|
||||
"commandExecution",
|
||||
"fileChanges",
|
||||
"mcpTools",
|
||||
"streamingDeltas"
|
||||
],
|
||||
"properties": {
|
||||
"commandExecution": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"errorEvents": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"fileAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"fileChanges": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"images": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"mcpTools": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"permissions": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
@ -612,8 +641,23 @@
|
|||
"questions": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reasoning": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sessionLifecycle": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"streamingDeltas": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"textMessages": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"toolCalls": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"toolResults": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -1537,4 +1581,4 @@
|
|||
"description": "Session management"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue