agent: Launch it (#30005)
This PR enables the Agent-related feature flags on the client. Release Notes: - N/A
This commit is contained in:
parent
300da3b718
commit
28e664c433
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ pub trait FeatureFlag {
|
||||||
/// Controls the values of various feature flags for the Agent launch.
|
/// Controls the values of various feature flags for the Agent launch.
|
||||||
///
|
///
|
||||||
/// Change this to `true` when we're ready to build the release candidate.
|
/// 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;
|
pub struct Assistant2FeatureFlag;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue