Try the cockpit, right here

This is the flow you'd get on your phone, simulated in your browser. In a few seconds, one of the agents below is going to need you.

SIMULATED DEMO
DevReins · eric-box
3 agents
AGENTS
C
checkout-service
Claude Code · reading src/cart.js…
Working
A
api-refactor
Codex · editing routes/orders.ts…
Working
D
docs-writer
Gemini CLI · waiting for input
Idle
checkout-service
Needs you
Run tests and commit…
Bash
auto-approves in 120s
./run-tests.sh
± Review changes
≡ Browse files
✓ Approve
✗ Deny
Run the test suite, then commit the passing result with git.
· live ·
Changes
1 file
Working tree · +1 −0 since your last look
Msrc/cart.js
@@ -8,6 +8,7 @@ function discount(sub)
function discount(sub) {
+ if (sub >= 500) return sub * 0.15;
if (sub >= 200) return sub * 0.10;
if (sub >= 100) return sub * 0.05;
return 0;
}
Files
~ / demo-project
src1 file
test1 file
src/cart.js823 B
run-tests.sh102 B
package.json210 B
README.md318 B
Terminal
live
eric@dev-box:~/demo-project$
RawCtrlShiftEscTab
Agents
Files
±Git
>_Terminal

That was the whole loop

One notification, one look at the context, one tap. On the real thing it's your machine, your agents, and your code staying on your box.

Get DevReins free →