agent: Launch it (#30005)

This PR enables the Agent-related feature flags on the client.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-06 19:41:32 -04:00 committed by GitHub
parent 300da3b718
commit 28e664c433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;