New in v0.1.77 · SMART-Code & Claude Code

Your coding session
follows you to your phone.

Start an agent run on your desktop, walk away, and watch it — and approve its file edits — from your phone. Drive both coding engines remotely: the built-in SMART-Code loop and the real Claude Code CLI. Nothing to install — it's a web app. And as of v0.1.77, no project linking required.

Open on your phone → How it works

Human oversight, from your pocket

A signed-in AgentFoundry desktop with a project open registers a live session. Your phone pairs to it — then you're in control from anywhere.

📨 Send prompts

Type into the desktop's SMART-Code or Claude Code loop from your phone — it runs on your machine, where your code lives.

👀 Watch it work

The model's response, tool calls, and file diffs stream to your phone live over a secure channel.

✅ Approve edits remotely

When the agent wants to write a file or run a command, an Approve / Deny card appears. Decide on the phone or the desktop — first one wins.

🔗 No linking needed

New in v0.1.77: your own desktop shows up on your phone with zero project linking. Just sign in with the same account on both.

🔒 Your code stays put

The agent executes on your desktop. The phone is a remote control — nothing is copied to the cloud.

📲 Install-free

A PWA at agentfoundry.me/app. Add it to your home screen for an app-like launch.

Get it running — pair in 30 seconds

Scan a QR code (or type a 6-character pairing code) and your phone jumps straight into the session.

  1. On the desktop, open any project and make sure you're signed in (top-right).
  2. Click the 📱 Remote button in the top bar.
  3. A panel shows a QR code, a 6-character pairing code, and the link agentfoundry.me/app.
  4. On your phone, open agentfoundry.me/app (or scan the QR) and sign in with the same account.
  5. It jumps straight to that session. Type a prompt, watch it run, approve edits from your pocket.
┌────────────────────────────┐ │ 📱 Remote control ✕ │ │ Drive this project's │ │ SMART-Code loop from your │ │ phone. │ │ │ │ This Mac is online │ │ │ │ ▄▄▄▄▄ ▄ ▄▄ ▄▄▄▄▄ │ │ █ █ ▀█▀▀ █ █ │ │ █▄▄▄█ ▄ ▄▄ █▄▄▄█ scan │ │ ▄▄▄▄▄▄▄█▄█▄▄▄▄▄▄ │ │ │ │ 1. Open agentfoundry.me/app │ │ 2. Sign in, same account │ │ 3. You're in the session │ │ │ │ Pairing code: 7F3K9Q [Copy] │ └────────────────────────────┘

Run a session from your phone

Pick an engine inside the session with the SMART-Code | Claude Code toggle. Both stream back with full history; writes always ask for approval.

⚡ SMART-Code

AgentFoundry's bundled multi-model coding agent (auto-routes Haiku / GPT-5). Send a prompt — "add input validation to the signup form and run the tests" — and watch the response, tool calls, and diffs stream in. Approve file writes from the phone or the desktop.

💬 Claude Code

Flip the toggle to Claude Code and your desktop drives the real Claude Code CLI headlessly, streaming its turns back with full prompt history. Reads run unattended; when it wants to edit a file or run a command, the same Approve / Deny card appears on your phone.

The desktop must be running with the project open — the agent executes there (there's no headless-desktop mode). Both devices must be signed in to the same AgentFoundry account.

FAQ

Do I need to install an app?
No. It's a PWA at agentfoundry.me/app. Open it in your phone's browser and add it to your home screen for an app-like experience.
Does my code leave my machine?
No. The agent runs on your desktop, where your project lives. The phone sends prompts and receives the streamed output and diffs — it's a remote control, not a cloud workspace.
Do I still have to link the project?
No — that requirement is gone as of v0.1.77. Your own desktop appears on your phone once you're signed in with the same account on both. (Linking still works for sharing a session with teammates.)
Can the agent edit files without me watching?
No. Reads run on their own, but every file write and shell command surfaces an Approve / Deny card on your phone (and the desktop). A 3-minute no-answer times out as a deny, so a run never hangs waiting.
What's the difference from Mobile QA automation?
Different feature. Mobile QA automation is the built-in iOS/Android test suite. AF Mobile IDE is remote control of your coding agents from your phone.