Skip to content

Commit 88638d9

Browse files
liliwilsonoz-agent
andcommitted
Promote agent harness flag
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent b930996 commit 88638d9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ default = [
622622
"vertical_tabs",
623623
"vertical_tabs_summary_mode",
624624
"tab_configs",
625+
"agent_harness",
625626
"hoa_onboarding_flow",
626627
"hoa_remote_control",
627628
"codex_notifications",

crates/warp_features/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,6 @@ pub const DOGFOOD_FLAGS: &[FeatureFlag] = &[
933933
// End manually enabled Code features.
934934
FeatureFlag::EditableMarkdownMermaid,
935935
FeatureFlag::CodeReviewScrollPreservation,
936-
FeatureFlag::AgentHarness,
937936
FeatureFlag::RememberFastForwardState,
938937
FeatureFlag::HOANotifications,
939938
FeatureFlag::OrchestrationViewerPillBar,

0 commit comments

Comments
 (0)