telexed ~ c / e9ab404c-031radar:50 · agent_toolLIVE
← back
NO.
#e9ab404c
Topic
AGENTS & TOOLS
Source
r/ClaudeAI
Published
2026-05-04 17:38:22
Importance
★ 5/10 — radar 50
`Relay`: message parallel `Claude Code` sessions instead of alt-tabbing
FIG-0091:1

`Relay`: message parallel `Claude Code` sessions instead of alt-tabbing

Local session-to-session messaging removes alt-tab copy-paste. Niche, but worth trying if you already split work across repos.

[ KEY POINTS ]
  1. Uses Claude Code channels so one session can receive another session's question between turns and answer on its next turn.
  2. Architecture stays minimal: one local hub daemon, tiny per-session MCP server, routing over a Unix socket.
  3. Supports direct asks and broadcasts like 'what is everyone working on', with replies arriving one by one as notifications.
  4. Scope is intentionally narrow: same machine only, no auth, nothing leaves the box, so setup is simple but remote/team use is out.
Originalwww.reddit.com/r/ClaudeAI/comments/1t3osat/built_a_plugin_so_my_parallel_claude_code/Read original →

// related