Claude -p drop-in replacement after Jun 15th Desplega.ai released claude-bridge, a drop-in replacement for Claude Code's `-p` print mode that routes prompts through a detached tmux session instead of directly to the CLI. The tool intercepts prompt dispatch, transcript capture, and output formatting to bypass Claude's startup dialogs and permission prompts while maintaining compatibility with existing `--output-format` flags. Users can run the bridge via `bunx @desplega.ai/claude-bridge` as a direct substitute for `claude -p` commands starting June 15th. claude-bridge is a bridge-owned replacement for common claude -p automation. Instead of delegating to raw claude -p , it starts normal interactive Claude Code inside a detached tmux https://github.com/tmux/tmux pane, sends your prompt through tmux, tails Claude's own on-disk transcript, formats the reply, and exits at turn end. That keeps prompt dispatch, transcript capture, --output-format , JSON schema validation, and process exit behavior inside the bridge. Raw Claude Code print mode claude -p "say hi" --output-format json Bridge-owned replacement bunx @desplega.ai/claude-bridge -p "say hi" --output-format json The transcript source is the same JSONL file Claude writes under ~/.claude/projects/