Skip to content

feat(herdr): add Windows named-pipe transport - #695

Merged
mpfaffenberger merged 1 commit into
mpfaffenberger:mainfrom
weegens-aaron:herdr-windows
Aug 11, 2026
Merged

feat(herdr): add Windows named-pipe transport#695
mpfaffenberger merged 1 commit into
mpfaffenberger:mainfrom
weegens-aaron:herdr-windows

Conversation

@weegens-aaron

Copy link
Copy Markdown
Contributor

CPython still has no socket.AF_UNIX on Windows, so HerdrClient declared itself inactive there and panes never saw code-puppy agents. herdr's Windows build (Rust interprocess crate) exposes the file-style HERDR_SOCKET_PATH as a named pipe named after the full path (\\.\pipe\C:\...\herdr.sock), which plain stdlib file I/O can speak -- no new deps.

CPython still has no socket.AF_UNIX on Windows, so HerdrClient declared itself inactive there and panes never saw code-puppy agents. herdr's Windows build (Rust interprocess crate) exposes the file-style HERDR_SOCKET_PATH as a named pipe named after the full path (\\\\.\\pipe\\C:\\...\\herdr.sock), which plain stdlib file I/O can speak -- no new deps.
@mpfaffenberger
mpfaffenberger merged commit 1351616 into mpfaffenberger:main Aug 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants