New Features
-
ada workflow list— list deployed workflows/DAGs with schedule metadata (structural, not execution history). -
ada workflow describe --dag-id <name>— show load names belonging to a workflow. -
ada workflow diagnose --dag-id <name>— one-shot report chainingstats runs→stats loads→stats smoke→code previewfor a single DAG. -
ada workflow stats {weekly,runs,loads,smoke}— CLI access to ADE workflow execution statistics (mirrors theada-workflow-monitorMCP skill), with--dag-idfiltering consistent withada dag trigger/status. -
ada code preview --entity-id <UUID>— now works without--package-name; the owning package is resolved automatically.
Fixes
-
Windows/Git Bash compatibility fixes for
install.sh(curl redirection,pythonvspython3resolution, venv activation hints, credential-caching heredoc no longer uses POSIX-only calls). -
Added a clearer error message for unsupported Python versions in the install scripts.
-
ada workflow describeno longer requires--dag-id-likealongside--dag-id;--dag-idis now optional (matchesada workflow list). -
Entity resolution failures (API/connection errors) now surface as real errors instead of being silently reported as "entity not found".