Skip to content

feat(mobile): remote-access server and mobile PWA companion#238

Open
SDSLeon wants to merge 6 commits into
masterfrom
lightcode/happy-ibis-c7967ad7
Open

feat(mobile): remote-access server and mobile PWA companion#238
SDSLeon wants to merge 6 commits into
masterfrom
lightcode/happy-ibis-c7967ad7

Conversation

@SDSLeon

@SDSLeon SDSLeon commented Jun 29, 2026

Copy link
Copy Markdown
Owner

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:

  • Remote-access server (src/main/remote/*) — device pairing, a remote bridge/protocol, and a browser gateway that mirrors the desktop browser panel to remote clients.
  • Mobile PWA (src/mobile/*) — threads, files, workspace, terminal, git/PR review, settings, and a mirrored browser view, served as an installable PWA (Vercel + Vite/Vitest wiring).
  • Renderer plumbing — remote thread commands (rename / done / star / worktree / archive / delete / delete-worktree-group), shared-settings sync, and per-thread git/PR summaries published to remote clients.
  • i18n — mobile UI localized via Lingui across all 13 locales.

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 typecheck
  • pnpm run lint
  • pnpm run fmt:check
  • pnpm run test
  • Not run; reason: lint / fmt / full test suite not run in this session

Screenshots

TODO: add mobile PWA screenshots / screen recording for the UI changes.

Linked issue

N/A

🤖 Generated with Claude Code

SDSLeon and others added 6 commits June 21, 2026 16:46
- 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
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
lightcode-landing Skipped Skipped Jun 29, 2026 5:07pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant