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
}
}
Richard Feldman created
crates/feature_flags/src/flags.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -71,6 +71,6 @@ impl FeatureFlag for TerminalSandboxFeatureFlag {
const NAME: &'static str = "agent-git-worktrees";
fn enabled_for_staff() -> bool {
- false
+ true
}
}