Vibeyard adds P2P session sharing for Claude Code

Vibeyard, an open-source IDE for Claude Code, has added peer-to-peer session sharing. This feature allows users to share live Claude Code terminal sessions directly with teammates.
Key Details
The session sharing works over encrypted WebRTC connections, eliminating the need for a server in the middle and avoiding screen-sharing lag. When shared, teammates see the full terminal in real-time, including scrollback history.
The feature offers two access modes:
- Read-only
- Read-write
Vibeyard is free, open source under the MIT license, and currently macOS only. The project is available on GitHub at https://github.com/elirantutia/vibeyard.
This type of peer-to-peer collaboration tool is useful for pair programming, debugging sessions, or code reviews where real-time terminal access is needed without the latency of traditional screen sharing.
📖 Read the full source: r/ClaudeAI
👀 See Also

Manifest Router Adds ZAI Subscription Support for OpenClaw Model Management
Manifest router now supports ZAI subscriptions, allowing all ZAI models to appear in routing tiers with automatic model selection per request. The tool is in beta, free, open source, and includes a dashboard for tracking costs per agent, message, and model.

Benchmark Shows CLI Tool Reduces Claude Code Token Costs by 32% Through Structural Navigation
A developer built a Rust CLI tool that gives Claude Code agents structural navigation commands like 'show me a 180-token summary of this 6,000-token class.' Benchmarking on Sonnet 4.6 across 54 automated runs showed 32% lower cost per task and 67% more code edits per session.

Deploy Claude Design Artifacts to Live Websites with Teenyapp
Teenyapp provides a hosting service that Claude Design can use directly from chat via an agent token link, enabling autonomous deployment of artifacts with backend support.

cxt: A CLI/TUI Tool to Aggregate Code Files into One Clipboard Block for Claude
cxt aggregates entire directories and specific files into a single clipboard-ready block with XML tags and file paths, making it easier for Claude to understand your codebase context.