We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442be18 commit c862a64Copy full SHA for c862a64
1 file changed
qa/scenarios/agents/subagent-fanout-synthesis.yaml
@@ -240,7 +240,11 @@ flow:
240
message:
241
expr: "lastError instanceof Error ? formatErrorMessage(lastError) : String(lastError ?? 'fanout retry exhausted')"
242
- if:
243
- expr: "Boolean(env.mock)"
+ # Codex completes child sessions through its app-server path but
244
+ # does not relay the child marker back onto the parent QA channel.
245
+ # The shared assertions above already prove both child tool calls
246
+ # and child session rows; keep this transport-only proof OpenClaw-specific.
247
+ expr: "Boolean(env.mock) && env.gateway.runtimeEnv.OPENCLAW_QA_FORCE_RUNTIME !== 'codex'"
248
then:
249
- forEach:
250
items:
0 commit comments