Files
gemini-cli/schemas
Jerop Kipruto d08450b0c2 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-05 22:37:22 -05:00
..