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
}
}
Ben Brandt created
Release Notes:
- N/A
crates/feature_flags/src/flags.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -43,7 +43,7 @@ impl FeatureFlag for SubagentsFeatureFlag {
const NAME: &'static str = "subagents";
fn enabled_for_staff() -> bool {
- false
+ true
}
}