FAQ

Everything people ask before trusting an agent with their repo.

Does AgentCrew replace Claude Code or Codex?

No. AgentCrew is the layer above them. It plans the work, dispatches each task to the runtime you choose (Claude Code, Codex, Cursor, Gemini CLI or Droid), isolates every task in its own Git worktree, and gates completion on verified evidence. Your existing subscriptions and logins are used as-is.

Does my code leave my machine?

Not through AgentCrew. The engine, the SQLite state and every worktree live on your Mac. The only network traffic is what your chosen agent runtime already makes to its own provider. AgentCrew has no cloud backend that sees your repository.

What does "evidence-gated" actually mean?

A mission cannot be marked complete until every requirement in its PRD has fresh verifier evidence tied to the exact commit and PRD revision. If the PRD changes or new commits land, the evidence goes stale and the gate closes again. The agent saying "done" is never enough.

Is there a subscription fee on top of my model provider?

Yes. AgentCrew is $29 per month or $299 per year, and it uses the Claude, OpenAI or other subscriptions you already pay for. AgentCrew never resells tokens, so there is no markup on model usage.

Which platforms are supported?

macOS first, with a native app, a terminal dashboard and a scriptable CLI that all drive the same local engine. Linux and Windows support for the engine and CLI are on the roadmap after the macOS release.

What happens when an agent crashes or my laptop sleeps?

Every task is checkpointed in its worktree. On the next engine start, AgentCrew checks whether the recorded provider processes are still alive, checkpoints interrupted work, re-queues those tasks in the same worktree and resumes the run with a continuation note. No manual recovery is required in the common case.

Will it auto-merge to main?

No, and it is not a setting. Delivery prepares a draft pull request with a per-requirement evidence table. Merging is your decision, made in your Git host, every time.

Can I run several tasks at once?

Yes. Every task whose dependencies are done runs concurrently, each in its own worktree with its own provider session. Concurrency is limited by session capacity and your provider quota, which AgentCrew tracks.

Can I cancel?

Anytime, from your Lemon Squeezy customer portal. Your local data stays on your machine and remains readable; nothing is locked behind the subscription.

Who builds AgentCrew?

AgentCrew is built by Seven Hills Software, a product studio in Madurai, India that ships software for global markets. It is the studio's own daily tool for running coding agents across its products.

Still have a question?

Write to hello@agentcrew.to. A human at Seven Hills answers.