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

Chromeflow: Chrome Extension Automates Web UI Tasks for Claude
Chromeflow is a free, open-source Chrome extension and MCP server built with Claude Code that gives Claude browser control to automate manual web UI tasks like setting up Stripe, Supabase, or SendGrid. It highlights elements to click, fills fields, clicks Save, and writes API keys directly to .env files.

Runtime: Sandboxed Coding Agents for Every Team Member
Runtime (YC P26) provides sandboxed coding agent infrastructure that lets non-engineers use Claude Code, Codex, and other agents safely. It snapshots multi-service environments (Docker, Kafka, Redis, seeded DBs) that boot in milliseconds, with guardrails at the infrastructure level.

Portable Mind Format (PMF): Provider-Agnostic Agent Specification with 15 Open-Source Agents
The Portable Mind Format (PMF) is a JSON-based specification for defining AI agent identities that can run across multiple models and providers, including Claude, GPT-4, Gemini, DeepSeek, and local models via Ollama. It includes 15 MIT-licensed production agents and converters for Claude Code, Cursor, GitHub Copilot, and Gemini CLI.

Heren Godot MCP: Persistent WebSocket Daemon Cuts AI–Godot Interaction Latency to ~20ms
Heren is a new MCP server for Godot that keeps a lightweight WebSocket daemon alive, achieving ~20ms operations instead of waiting for full engine cold starts. It provides 15 tools for scene management, debugging, GPU‑accelerated screenshots, and automatic shutdown after 3 minutes of inactivity.