Line up as many requests as you like. Overwatch runs them in order, one after another, while you do something else. Or hit Branch Out and it splits the queue across parallel agents that all work at once.
“Resume an active Claude Code session from another device: phone browser, different computer, etc.”
GitHub #47926. Anthropic shipped "Dispatch" for background jobs, but it is programmatic and machine-bound, not a personal queue you add to from your phone and drain from your desktop.
View the source ›
Built. The queue lives in the cloud, not on one machine. Queue on the desktop, add to it from the phone, drain it from the tablet. Every device reads and writes the same list. And because it batches, you stop burning a live usage window sitting idle between prompts, which is the loudest complaint in the research.
Fire the next thought without waiting on the last. It goes in the list, in order, and it will run.
Pause the queue, reorder it, skip an item, edit one before it runs, or hold everything paused until you say go.
One button turns a queue of eleven requests into four agents working in parallel. Come back to finished work instead of a progress bar.
Add three items from your phone on the way home. They are waiting at your desk, in order, ready to run. Same list, every device, no export step.
Eleven requests, four agents, all at once.
Overwatch divides the queue across parallel agents and runs them at the same time. Eleven requests, four agents, one coffee. Each agent reports back into the same session when it lands.