v1.4.5
fix: launch Siphon via Start-Process for correct Windows GUI context
SessionStart hook now wraps the exe in a PowerShell Start-Process call so Electron gets a proper detached GUI process. Previously, launching the exe directly as a child of Claude Code prevented the window from appearing on Windows.
Hook detection updated to substring match so both old direct-exe entries and new Start-Process entries are recognized and deduplicated correctly.