feat(mobile): remote-access server and mobile PWA companion#238
Open
SDSLeon wants to merge 6 commits into
Open
feat(mobile): remote-access server and mobile PWA companion#238SDSLeon wants to merge 6 commits into
SDSLeon wants to merge 6 commits into
Conversation
- main/remote: embedded HTTP/WebSocket remote-access server with pairing, auth, identity, browser gateway, and static mobile app hosting - mobile: new PWA (TanStack Router) — threads, git review, PR pages, browser mirror, terminal, settings sync, QR pairing, and remote desktop hook - shared/remote: remote protocol, git procedures, and thread-command contracts shared across desktop and mobile - renderer: RemoteAccessSettings panel, remote git summaries, lazy voice input, terminal thread content, and iOS touch-scroll handling for git review - settings: refactor SettingsOverlay sections and sidebar; add remote-access section and shared-settings apply path - build: mobile Vite target, Capacitor native config, PWA manifest/service-worker/icons, Vercel config, and release-mobile CI workflow - docs: mobile review and release guides
- wrap mobile views, components, and PR pages in Trans/useLingui macros - add msg descriptors for settings sections, presentation, and labels - bootstrap app locale from cache in mobile entry point - add "(no branch)" and other extracted strings across all locale catalogs - include src/mobile in renderer vitest project; drop redundant test imports
Brings in the dockable browser extraction + Claude usage rate-limit backoff work from master. Conflicts in BrowserPanelManager, app.tsx, main.ts, localHandlers, and the locale catalogs resolved to combine the remote-access gateway / mobile features with master's multi-host browser dock. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…faces - add FilesView, WorkspaceView, TerminalAccessory, and HighlightedEditor screens with tests - wire terminal geometry fallback and resize through remote protocol and supervisor - extend remote git procedures, browser gateway, and pairing endpoint normalization - rework GitView, ThreadView, ThreadsView, and PR overview with action sheets and toasts - refactor renderer settings panels and add coverage; extend git review conflict resolver - add worktree group deletion, openExternal util, and runtime request actions - update locale catalogs for new strings
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a mobile PWA companion client and the remote-access server that backs it, so a paired phone can monitor and drive a desktop Lightcode instance over the network. Also merges the latest
master(dockable browser extraction + Claude usage rate-limit backoff) into the branch.Highlights:
src/main/remote/*) — device pairing, a remote bridge/protocol, and a browser gateway that mirrors the desktop browser panel to remote clients.src/mobile/*) — threads, files, workspace, terminal, git/PR review, settings, and a mirrored browser view, served as an installable PWA (Vercel + Vite/Vitest wiring).Motivation
Lets users review and steer their desktop agents from a phone — browse threads, files, and PRs, run the terminal, and handle git work remotely — without a desktop in front of them.
Testing
pnpm run typecheckpnpm run lintpnpm run fmt:checkpnpm run testScreenshots
TODO: add mobile PWA screenshots / screen recording for the UI changes.
Linked issue
N/A
🤖 Generated with Claude Code