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

Claude Watch: Open Source Tool Visualizes AI-Generated Code Logic
Claude Watch is an open source tool that provides graphical semantic visualization for projects built with AI coding agents like Claude Code. It analyzes code in a nested way and includes AI-powered search to answer questions about project logic.

Claude-Code v2.1.63 adds HTTP hooks, slash commands, and fixes memory leaks
Claude-Code v2.1.63 introduces HTTP hooks for JSON-based external calls, adds /simplify and /batch slash commands, and fixes multiple memory leaks in long-running sessions. The release also improves MCP server handling and VSCode integration.

Running Two Claude Code Agents on the Same Repo with Git Worktrees
A Reddit user details how to run multiple Claude Code agents in parallel on the same codebase using git worktrees, avoiding file conflicts and enabling independent agent sessions.

Kanban CLI: A Local-First, Agent-First Task Manager for the Terminal
Kanban CLI is a Rust-based terminal tool that provides structured task tracking with full git integration, designed for AI agent-driven workflows.