refactor: drop legacy implicit startup sidecar fallback

This commit is contained in:
Peter Steinberger
2026-05-01 22:57:10 +01:00
parent 5e3265b09b
commit 7ac23eeeb5
16 changed files with 59 additions and 260 deletions

View File

@@ -137,16 +137,6 @@ const GATEWAY_CASES: readonly GatewayBenchCase[] = [
pluginCount: 50,
config: BASE_CONFIG,
},
{
id: "fiftyPluginsFutureStrict",
name: "gateway, 50 manifest plugins with legacy startup fallback disabled",
env: {
OPENCLAW_DISABLE_LEGACY_IMPLICIT_STARTUP_SIDECARS: "1",
OPENCLAW_SKIP_CHANNELS: "1",
},
pluginCount: 50,
config: BASE_CONFIG,
},
{
id: "fiftyStartupLazyPlugins",
name: "gateway, 50 startup-lazy manifest plugins",