Open-Source claude-bridge Tool Becomes Standard Drop-in Replacement for Claude Print Mode After June 15th
Key Takeaways
- ▸claude-bridge becomes the standard drop-in replacement for claude -p after June 15th, eliminating raw CLI delegation in favor of managed tmux-based sessions
- ▸Captures transcripts directly from Claude's on-disk JSONL files, providing unified control over output formatting, permissions handling, and process exit behavior
- ▸Supports all output formats (JSON, stream-JSON) and automatically resolves startup/permission dialogs without user intervention
Summary
Desplega has released claude-bridge, an open-source developer tool designed as a drop-in replacement for Anthropic's claude -p (print mode) command, with adoption becoming standard after June 15th. Instead of delegating directly to raw claude -p, the bridge starts an interactive Claude Code session in a detached tmux pane, sends prompts through tmux, and captures output from Claude's native on-disk transcripts, maintaining unified control over prompt dispatch, transcript capture, output formatting, and process exit behavior.
The tool solves significant pain points in Claude automation workflows by eliminating manual transcript management and providing standardized handling of permission dialogs and startup prompts. It supports all major output formats (JSON, stream-JSON) and integrates seamlessly with existing Claude authentication and configuration, using the same ~/.claude.json and per-project settings that interactive Claude Code users rely on.
Available immediately via npm and bun package managers (requires Claude CLI v2.1.80+), claude-bridge can be run without installation using bunx @desplega.ai/claude-bridge or installed globally for persistent CLI access. The June 15th transition date signals a shift toward managed, reliable automation patterns in the Claude ecosystem.
- Available now via npm/bun with no installation required (bunx usage), requiring only existing Claude CLI authentication
Editorial Opinion
The release of claude-bridge addresses a critical gap in the Claude automation ecosystem. By moving transcript handling and output formatting into a managed, transparent wrapper, Desplega has created a tool that dramatically improves reliability and debuggability for shell automation and CI/CD pipelines. The June 15th adoption date suggests Anthropic's explicit endorsement of this approach as the future standard for Claude command-line automation.



