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.
The problem
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.
The solution
Telechat's Desktop Bridge connects your Claude Code session to your phone via Telegram, WhatsApp, or Slack. When Claude needs approval:
You get a push notification with exactly what Claude wants to execute
You see the full command and context
You tap Approve or Deny
Claude continues (or backs off)
All from your phon
Discussion
Your thoughts matter!
Your input is valuable—be the first to share it!