Files
gemini-cli/packages/core
Jerop Kipruto 2ea491d73f feat(core): implement feature lifecycle management (Alpha, Beta, GA)
Introduce FeatureGate system with FeatureStage enum, FeatureSpec
metadata, and DefaultFeatureGate singleton. Features progress through
Alpha (off), Beta (on), GA (locked on), and Deprecated stages.

Integrate FeatureGate into Config with isFeatureEnabled() and legacy
experimental flag mapping for backwards compatibility.

Fixes #21324
2026-03-06 07:56:00 -05:00
..