Relay 0.1.4
This release introduces a built-in SSH terminal for managing remote backend machines directly from the client, a Fast mode toggle for supporting solo-chat agents, dynamic CLI-driven Codex model catalog discovery, and extensive reliability and documentation cleanup.
Highlights
• SSH Terminal: A resumable, browser-and-client-native SSH terminal under Manage credentials that allocates one PTY per device, supports Light/Dark themes, bundles RelayTerminalMono for precise rendering on Chromium, and uses short-lived, single-use WebSocket tickets.
• Fast Mode: A new toggle in the solo-chat composer for Codex and Claude Code to switch between standard and fast service tiers or settings.
• Dynamic Codex Discovery: Codex models and their supported reasoning-effort levels now load dynamically from the local CLI's structured metadata catalog.
• Documentation Cleanup: Streamlined the onboarding, security, and developer docs.
• Stability Fixes: Resolved incorrect Codex model ID detection, corrected false "Already up to date" messages on CLI updates, and restored the Linux installer script setup path.
Assets
• relay-web-v0.1.4.tar.gz : Web build bundle.
• relay-android-v0.1.4-debug-signed.apk : Android release build using the current debug signing config.
• SHA256SUMS : SHA256 checksums for the attached artifacts.
Validation
• flutter pub get
• flutter analyze --no-pub
• flutter test --no-pub
• node --check syntax check on all server scripts
• npm --prefix server test
• flutter build web --no-pub --pwa-strategy=none --no-web-resources-cdn
• flutter build apk --release --no-pub
Windows and macOS desktop packages still need to be built on their respective platforms.