acp: Enable claude code feature flag for everyone (#37390)

Release Notes:

- N/A
This commit is contained in:
Bennet Bo Fenner
2025-09-02 17:57:29 -04:00
committed by GitHub
parent 6dcae2711d
commit 8770fcc841
@@ -108,6 +108,10 @@ pub struct ClaudeCodeFeatureFlag;
impl FeatureFlag for ClaudeCodeFeatureFlag {
const NAME: &'static str = "claude-code";
fn enabled_for_all() -> bool {
true
}
}
pub trait FeatureFlagViewExt<V: 'static> {