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

Intuno: Open-Sourced Network for AI Agent Discovery and Communication
Intuno is an open-source network where AI agents register capabilities, discover each other via semantic search, and invoke functions with 3 lines of Python code. It includes MCP integration for use with Claude Desktop or Cursor.

Dynamic Status Bar for Claude Code Shows Live Updates
A developer has improved their Claude Code status bar from static text to dynamic display with real-time updates showing what Claude is working on. The configuration is available as a GitHub gist.

Benchmark Results: GitHub CLI vs MCP Approaches for AI Agents
An independent benchmark compared GitHub CLI, MCP, MCP with Tool Search, and MCP with Code Mode for AI agent tasks. GitHub CLI was the most cost-effective, while MCP approaches showed trade-offs in cost, latency, and failure modes.

SIDJUA V1.0: Self-Hosted Governance Platform for AI Agents
SIDJUA V1.0 is a free, self-hosted governance platform for AI agents that runs on Docker, including Raspberry Pi. It provides mandatory checkpoints for agent tasks, encrypted credential storage, network isolation, and granular budget controls.