Ryan Vogel 38d4d03ba8 update to new app icon and new app.json 5 dni temu
..
.cursor cf79208055 mobile-voice commit 3 tygodni temu
assets 38d4d03ba8 update to new app icon and new app.json 5 dni temu
docs 39b4f861f3 ui: polish mobile voice app for 1.0.2 2 tygodni temu
relay cf79208055 mobile-voice commit 3 tygodni temu
scripts cf79208055 mobile-voice commit 3 tygodni temu
src a4d4a3f545 fix(pairing): shrink mobile QR payload 1 tydzień temu
.gitignore cf79208055 mobile-voice commit 3 tygodni temu
AGENTS.md 4d30ad1e7c feat: enhance mobile voice build and UI layout 2 tygodni temu
README.md 0051b605ae feat: improve mobile model download UX and relay defaults 3 tygodni temu
app.json 38d4d03ba8 update to new app icon and new app.json 5 dni temu
eas.json a5614f988f fix: unblock mobile EAS installs with Bun 2 tygodni temu
eslint.config.js ec27518eca update mobile voice quality guardrails 3 tygodni temu
metro.config.js 38d4d03ba8 update to new app icon and new app.json 5 dni temu
notes.md a4d4a3f545 fix(pairing): shrink mobile QR payload 1 tydzień temu
package.json 39b4f861f3 ui: polish mobile voice app for 1.0.2 2 tygodni temu
refactor.md ec27518eca update mobile voice quality guardrails 3 tygodni temu
tsconfig.json abf79ae24c refactor mobile screen orchestration 3 tygodni temu
tsconfig.typecheck.json abf79ae24c refactor mobile screen orchestration 3 tygodni temu

README.md

Mobile Voice

Expo app for voice dictation and OpenCode session monitoring.

Current monitoring behavior

  • Foreground: app reads OpenCode SSE (GET /event) and updates monitor status live.
  • Background/terminated: app relies on APNs notifications sent by apn-relay.
  • The app registers its native APNs device token with relay route POST /v1/device/register.

App requirements

  • Use a development build or production build (not Expo Go).
  • expo-notifications plugin is enabled with enableBackgroundRemoteNotifications: true.
  • Notification permission must be granted.

Server entry fields in app

When adding a server, provide:

  • OpenCode URL
  • APN relay URL
  • Relay shared secret

Default APN relay URL: https://apn.dev.opencode.ai

The app uses these values to:

  • send prompts to OpenCode
  • register/unregister APNs token with relay
  • receive background push updates for monitored sessions

Local dev

npx expo start

Use your machine LAN IP / reachable host values for OpenCode and relay when testing on a physical device.