parent
3996587c0b
commit
b12d862236
2 changed files with 17 additions and 12 deletions
|
@ -89,10 +89,15 @@ impl FeatureFlag for JjUiFeatureFlag {
|
|||
const NAME: &'static str = "jj-ui";
|
||||
}
|
||||
|
||||
pub struct AcpFeatureFlag;
|
||||
pub struct GeminiAndNativeFeatureFlag;
|
||||
|
||||
impl FeatureFlag for AcpFeatureFlag {
|
||||
const NAME: &'static str = "acp";
|
||||
impl FeatureFlag for GeminiAndNativeFeatureFlag {
|
||||
// This was previously called "acp".
|
||||
//
|
||||
// We renamed it because existing builds used it to enable the Claude Code
|
||||
// integration too, and we'd like to turn Gemini/Native on in new builds
|
||||
// without enabling Claude Code in old builds.
|
||||
const NAME: &'static str = "gemini-and-native";
|
||||
}
|
||||
|
||||
pub struct ClaudeCodeFeatureFlag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue