pub fn humanize(ev: &Event, lang: Lang) -> Option<String>Expand description
Translate an engine event into a plain-language status line for simple mode.
Returns None for events that should not appear as a status line in the
conversation (telemetry, internal continuity, or content that the renderer
already prints verbatim, like streamed assistant text).