feat: improve mobile model download UX and relay defaults

Add in-button model download progress plus a model reset control in mobile-voice, and switch APN relay defaults to apn.dev.opencode.ai in serve and docs.
This commit is contained in:
Ryan Vogel
2026-03-28 14:03:57 -04:00
parent 56e0e5ce65
commit 0051b605ae
4 changed files with 91 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export const ServeCommand = cmd({
const relayURL = (
args["relay-url"] ??
process.env.OPENCODE_EXPERIMENTAL_PUSH_RELAY_URL ??
"https://relay.opencode.ai"
"https://apn.dev.opencode.ai"
).trim()
const relaySecret = (args["relay-secret"] ?? process.env.OPENCODE_EXPERIMENTAL_PUSH_RELAY_SECRET ?? "").trim()
if (relayURL && relaySecret) {