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
Improved recovery reliability by writing workflow state files atomically, reducing the risk of corrupted state after interruptions.
Made citation pages safer by only turning valid http, https, and mailto URLs into links; unsafe or malformed URLs are now rendered as plain text.
Improved URL handling for sources without a scheme, such as example.com/source, by normalizing them to https://example.com/source for better citation matching.