diff --git a/crates/feature_flags/src/feature_flags.rs b/crates/feature_flags/src/feature_flags.rs index 3bb05d5d4f..19a7bdf676 100644 --- a/crates/feature_flags/src/feature_flags.rs +++ b/crates/feature_flags/src/feature_flags.rs @@ -59,7 +59,7 @@ pub trait FeatureFlag { /// Controls the values of various feature flags for the Agent launch. /// /// Change this to `true` when we're ready to build the release candidate. -const AGENT_LAUNCH: bool = false; +const AGENT_LAUNCH: bool = true; pub struct Assistant2FeatureFlag;