agent: Launch it (#30005)
This PR enables the Agent-related feature flags on the client. Release Notes: - N/A
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user