mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 06:04:43 +00:00
fix: use sandbox-agent CLI for credential extraction in tests and add delay for permission approval
This commit is contained in:
parent
bfd2a80bf1
commit
0faa608822
3 changed files with 90 additions and 18 deletions
|
|
@ -1559,6 +1559,34 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"StderrOutput": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"truncated"
|
||||
],
|
||||
"properties": {
|
||||
"head": {
|
||||
"type": "string",
|
||||
"description": "First N lines of stderr (if truncated) or full stderr (if not truncated)",
|
||||
"nullable": true
|
||||
},
|
||||
"tail": {
|
||||
"type": "string",
|
||||
"description": "Last N lines of stderr (only present if truncated)",
|
||||
"nullable": true
|
||||
},
|
||||
"total_lines": {
|
||||
"type": "integer",
|
||||
"description": "Total number of lines in stderr",
|
||||
"nullable": true,
|
||||
"minimum": 0
|
||||
},
|
||||
"truncated": {
|
||||
"type": "boolean",
|
||||
"description": "Whether the output was truncated"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TerminatedBy": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue