2026-06-19 04:10:49 +08:00
|
|
|
{
|
|
|
|
|
"steps": [
|
|
|
|
|
{ "op": "initialize" },
|
|
|
|
|
{ "op": "newSession" },
|
2026-07-24 01:40:25 +08:00
|
|
|
{
|
|
|
|
|
"op": "promptAndCancel",
|
|
|
|
|
"text": "Start a long task; this turn will be cancelled mid-stream.",
|
|
|
|
|
"waitForFile": { "path": ".dsh-snapshot-stream-ready" }
|
|
|
|
|
},
|
2026-07-22 22:00:48 +08:00
|
|
|
{ "op": "waitForTurnEnd" }
|
2026-06-19 04:10:49 +08:00
|
|
|
]
|
|
|
|
|
}
|