v0.7.1 — mobile launch + resumable streams
Mobile launch — Android client now in closed beta
First public release of overtchat for Android. Same chat surface, same model picker, same uploads / voice / web search you have on web. Bring your own server: enter a URL on first launch and you're in.
- Closed beta on Google Play — submitted for review. Open an issue to request a slot in the meantime.
- Sideload APK — attached to this release as
overtchat-preview.apk(~122 MB).
Web — v0.7.1
- Resumable streams. A tiny Redis sidecar buffers in-flight tokens so a page reload mid-reply no longer drops you.
- Lazy stream-context init so
docker builddoesn't needREDIS_URLat build time. - Docker image:
ghcr.io/yoloyash/overtchat-app:0.7.1. Samedocker compose pull && docker compose up -dupgrade path.
Fixes
/settings/datapage was missing from every Docker image since the monorepo migration — overly broad**/dataglob in.dockerignore. Closes #20.
Internals
- Workspace gets a
packages/sharedfor theme tokens, fonts, and cross-target types shared between web and mobile. - New
mobile-eas.ymlworkflow: tagmobile-v*to trigger an EAS Android build.
Full Changelog: v0.6.0...v0.7.1