Skip to content

Commit fb0cded

Browse files
cameroncookecodex
andcommitted
fix(ui-automation): Remove static wait next steps
Remove the wait_for_ui manifest nextSteps block so the tool relies on dynamic next-step params instead of leaking SIMULATOR_UUID placeholders. Co-Authored-By: Codex <noreply@openai.com>
1 parent 3a77195 commit fb0cded

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

manifests/tools/wait_for_ui.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ outputSchema:
99
version: '2'
1010
routing:
1111
stateful: true
12-
nextSteps:
13-
- label: Refresh runtime snapshot
14-
toolId: snapshot_ui
15-
params:
16-
simulatorId: SIMULATOR_UUID
17-
when: success
18-
- label: Wait again
19-
toolId: wait_for_ui
20-
params:
21-
simulatorId: SIMULATOR_UUID
22-
predicate: settled
23-
when: success
2412
annotations:
2513
title: Wait for UI
2614
readOnlyHint: true

0 commit comments

Comments
 (0)