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