ADA v0.5.6

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 chaining stats runsstats loadsstats smokecode preview for a single DAG.

  • ada workflow stats {weekly,runs,loads,smoke} — CLI access to ADE workflow execution statistics (mirrors the ada-workflow-monitor MCP skill), with --dag-id filtering consistent with ada 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, python vs python3 resolution, 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 describe no longer requires --dag-id-like alongside --dag-id; --dag-id is now optional (matches ada workflow list).

  • Entity resolution failures (API/connection errors) now surface as real errors instead of being silently reported as "entity not found".