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

Scalpel v2.0: Codebase Scanner and AI Agent Orchestrator
Scalpel v2.0 is an open-source tool that scans codebases across 12 dimensions and assembles custom AI agent teams. It includes a pure bash scanner that runs without AI tokens and works with Claude Code, Codex, Gemini, Cursor, Windsurf, Aider, and OpenCode.

/goal for Claude Code: persistent tasks with adversarial review
A /goal command for Claude Code that keeps it working on a long task across many turns, with an optional separate Claude session reviewing the final result to prevent false completion.

Memtrace: Persistent, Time-Aware Codebase Memory for Claude Code Agents
Memtrace provides always-fresh snapshots and bi-temporal replay for Claude Code agents, using Tree-sitter AST parsing and hybrid retrieval (BM25 + Jina-code embeddings) with zero LLM inference cost during indexing.

A Pattern for Running Claude Code on Overnight Unattended Sessions Without Drift
A three-piece framework — chain runner, supervisor, and a single handoff contract — solves the feedback-loop drift problem in multi-hour autonomous Claude Code sessions.