v1.6.0 — GitHub Auth, Mobile Polish, Editor Refactor
What's New
GitHub Authentication
- Device Flow sign-in — authenticate via GitHub's device code flow (works on iOS + desktop)
- PAT input — alternative Personal Access Token entry for restricted environments
- Secure token persistence — keychain on desktop, base64 localStorage fallback on iOS
tauri-plugin-http— bypasses CORS for Device Flow on iOS WKWebView
Editor
- Workflow tabs — streamlined editor view with tab-based navigation
- File reveal from chat — click file references in chat to open in editor
- 672 lines removed — editor refactor eliminating dead code and duplication
Mobile
- Chat home pushed to top — content no longer vertically centered
- Workshop → Skills — mobile tab bar uses the correct label
- Export compliance —
ITSAppUsesNonExemptEncryption=falseskips App Store prompts - Local network access — iOS Info.plist updated for dev builds
Infrastructure
- Cross-platform desktop release assets
- Prism view removed, CI workflow cleanup
- iOS version bumped to 1.5.0
- objc2 scoped to iOS builds only
Full Changelog: v1.5.0...v1.6.0