Use Devin as a local coding agent directly from your command line, with the ability to hand off tasks to cloud Devin.
Devin CLI is a local coding agent that runs directly in your terminal. It works with your local files and environment, giving you fast, interactive assistance right where you code.For full documentation — including installation, commands, configuration, and extensibility — see the Devin CLI docs.
When a task outgrows your local machine — or you want Devin to keep working while you step away — use the /handoff command to seamlessly transfer work to a cloud Devin session.
/handoff fix the flaky integration tests in CI
Devin CLI will package up the conversation context and current git branch, then create a cloud Devin session that picks up where you left off. You can track the session’s progress directly from the terminal or in the Devin web app.
If you run /handoff without a task description, the cloud session continues from where you left off automatically.