pub fn extension_message(
kind: impl Into<String>,
text: impl Into<String>,
display: bool,
) -> AgentMessageExpand description
Create an Extension message (pi-compatible custom_message).
kind identifies the type (“info”, “error”, “system_stop”, etc.).