ui: polish mobile voice app for 1.0.2

Tighten the dictation UI and Whisper model settings, update the mobile package metadata, and remove the stale npm lockfile so Bun stays the source of truth for builds.
This commit is contained in:
Ryan Vogel 2026-04-08 19:12:57 +00:00
parent 13f89d5aa5
commit 39b4f861f3
6 changed files with 698 additions and 9285 deletions

View file

@ -1,10 +1,10 @@
{
"name": "mobile-voice",
"main": "expo-router/entry",
"version": "1.0.0",
"version": "1.0.2",
"scripts": {
"start": "expo start",
"expo:start": "REACT_NATIVE_PACKAGER_HOSTNAME=exos.husky-tilapia.ts.net expo start --dev-client --clear --host lan",
"expo:start": "ELECTRON_DISABLE_SANDBOX=1 REACT_NATIVE_PACKAGER_HOSTNAME=exos.husky-tilapia.ts.net expo start --dev-client --clear --host lan",
"relay": "echo 'Use packages/apn-relay for APNs relay server'",
"relay:legacy": "node ./relay/opencode-relay.mjs",
"reset-project": "node ./scripts/reset-project.js",