Enable TerminalSandboxFeatureFlag for staff

Richard Feldman created

Change summary

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

Detailed changes

crates/feature_flags/src/flags.rs 🔗

@@ -71,6 +71,6 @@ impl FeatureFlag for TerminalSandboxFeatureFlag {
     const NAME: &'static str = "agent-git-worktrees";
 
     fn enabled_for_staff() -> bool {
-        false
+        true
     }
 }