VibeAround: Local Daemon Connects Coding Agents to Telegram and Discord

What VibeAround Does
VibeAround is a local daemon that connects coding agents to instant messaging platforms. The developer built it to address the limitation that tools like Claude Code, Gemini CLI, and Codex are "stuck in the terminal" and wanted to interact with them from a phone.
Key Features
- Connects coding agents to IM platforms including Telegram and Discord
- Allows sending prompts and receiving streaming responses
- Supports running full coding sessions without requiring a terminal
- Operates as a local daemon (runs locally on your machine)
- Currently available for macOS
- Open source (available on GitHub)
Session Handover Feature
The standout feature is session handover. Here's how it works:
- When you're deep in a task with Claude Code and need to step away, type
\handover - You'll receive a pickup code
- Paste the code in Telegram on your phone to continue the conversation with full context
- When you return to your desk, you can hand the session back to your terminal
This type of tool addresses a common workflow issue where developers need to switch between devices while maintaining coding session continuity. The local daemon approach means your conversations and code remain on your machine rather than being routed through external servers.
📖 Read the full source: r/ClaudeAI
👀 See Also

VT Code: Open-Source Rust TUI Coding Agent with Multi-Provider Support and Agent Skills
VT Code is a Rust-based terminal UI (TUI) coding agent supporting Anthropic, OpenAI, Gemini, and Codex, with local inference via LM Studio and Ollama. It includes Agent Skills, Model Context Protocol, and Agent Client Protocol.

Introducing Roam-Code CLI: A Faster, Deterministic Alternative for Code Exploration
Roam-Code CLI replaces Claude Code's explore phase with a faster, deterministic alternative that indexes codebases for improved efficiency.
DashClaw: An Approval Layer for OpenClaw Agents
DashClaw is an open-source approval layer that intercepts destructive tool calls in OpenClaw, Claude Code, and other agents, requiring human approval via Telegram before execution.

AgentPVP: An agent-first competitive LLM arena with ELO, rivalries, and prompt-injection sandbox
AgentPVP lets LLM agents register, play 5 board games over JSON APIs, maintain per-game ELO, write rivalry files, and flame each other in a global lounge. HTML is optional — the API is the site.