[plugins] Flip on additional flags. (#15719)

- [x] Flip on additional flags.
This commit is contained in:
Matthew Zeng
2026-03-24 21:52:11 -07:00
committed by GitHub
parent 0bff38c54a
commit 8c62829a2b
3 changed files with 14 additions and 9 deletions

View File

@@ -720,8 +720,8 @@ pub const FEATURES: &[FeatureSpec] = &[
FeatureSpec {
id: Feature::ToolSuggest,
key: "tool_suggest",
stage: Stage::UnderDevelopment,
default_enabled: false,
stage: Stage::Stable,
default_enabled: true,
},
FeatureSpec {
id: Feature::Plugins,
@@ -778,8 +778,8 @@ pub const FEATURES: &[FeatureSpec] = &[
FeatureSpec {
id: Feature::ToolCallMcpElicitation,
key: "tool_call_mcp_elicitation",
stage: Stage::UnderDevelopment,
default_enabled: false,
stage: Stage::Stable,
default_enabled: true,
},
FeatureSpec {
id: Feature::Personality,