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
Metadata Injection: The generator now unconditionally injects an @iconcodegen-source tracking comment into all generated icons. This preserves the original provider and icon identity for future automation workflows.
Fixed
CSRF Middleware: Patched the local API server's strict requireLocalOrigin middleware to explicitly allow localhost and [::1] origins alongside 127.0.0.1, fixing 403 Forbidden: Invalid origin errors for users on different local loopbacks.