mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
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