For VS Code & Cursor
A coding agent in your editor — with a remote on your phone.
Agent IDE drops a Claude-Code-style agent into your editor. It reads, edits and runs commands in your repo. Step away, and pick it up on your phone — same chat, same diffs, same approvals.
// uses your Claude subscription — no API key. VS Code & Cursor, Windows & macOS.
add a /health route, then build
Adding the route and running the build.
✓ Edit src/server.ts
+ app.get('/health', (_q, res) => res.send('ok'))
Run command
$ npm run build
Run npm run build?⏎ allowesc
synced
add a /health route, then build
Adding the route and running the build.
✓ Edit server.ts
Run build?allow
Ask the agent…
What it is
Not a chat box bolted on. The controls you need to actually ship with an agent.
It edits real files, runs real commands, and shows you exactly what it did — so you stay in control of the diff, the context, and the spend.
Parallel chats
Run several agents at once; each chat is its own session. Background runs keep going while you work elsewhere.
Live diffs
Every edit is a diff you review inline and keep or revert — file by file, or all at once.
Rewind
Roll the conversation back to any earlier message, reverting the files that turn touched if you want.
Context meter
See what you're sending each turn. One tap compacts the chat when the window fills up.
Approvals
Commands wait for your OK. A single keystroke allows; auto-accept when you trust the run.
Super tools
Browser screenshots, a managed dev server, persistent memory, and parallel research subagents.
The remote
Leave your desk without leaving the run.
Press one button and a secure tunnel opens — no domain, no server, nothing to configure. A Telegram bot lists your folders and chats; open any one in a web app that's the panel, pixel for pixel. Type on your phone, watch it land on the desktop. Approve an edit from the bus. Screenshot a bug, circle it, send it.
- Press 🛰 in the panel — a public HTTPS tunnel opens itself.
- Open the Telegram bot, pick a folder, pick a chat.
- The Mini App is the same UI. Chat, diffs, approvals — live both ways.
- Send photos and annotated screenshots straight into the agent.
Put it in your editor in under a minute.
Install, run claude login once, open the panel. That's it.