diff --git a/e2e/config/librechat.e2e.yaml b/e2e/config/librechat.e2e.yaml index b129e0266d..7b8dc5a218 100644 --- a/e2e/config/librechat.e2e.yaml +++ b/e2e/config/librechat.e2e.yaml @@ -8,6 +8,11 @@ interface: # Exercises the cost row in the context usage gauge (off by default). # Mock models price at the default rate, so synthetic usage yields a value. contextCost: true + # Grants MULTI_CONVO.USE so the composer's `+` command opens the added-model + # popover. agent-skills-added.spec.ts drives that flow; without an explicit + # value the permission falls through to the seeded role default and + # `handlePlusCommand` returns before opening the popover. + multiConvo: true # Enables the memory feature so the MEMORIES.USE permission is granted and the # ephemeral memory badge (inline set_memory/delete_memory tools) is available.