{% extends "dashboard/base.html" %} {% from "partials/_macros.html" import status_pill, relative_time, empty_state, info_toggle %} {% from "partials/_list_chrome.html" import list_controls, list_pagination %} {% block page %}
Session-to-session bookmarks so the next agent can pick up cleanly.
A handoff is a structured note one session leaves for the next agent to pick up — title, body, and optional links. Sessions drop them at meaningful pauses (end of phase, blocking on input, before sleep) so context never lives only in one chat window.
A handoff cycles through active → picked → cleared. The "Active" filter is the default; widen to "All" to see history.
| Workspace | Title | Status | Set at |
|---|---|---|---|
| {{ h.workspace }} | {{ icon('arrow-up-right') }} {{ h.title }} | {{ status_pill(h.status) }} | {{ relative_time(h.set_at) }} |