Android App
Voice-first companion app to manage coding agents from your phone.
Task list
All running agents at a glance — see prompt, branch, status, cost, and CI results for each task.

Task detail
Follow an agent's work in real time — streamed text, tool uses, and results. Send follow-up messages, push branches, or stop the agent.

Prerequisites
- Android SDK with build-tools and platform for API 36
- USB debugging enabled: Settings → Developer options → USB debugging
- Phone connected via USB and authorized (
adb devicesshows your device)
Build and install
bash
# Build and install debug APK on connected device:
make android-push
# Build only (no install):
make android-build