Skip to content

v0.2.0 - Multi-IDE Support

Choose a tag to compare

@webdevtodayjason webdevtodayjason released this 10 Jul 13:13
· 47 commits to main since this release

🎉 Major Release: Multi-IDE Support

This release transforms Context Forge from a Claude Code-specific tool into a universal AI IDE configuration generator, supporting 7+ major AI coding assistants.

✨ New Features

  • Multi-IDE Support: Added support for 7 AI-powered IDEs and assistants:

    • Claude Code (Anthropic) - Full PRP support
    • Cursor IDE - MDC format with hierarchical rules
    • Windsurf IDE - Cascade AI integration with workflows
    • Cline (formerly Claude Dev) - Advanced context management
    • Roo Code - Workspace rules with YAML configuration
    • GitHub Copilot - Custom instructions with VS Code settings
    • Gemini (Google) - CLI and Code Assist integration
  • Interactive IDE Selection: New interactive prompt during init to select one or multiple IDEs

  • IDE-Specific Adapters: Modular adapter architecture for easy extensibility

  • Enhanced Documentation: Comprehensive guides for each IDE in docs/ide-configs/

  • Improved Marketing: Updated README with IDE comparison table and feature highlights

🔧 Technical Improvements

  • Implemented adapter pattern for IDE configurations
  • Added --ide flag support for CLI
  • Created IDEAdapter base class for consistent implementation
  • Added TypeScript types for IDE information and selection
  • Enhanced project configuration to support multiple target IDEs

📦 Installation

```bash
npm install -g context-forge@0.2.0
```

📚 Documentation

See the README for detailed usage instructions and IDE-specific guides.

Full Changelog: v0.1.0...v0.2.0