Workflows
These patterns help when a quick one-shot prompt turns into a longer working session.
Queue
Leave queue_mode on serial to line up follow-up
prompts behind the active run.
That gives you predictable pause, resume, and queued prompt removal behavior.
Split
Use session tabs and draft tabs to keep one thread running while you sketch the next prompt.
The open-files sidebar and file explorer make it easy to keep related files close to each draft.
Reuse
Switch or warp the workspace when the same conversation needs to continue in another package or nearby repo.
This is handy for monorepos, generated SDKs, or paired server/client changes.
Review
Use history mode to inspect past prompts, traces, tool output, and reasoning without leaving the keyboard.
The prompt bar also shows phase and token pressure, which helps before you queue another large request.
Approve
Batch permission review keeps repeated asks from interrupting every step of a build or refactor.
When a run settles into safe repeated commands, preapproval options help you keep it moving.