pub async fn save_fix_plan_with_summary(
issue: &str,
) -> (String, String, PathBuf)Expand description
Like save_fix_plan but also returns the plain-text action plan for immediate
terminal printing. Returns (action_plan_text, full_md, path).