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
Updated ID validation from UUID (36-char) to ULID (26-char Crockford base32) pattern for asset ID detection in --image flag
Updated MCP server tool descriptions from "UUID" to "ID"
MCP Server Bug Fix
Fixed validate_pipeline, estimate_pipeline_cost, and evaluate_pipeline MCP tools — they were sending raw pipeline objects instead of wrapping them in {"pipeline": ...} as the API requires