fix: scope session create aliases to requested agent (#58207)

Merged via squash.

Prepared head SHA: 9462848777
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com>
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com>
Reviewed-by: @jalehman
This commit is contained in:
Josh Lehman
2026-04-01 11:39:31 -07:00
committed by GitHub
parent 8abba663c5
commit 1c83e2eec7
4 changed files with 92 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ const clearPlannerShardEnv = (env) => {
delete nextEnv.OPENCLAW_TEST_INCLUDE_EXTENSIONS;
delete nextEnv.OPENCLAW_TEST_INCLUDE_CHANNELS;
delete nextEnv.OPENCLAW_TEST_INCLUDE_GATEWAY;
delete nextEnv.OPENCLAW_TEST_UNIT_FAST_BATCH_TARGET_MS;
return nextEnv;
};