Files
deepseek-harness/examples/acp-agent/tests/snapshots/cancel-tool-calls/input.json

15 lines
368 B
JSON

{
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
{
"op": "promptAndCancel",
"text": "Run two shell commands: wait for cancellation, then write skipped.txt.",
"afterUpdate": "tool_call",
"waitForFile": { "path": "started.txt" },
"waitForToolCallUpdate": "call_skipped"
},
{ "op": "waitForTurnEnd" }
]
}