[core] Enable fast mode by default (#13450)

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
pash-openai
2026-03-04 20:06:35 -08:00
committed by GitHub
parent d44398905b
commit 394e538640

View File

@@ -708,8 +708,8 @@ pub const FEATURES: &[FeatureSpec] = &[
FeatureSpec {
id: Feature::FastMode,
key: "fast_mode",
stage: Stage::UnderDevelopment,
default_enabled: false,
stage: Stage::Stable,
default_enabled: true,
},
FeatureSpec {
id: Feature::VoiceTranscription,