Skip to content

fix(ipc): use named FIFOs on Unix#565

Draft
wan9chi wants to merge 1 commit into
mainfrom
agent/fix-runner-fifo
Draft

fix(ipc): use named FIFOs on Unix#565
wan9chi wants to merge 1 commit into
mainfrom
agent/fix-runner-fifo

Conversation

@wan9chi

@wan9chi wan9chi commented Jul 23, 2026

Copy link
Copy Markdown
Member

Motivation

Codex CLI and Claude Code default sandboxes block Unix-domain sockets, so cached task execution fails before runner-aware tools or fspy can communicate with vp run.

Replace Unix-domain sockets on Unix with a private FIFO directory: a rendezvous FIFO assigns each client a request/response FIFO pair, with an explicit ready handshake. Windows retains its existing named-pipe transport.

The sandbox snapshots now preserve the next behavior: Claude's runtime completes fspy tracking, while Codex reaches the separately tracked fspy shared-memory restriction.

Closes #562.

Refs #561 and #563.

## Motivation

Codex CLI and Claude Code default sandboxes block Unix-domain sockets, so cached task execution fails before runner-aware tools or fspy can communicate with vp run.

Replace Unix-domain sockets on Unix with a private FIFO directory: a rendezvous FIFO assigns each client a request/response FIFO pair, with an explicit ready handshake. Windows retains its existing named-pipe transport. The sandbox snapshots now preserve the next behavior: Claude's runtime completes fspy tracking, while Codex reaches the separately tracked fspy shared-memory restriction.

Closes #562.

Refs #561 and #563.

Co-authored-by: GPT-5 Codex <codex@openai.com>

wan9chi commented Jul 23, 2026

Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@wan9chi wan9chi changed the title chore(deps): update dependency oxlint-tsgolint to v7 (#558) fix(ipc): use named FIFOs on Unix Jul 23, 2026
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.

Runner IPC fails in AI harness sandboxes

1 participant