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
SvelteGrab: Fix "Open in Editor" not working — window.open() silently fails for custom protocol URLs (vscode://, cursor://, etc.); now uses anchor element click which reliably triggers protocol handlers (#6)
SvelteGrab: Fix detectProjectRoot treating Vite dev-relative paths (/src/..., /lib/...) as absolute, which produced empty root strings and broken editor URLs
SvelteGrab: Add console warning when editor URL cannot be resolved to an absolute path, with guidance to set the projectRoot prop