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
removed the non version aware delete buttons from the agent list, and added a version aware delete button to every agent version in the settings tab that makes sure the agent is not in use before deleting and confirms the delete.
messagebox.showerror("Cannot Delete", f"Cannot delete '{grouping_key}' because one or more of its versions are used by:\n- "+"\n- ".join(set(all_deps)))
630
-
return
631
-
632
-
msg=f"Are you sure you want to delete '{grouping_key}' and all its {len(ids_to_delete)} version(s)? This cannot be undone."
0 commit comments