Thanks! Really appreciate the kind words on the local-first approach.
On the multi-agent front, we actually already have run naming, per-agent filtering, and session resume/fork, so identifying and picking up sessions is pretty well covered today. Search currently works across prompts and run metadata, but we're planning to extend it to full conversation content (tool calls, responses, etc.) in a future release. That's the missing piece for the "what happened where" problem you described.
On the multi-agent front, we actually already have run naming, per-agent filtering, and session resume/fork, so identifying and picking up sessions is pretty well covered today. Search currently works across prompts and run metadata, but we're planning to extend it to full conversation content (tool calls, responses, etc.) in a future release. That's the missing piece for the "what happened where" problem you described.
Great feedback, it's exactly where we're headed.