fix: use sandbox-agent CLI for credential extraction in tests and add delay for permission approval

This commit is contained in:
Nathan Flurry 2026-01-29 07:39:07 -08:00
parent bfd2a80bf1
commit 0faa608822
3 changed files with 90 additions and 18 deletions

View file

@ -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": [