feature surface

core value: run your entire dev workflow from your phone -- monitor agents, review changes, and stay in control.

decision controls

  • review diffs before apply at per-chunk granularity
  • risk-first queue ordering -- highest-impact changes surface first
  • chunk-level granularity with undo for each decision
  • stale-state refresh when the working tree diverges
  • proximity-based grouping for related changes in the same file
  • approve/reject commands explicitly
  • keep terminal output visible during execution

checkpoint + undo

work in small steps with clear rollback points.

  • undo at file level or chunk level
  • stale detection -- if the file changed since the card was created, you're warned before apply
  • decisions are recorded for audit

file browser + editor

keep edits scoped to the task. prioritize runtime-impacting files first.

  • atomic writes with base version checking -- prevents overwrites when the file changed
  • conflict detection and reconciliation
  • delete with undo support
  • 1 MB edit cap, ~300 KB diff threshold for large files
  • repo-boundary enforcement -- edits stay inside the project

git operations

full git workflow from your phone with four sub-tabs.

  • commit: stage, commit message, sign-off options
  • branch: create, switch, delete branches
  • PR: list, view, create, and checkout pull requests via gh
  • sync: fetch, pull, push with verification

semantic code analysis

tree-sitter parsing for smarter diff understanding.

  • language support: Go and Dart (more coming)
  • chunk classification: import, function, generic, binary, deleted, renamed
  • per-chunk risk assessment informs queue ordering
  • semantic context shown alongside diff cards

keep-awake

prevent your mac from sleeping while you work remotely.

  • active only while a session is running
  • respects battery state -- auto-disables below a configurable percentage
  • remote CLI control: pseudocoder keep-awake enable-remote / disable-remote / status

demo mode

explore the full interface without installing a host.

  • no-host interactive demo with a seeded workspace
  • demo file operations -- browse, edit, and review simulated diffs
  • no pairing required -- open the app and tap "try demo"

immersive UI

a redesigned mobile experience built for focus.

  • chrome-free home screen -- no status bar clutter
  • sidebar navigation with collapsible sections
  • edge-swipe gestures for quick navigation
  • full-screen views for terminal, diff review, and file browser
  • chat alongside terminal output