Files
deepseek-harness/examples/acp-agent/tests/snapshots/cancel-tool-calls/input.json
2026-07-24 01:40:25 +08:00

13 lines
287 B
JSON

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