v3.2.4 - Inquirer v12 Compatibility Fix
🐛 Bug Fixes
- Fixed checkbox prompt error: Resolved "No selectable choices. All choices are disabled" error in init command
- Added explicit
disabled: falseto all selectable checkbox choices for Inquirer v12 compatibility - Fixed invalid
disabledstring values in IDE selection (changed to boolean) - Updated all checkbox prompts across the codebase: features.ts, ideSelection.ts, projectConfig.ts, checkpointConfig.ts
- Users can now successfully run
context-forge initand select features without errors
- Added explicit
🔧 Technical Details
- Issue: Inquirer v12 requires explicit
disabledproperty configuration for checkbox choices - Solution: Added
disabled: falseto all selectable choices anddisabled: truefor unavailable options - Affected files: features selection, IDE selection, project configuration extras, and checkpoint configuration
📦 Installation
npm install -g context-forge@3.2.4Fixes #4