agent: Staff ship subagents (#49885)

Release Notes:

- N/A
This commit is contained in:
Ben Brandt 2026-02-23 16:10:28 +01:00 committed by GitHub
parent 304951a18f
commit 8a51acec33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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