refactor(acp): reduce bridge to automation protocol
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
"steps": [
|
||||
{ "op": "initialize" },
|
||||
{ "op": "newSession" },
|
||||
{ "op": "promptAndCancel", "text": "Start a long task; this turn will be cancelled mid-stream." },
|
||||
{
|
||||
"op": "promptAndCancel",
|
||||
"text": "Start a long task; this turn will be cancelled mid-stream.",
|
||||
"waitForFile": { "path": ".dsh-snapshot-stream-ready" }
|
||||
},
|
||||
{ "op": "waitForTurnEnd" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user