acp: Enable claude code feature flag for everyone (#37390)
Release Notes: - N/A
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user