Skip to content

docs: research plan for doro-cli on mobile#40

Merged
dnim merged 6 commits into
mainfrom
copilot/research-doro-cli-mobile-options
May 2, 2026
Merged

docs: research plan for doro-cli on mobile#40
dnim merged 6 commits into
mainfrom
copilot/research-doro-cli-mobile-options

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 2, 2026

No documented path exists for running doro-cli on mobile. This adds a research plan evaluating viable approaches.

opencode/plans/mobile.md

Four options evaluated:

Option Approach Effort
A — SSH Mobile SSH client (Termius, Blink Shell) → any host running doro-cli. Zero code changes. None
B — Termux / iSH Node.js in Termux (Android) or iSH (iOS); optionally ship a self-contained binary via @yao-pkg/pkg (already in devDeps). XS
C — --serve mode doro --serve [port] starts an HTTP + WebSocket server embedding xterm.js; any mobile browser on the LAN gets the full TUI. Reuses xterm + node-pty already in devDeps; needs ws for the server side. M
D — PWA Port stateMachine.ts (zero Node.js imports) + audio synth into a standalone PWA. New repo, mobile-first UI. XL

Recommended phasing

  • Now: document SSH + Termux in README.md
  • Short-term: implement Option C (--serve mode) — real LAN mobile access, no app install on the phone
  • Long-term: PWA companion app (Option D) as a separate repository

Copilot AI assigned Copilot and dnim May 2, 2026
Copilot AI linked an issue May 2, 2026 that may be closed by this pull request
Copilot AI and others added 2 commits May 2, 2026 09:45
…responsive layout assumption

Agent-Logs-Url: https://github.com/dnim/doro-cli/sessions/d5f0cf8c-971a-4574-8325-43cbf784b1fe

Co-authored-by: dnim <1839962+dnim@users.noreply.github.com>
Copilot AI changed the title [WIP] Research best approaches for doro-cli on mobile docs: research plan for doro-cli on mobile May 2, 2026
Copilot AI requested a review from dnim May 2, 2026 09:47
Copilot finished work on behalf of dnim May 2, 2026 09:47
@codecov
Copy link
Copy Markdown

codecov Bot commented May 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.01%. Comparing base (fe7edc7) to head (7158fa9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   84.01%   84.01%           
=======================================
  Files           9        9           
  Lines         682      682           
  Branches      163      168    +5     
=======================================
  Hits          573      573           
  Misses        109      109           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dnim dnim marked this pull request as ready for review May 2, 2026 10:40
@dnim dnim enabled auto-merge (squash) May 2, 2026 10:40
@dnim dnim merged commit 2099b04 into main May 2, 2026
7 checks passed
@dnim dnim deleted the copilot/research-doro-cli-mobile-options branch May 2, 2026 10:44
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.

doro-cli on mobile

2 participants