CHANGELOG

What's new in Synapse.

Every improvement, feature, and fix — documented as we ship.

v0.4.0February 2026

Multi-agent orchestration, PM agent delegation

  • PM agent that analyzes requests and creates execution plans
  • Parallel task execution across Liquid, JS, and CSS specialist agents
  • Dependency resolution ensures agents execute in the right order
  • Review agent validates all changes before applying
  • Real-time progress dashboard for multi-agent tasks
v0.3.0January 2026

Shopify sync, theme push/pull, OAuth flow

  • Two-way theme sync between workspace and Shopify store
  • Webhook-driven updates for real-time change detection
  • Secure OAuth token management with automatic refresh
  • Multi-theme support per store connection
  • Push queue with retry logic and conflict resolution
v0.2.0December 2025

Liquid validation engine, 40+ globals

  • 40+ Shopify global objects fully supported in validation
  • Scope tracking across nested blocks, loops, and snippets
  • Type inference for variable assignments and filter chains
  • Deprecated filter detection with automated migration hints
  • Real-time diagnostics with inline error highlighting
v0.1.0November 2025

Initial release, basic IDE, AI suggestions

  • Core IDE with Shopify-aware file explorer and editor
  • Basic AI code suggestions for Liquid templates
  • Project management with create, rename, and delete
  • Light and dark mode support
  • Keyboard shortcuts and command palette