agent: Staff ship subagents (#49885)

Ben Brandt created

Release Notes:

- N/A

Change summary

crates/feature_flags/src/flags.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/feature_flags/src/flags.rs 🔗

@@ -43,7 +43,7 @@ impl FeatureFlag for SubagentsFeatureFlag {
     const NAME: &'static str = "subagents";
 
     fn enabled_for_staff() -> bool {
-        false
+        true
     }
 }