itrootvm

Vsc Relay — Development skill for Claude Code

Development community

Control Claude Code in VS Code from Telegram: read sessions, answer questions, approve or deny commands, and keep coding agents moving from your phone.

How to install Vsc Relay

This entry records only its repository, not the path inside it, so there is no exact command to give. Open itrootvm/vsc_relay and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Vsc Relay does

Control Claude Code in VS Code from Telegram: read sessions, answer questions, approve or deny commands, and keep coding agents moving from your phone.

Alternatives in Development

  • Happy Coder — by GrocerPublishAgent - Spawn and control multiple Claude Codes in parallel from your phone or desktop 15.7k ★
  • Research Codebase — You are tasked with conducting comprehensive research across the codebase to answer user questions by spawning 10k ★
  • Nexting — Remote control for Claude Code, Codex, Grok, and Cursor on Mac or PC 1.3k ★

README

VS Code Agent Relay

Claude Code VS Code Telegram macOS Linux Windows Rust Latest release Downloads License

Control long-running Claude Code sessions in VS Code from Telegram.

VSC Relay is for developers who leave Claude Code running in VS Code and do not want work to stop because a session asked a question, requested permission, or waited for a single follow-up prompt. It watches your local VS Code agent sessions and gives you a Telegram control panel for reading status, replying, approving or denying prompts, and sending the next instruction.

It is not a cloud service. It runs on your Mac, Linux, or Windows machine, talks to Telegram by outbound HTTPS, and uses local files and local IPC (Unix domain sockets on macOS and Linux, named pipes on Windows) to observe and control local agent sessions.

![VSC Relay macOS app](docs/screenshot.png)

Why This Exists

Claude Code is useful for long tasks, but it often needs a human at exactly the wrong time:

  • a multiple-choice question appears after you leave the desk;