cd /news/ai-agents/we-added-mobile-approvals-to-our-cli… · home topics ai-agents article
[ARTICLE · art-81453] src=dev.to ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

We added mobile approvals to our CLI AI tool -- approve Claude's destructive commands from your phone

Telechat, a self-hosted Claude AI bot, has introduced Desktop Bridge with mobile approvals, enabling users to approve or deny Claude's destructive commands from their phones via Telegram, WhatsApp, or Slack. The feature runs locally on the workstation, intercepting approval prompts and sending them to the user's messaging app, which is useful for unattended CI/CD, overnight tasks, and mobile pair programming.

read2 min views1 publishedJul 31, 2026

Quick share of a feature we built into Telechat (self-hosted Claude AI bot) that's been surprisingly useful for devops workflows: Desktop Bridge with mobile approvals.

You're running Claude Code (or any Claude-powered agent) on your workstation. It's refactoring a module, running tests, deploying to staging. You step away for coffee, a meeting, or just to stretch.

Claude hits a tool call that needs human approval:

rm -rf build/

(wants to clean the build directory)git push --force

(rebase gone wrong)kubectl delete pod

(scaling decision)Without you at the keyboard, it just... waits. For however long you're gone.

Telechat's Desktop Bridge connects your Claude Code session to your phone via Telegram, WhatsApp, or Slack. When Claude needs approval:

All from your phone. No VPN, no SSH, no laptop.

Unattended CI/CD with a human gate. Run Claude as part of your pipeline for code review, test generation, or deployment prep. Gate the destructive steps on mobile approval instead of blocking the pipeline until someone checks Slack.

Overnight tasks. Kick off a large refactoring or migration analysis before bed. If Claude needs a decision at 2 AM, you'll see it in the morning and approve from your phone. It doesn't lose context while waiting.

Pair programming while mobile. Reviewing Claude's work from your phone between meetings. Approve the good stuff, deny the risky stuff, add context via chat.

Telechat runs on your workstation alongside Claude Code. It acts as a bridge between Claude's approval prompts and your messaging app. When Claude's tool-use loop hits a human-approval checkpoint, Telechat intercepts it, formats the request, and sends it to your Telegram/WhatsApp/Slack. Your response flows back and unblocks the agent.

No cloud relay — the bridge runs locally.

npm install -g telechatai
telechat init  # interactive setup
telechat bridge --connect  # link to Claude Code

telechat.fyi | npm install -g telechatai

Curious if anyone else has solved the "approve AI actions remotely" problem differently.

── more in #ai-agents 4 stories · sorted by recency
── more on @telechat 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/we-added-mobile-appr…] indexed:0 read:2min 2026-07-31 ·