Handoff Any Agent Session to a Teammate
With traces resume, you (or a teammate) can pick up any shared session and keep going using the same agent or a different one.
Browse, then resume
Run traces list @namespace to see the sessions your team has shared, then hand one off with a single command:
traces resume TRACE_ID # continue in the original agent
traces resume TRACE_ID --agent AGENT_ID # pick up in a different agent
One command, two paths
Once you've resumed a trace, there are two available outcomes:
- Exact Native Resume. When the original session can be reopened locally in the target agent, Traces reopens it directly.No new session. No tokens respent.
- New session, seeded from the trace. Traces starts a fresh session from the source trace, and recods a "Resumed from" link back to the original. Anyone looking at the new session can trace it back to the conversation it grew out of.
Get started
Share a session, send a teammate the trace ID (or point them at traces list @namespace), and they run traces resume.
Hand it off and let anyone on your team pick up the exact context, in any agent, and keep moving. No session has to end when you step away.