Vibe Coding
Tip: a Codex plugin registers Codex tasks in Claude Code's own cross-session agent registry
LeonKohli/claude-uds-bridge (created 2026-09-21) exploits the fact that Claude Code can already list its other local sessions and message one by name. The plugin registers a Codex task in that same per-user registry, so Claude finds it with ListAgents and writes to it with SendMessage with no handshake or preliminary tool call, and a bundled MCP server does the reverse from the Codex side. Transport is Unix domain sockets in a private per-user directory, so nothing leaves the machine. Requirements are specific: the Codex desktop app running (a CLI-only Codex has no inbox), macOS or Linux, Claude Code 2.1.224 or later, and Bun on PATH.
Source
↳ Follow the thread