notis handover gives that branch to a Notis agent. It picks the work up on your
cloud computer, in its own git worktree, and keeps going.
Who runs it
--route picks the agent, using the same six targets as
everywhere else in Notis:
The cloud routes are the ones that keep running when you close the laptop, and they run
on your own Codex or Claude subscription rather than on Notis credits. The local routes
need the desktop app connected.
Your branch, or a new one
By default the agent cuts a new branch from yours and works there, so you can carry on where you are without two people committing to one branch.--branch-mode same when you are handing the branch over and stepping off it. The
agent commits straight onto it, so pull its work down with git pull --rebase before you
touch that branch again — and do not force-push it.
Getting the work back
The agent opens a draft pull request early, so the work is visible without you watching it. When it has pushed:handover status lists your coding-agent threads, which is a separate feature —
on some accounts it is unavailable even though hand-over works. The draft pull
request and your Notis conversation are always there.
A hosted notis hand-over shows up in your Notis conversation instead of as a coding-agent
thread, so you can ask it questions there like any other task.
What it does with uncommitted work
The cloud workspace is built from your remote, so anything you have not pushed would simply not be there. Rather than silently leaving it behind, the hand-over commits it for you as awip: commit and pushes it.
That commit takes everything git can see — including untracked files that are not
in your .gitignore. The hand-over refuses common secret files and private keys, but
you should still check git status first. Pass --no-wip to make the command refuse
on any uncommitted work instead and commit it yourself.
Requirements
Sign in once withnotis login. Your repository has to be reachable: a branch, an origin remote, and push access. The
first hand-over for a repository Notis has not seen before takes longer, because the agent
configures it on the cloud computer first.
Hand-over only goes one way — from your machine to Notis. An agent that Notis is already
running cannot hand its own work back, which is what stops two agents passing the same task
between them forever.
Related
- Agent routing overview — what each target means.
- Connect your agents — sign Codex and Claude Code in.
- Cloud Computer — where the cloud routes do the work.

