pub(crate) const META_SESSION_ID: &str = "agent:sessionid";Expand description
Block metadata key for the persisted agent session ID.
Used by the “My Agents” reattach path on the frontend: after a tab reload
the picker reads block.meta["agent:sessionid"] and passes it as the
--resume value so the CLI picks up the prior conversation.