Skip to content

v0.7.0-beta - Interactive Setup Wizard & Antigravity Support

Pre-release
Pre-release

Choose a tag to compare

@ArthurDEV44 ArthurDEV44 released this 29 Dec 10:16
· 127 commits to main since this release

What's New

Interactive Setup Wizard

distill-mcp setup now launches a beautiful interactive wizard powered by @clack/prompts:

  • Select multiple IDEs with arrow keys and spacebar
  • Auto-detects installed IDEs and pre-selects them
  • Optional Claude Code hooks installation
  • Spinner feedback during configuration

Antigravity (Google) Support

Added support for Google's Antigravity IDE alongside Claude Code, Cursor, and Windsurf.

distill-mcp setup --antigravity  # Non-interactive mode

Backward Compatibility

All existing flags continue to work for non-interactive/scripted setups:

  • --claude, --cursor, --windsurf, --antigravity
  • --hooks, --force

Installation

npm install -g distill-mcp
distill-mcp setup

Full Changelog

v0.6.0-beta...v0.7.0-beta