Skip to content

v1.4.5

Choose a tag to compare

@kayodante kayodante released this 26 Jun 02:21

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.