v2.7.0
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
GROUPSenvironment variable - Add individual tools via the
TOOLSvariable - 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