We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b930996 commit 88638d9Copy full SHA for 88638d9
2 files changed
app/Cargo.toml
@@ -622,6 +622,7 @@ default = [
622
"vertical_tabs",
623
"vertical_tabs_summary_mode",
624
"tab_configs",
625
+ "agent_harness",
626
"hoa_onboarding_flow",
627
"hoa_remote_control",
628
"codex_notifications",
crates/warp_features/src/lib.rs
@@ -933,7 +933,6 @@ pub const DOGFOOD_FLAGS: &[FeatureFlag] = &[
933
// End manually enabled Code features.
934
FeatureFlag::EditableMarkdownMermaid,
935
FeatureFlag::CodeReviewScrollPreservation,
936
- FeatureFlag::AgentHarness,
937
FeatureFlag::RememberFastForwardState,
938
FeatureFlag::HOANotifications,
939
FeatureFlag::OrchestrationViewerPillBar,
0 commit comments