Features AI Agent FAQ
0
PCs Used
0
Failed Tool Calls
1
Phone
1
Person
Session Log
February 12, 2026 — Evening

v8.3.0 — Voice AI Integration

Added two-way voice AI calling to MobileCLI. Users call their Twilio number and have a full conversation with an AI that can execute commands on their phone — create files, open URLs, control hardware, run code. Includes drawer button, setup wizard, embedded voice gateway, AI Agent GUI integration, and full documentation.

What makes this notable

The entire voice AI system — drawer UI, Kotlin launcher, 280-line bash CLI, Python voice gateway (599 lines), async redirect pattern for Twilio webhook timeouts, SSH tunnel management, conversation logging — was implemented, documented, built into an APK, and deployed to production. On a phone. The AI talks to callers while executing commands on the device it runs on.

Voice AI CLI

voice-ai shell script: start, stop, status, setup, test, log. Auto-installs dependencies, manages SSH tunnels, writes conversation logs.

Voice Gateway

599-line Python asyncio HTTP server with Twilio TwiML integration. Async redirect pattern prevents webhook timeouts. Full conversation history per call.

Drawer + GUI

Orange "Voice AI" button in drawer, AlertDialog with Start Server / Setup / Cancel, voice_call added as 7th gateway in AI Agent dashboard.

Documentation

VOICE-AI.md with architecture diagram, setup guide, troubleshooting, and technical details. CLAUDE.md updated with voice AI command reference.

February 12, 2026

Full AI Agent System + Website Overhaul

In a single session, built a complete autonomous AI agent platform (6 communication gateways, 7 skill modules, native Android GUI, multi-model AI with fallback), set up Twilio voice calling, pushed to GitHub, redesigned the entire marketing website, added access-gated downloads, and deployed to production. On a Samsung Galaxy S24.

What makes this notable

The AI wrote 2,969 lines of Python across 14 files, a 525-line Kotlin Android activity, a 476-line shell CLI, set up Twilio from scratch (the user only had to log in once), redesigned a 1,200-line website, built and signed an APK, and deployed everything to production — with zero tool errors, zero manual fixes, zero retries. The user's role was describing what they wanted. The AI did the rest.

Agent Core

AI Agent Daemon

Background process with conditional gateway loading, 5-second state broadcasting, config hot-reload, and multi-model routing with automatic fallback.

353 lines • Python
Intelligence

AI Brain Module

Multi-model router supporting Claude, Gemini, and Codex. Channel-aware prompting (knows SMS = 160 chars, Discord = 2,000). Automatic failover between providers.

251 lines • Python
Gateways

6 Communication Channels

SMS polling, Twilio (WhatsApp + voice + SMS), Telegram Bot API, Discord REST, webhook listener, notification monitor. All poll-based — no exposed ports.

883 lines • 6 files
Skills

7 Skill Modules

SMS, voice (STT + TTS + wake word), hardware control (flashlight, IR, NFC, sensors), media (camera, audio), scheduling (cron-like), Twilio actions, system monitoring.

587 lines • 7 files
Native GUI

Android Dashboard

Kotlin activity with programmatic layout. Dark theme. Reads agent state file every 3 seconds. Shows gateway status, skills, model info, message log. Accessible from the app's drawer menu.

525 lines • Kotlin
CLI

Command-Line Interface

Full CLI with 15+ subcommands: start, stop, restart, status, setup, chat, voice, gateways, twilio setup, twilio status, schedule, config, skills, log, memory.

476 lines • Shell
Twilio

Twilio Integration

Installed Twilio CLI, authenticated, configured toll-free number, tested voice calls (working), identified SMS verification requirement. User only logged in — AI did all configuration.

Voice calls verified
Setup Wizard

Interactive Setup

6-step wizard: assistant name, AI model selection, Twilio credentials, Telegram config, voice settings, quiet hours. Writes validated config to disk.

183 lines • Python
GitHub

Repository Published

Initialized git repo, wrote comprehensive README with architecture docs and API reference, created private repo on GitHub, pushed 33 files (5,001 lines) in a single commit.

33 files • 5,001 lines
Website

Full Redesign + Deploy

Rewrote the marketing site: new AI Agent section, 9 use case cards, access-gated downloads with code verification, contact section, scrubbed all internal references, improved copy throughout. Deployed to Vercel.

1,200+ lines • HTML/CSS/JS
APK

v8.0.1 Build

Compiled the full Android app with Gradle on the phone itself. Scanned source for leaked credentials (clean). Copied to Downloads and deployed to website for gated download.

9.8 MB • Debug signed
Security Audit

Pre-Build Source Scan

Automated scan of entire source tree for hardcoded phone numbers, API keys, tokens, emails, Supabase secrets, Stripe keys. Clean across all categories. Only finding: Supabase anon key (safe by design).

6 scan categories • All clear
Build & Deploy
~ $ cd ~/MobileCLI-v8.0.1 && ./gradlew assembleDebug BUILD SUCCESSFUL in 15s 36 actionable tasks: 1 executed, 35 up-to-date ~ $ cp app/build/outputs/apk/debug/app-debug.apk /sdcard/Download/MobileCLI-v8.0.1.apk 9.8 MB — ready ~ $ cd website && vercel --prod --yes ✓ Deployed to production Aliased: https://mobilecli.com [18s]
GitHub Push
~ $ cd ~/mcli-open && git push -u origin main Enumerating objects: 38, done. Compressing objects: 100% (35/35), done. ✓ To github.com:MobileDevCLI/mcli-open.git [new branch] main -> main 33 files, 5,001 lines
February 2026 — Earlier Sessions

v7.1.0 through v8.0.1: 16 Releases in 3 Weeks

Over the course of several sessions, MobileCLI went from v6.0.0 (a working base) to v8.0.1 (a production-ready platform with 21 security fixes, live update system, AI agent GUI, and Ubuntu integration). Every version was built, tested, and deployed from the same phone.

v7.1.0 – v7.3.0

21 Security Fixes

Applied in 3 careful batches: argument injection, token exposure, toast deadlocks, OOM crashes, rate limiting, PKCE-only OAuth, encrypted credential storage, server-side account deletion.

3 batches • 21 fixes • 0 regressions
v7.8.0

Live Update System

What's New, MOTD, and Scripts Library buttons that fetch live content from the website. Secure preview dialogs — user sees content before anything executes.

3 new UI buttons • Preview + toggle
v8.0.0

Security & Correctness Audit

Path traversal fix, receiver permission guard, wake lock timeout, 53 JSON catch blocks converted to safe error handling, FileProvider share, keystore AES+RSA, connection leak fix.

21 additional fixes
v8.0.1

Ubuntu + AI Agent GUI

One-tap Ubuntu launcher (proot-distro), native AI Agent dashboard activity, drawer integration. Full Ubuntu Linux available inside MobileCLI.

Drawer button + shell wrapper
Vercel

Domain Infrastructure

Permanently moved mobilecli.com and www.mobilecli.com to the correct Vercel project via API. Eliminated fragile per-deploy alias system. Now just vercel --prod.

1 command to deploy
Documentation

Full Capability Docs

Public capabilities document (marketing), private technical architecture (IP), AI briefing for onboarding new AI sessions, README rewrite, competitive analysis.

5 documents
January 2026

Games Built Entirely on a Phone

Two complete games created inside MobileCLI. One is a 3D open world built with Three.js. The other is a full game engine with SDF raymarching, 9 interconnected systems, and multiplayer support — built in 18 minutes.

VoidHole v3.0

SDF Raymarching Engine

Complete game engine built in Godot 4. No meshes, no textures, no audio files — everything is math. Chunk streaming, entity system, multiplayer, economy, AI runtime, procedural audio.

86 files • 6,405 lines • 18 minutes
Wasteland v2

3D Open World

Post-apocalyptic world with real-time combat, resource gathering, 6 biomes, AI enemies, day/night cycle. Runs in the browser. Playable on the MobileCLI website.

2,300+ lines • Three.js • Playable

By the numbers

Cumulative output from MobileCLI sessions. All produced on a single Android phone.

16
Versions Released
42
Security Fixes
66
GitHub Repos
5,001
Lines in Agent System
22
Built-In CLIs
79
Android Permissions
65+
Hardware Commands
0
PCs Used

This page exists because it can

Every session log above was produced by AI running inside MobileCLI on an Android phone. The code was written there. The APKs were compiled there. The website was designed, updated, and deployed there. This page was written there too.

There is no server in the loop. No laptop doing the real work behind the scenes. The phone is the development environment. That's the whole point of MobileCLI.