You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
Parallel actions execute — --parallel flag to run multiple actions concurrently, separated by --. Includes --max-concurrency control.
Local data sync — one sync for syncing platform data into local SQLite with pagination, enrichment, transforms, change hooks, scheduling, full-text search, and cross-platform identity matching. Ships with 8 built-in profiles (Attio, Fathom, Gmail, Google Calendar, Notion, Stripe).
Input validation — schema-based validation on actions execute with --skip-validation escape hatch.
Mock mode — --mock flag returns example responses without making API calls.
Fixes
platforms --category now filters correctly in agent/JSON output mode.