Skip to content

v2.7.0

Choose a tag to compare

@meirk-brd meirk-brd released this 16 Dec 07:50

What's New

Tool Groups System

Introducing flexible tool selection with curated groups! Instead of choosing between Rapid (limited) and Pro (everything), you can now:

  • Mix and match tool groups using GROUPS environment variable
  • Add individual tools via the TOOLS variable
  • 9 curated groups: ecommerce, social, browser, finance, business, research, app_stores, travel, advanced_scraping

Example configuration:

{
  "env": {
    "GROUPS": "browser,ecommerce",
    "TOOLS": "scrape_as_markdown"
  }
}

All Changes

Features

  • Add tool groups system with 9 curated categories (c23af1b)

🚀 Upgrade Guide

No breaking changes! Existing configurations continue to work:

  • PRO_MODE=true still enables all tools
  • Default Rapid mode unchanged
  • New GROUPS/TOOLS variables are optional