•Post-install verification — automatic health checks run after `medusa-agent install` to confirm the agent works and communicates with the dashboard
•Smoke test flag — `medusa-agent install --smoke-test` runs full diagnostics after install, exits non-zero on failure (CI/automation ready)
•Configurable Supabase URL — override via `--supabase-url` flag or `MEDUSA_SUPABASE_URL` environment variable (enables multi-environment deployments)
•JSON output for doctor — `medusa-agent doctor --json` for machine-readable diagnostics
•Simplified deploy wizard — merged download + configure into a single 'Install Agent' step with platform-specific commands for macOS, Linux, and Windows
•Improved DLP coaching messages — agents are firmly instructed to stop all PII transmission attempts including splitting and encoding
•Fix: gateway-proxy orphan process cleanup — monitors parent process exit and kills entire process group to prevent zombie MCP server accumulation
v1.3.4
April 2026
•Built-in regex PII detectors — deterministic safety net for SSN, email, phone, credit card, street addresses, DOB, passport, driver's license, and IP addresses
•Hybrid DLP pipeline — ML model + regex patterns run in parallel; regex fires at confidence 1.0 even when ML model scores below threshold
•File path false-positive filter now covers all categories (not just secrets), preventing spurious blocks on filesystem paths
v1.3.3
April 2026
•Fix: DLP policies now enforced — policy signing secret auto-configured during install so dashboard policies are applied
•Fix: PyInstaller frozen binary detection — daemon no longer crashes with -m flag on native installs
•Fix: Plugin MCP configs with mcpServers wrapper (e.g. VoiceMode) now correctly proxied
•System-wide MCP server discovery — scans config directories for any MCP config file, not just known clients
•TOML config parsing — Codex and other TOML-based MCP clients now discovered and proxied on install