pub fn build_diff_summary_from_json(json_str: &str) -> AssetDiffSummaryExpand description
Parse a DiffSummaryAgent JSON response into an AssetDiffSummary.
Falls back gracefully: unknown change_type values become Minor,
missing text becomes a generic placeholder.