async fn invoke_cli_for_activity(
cli_path: &str,
prompt: &str,
meta: &HashMap<String, Value>,
) -> Result<String, String>Expand description
Invoke the Claude CLI with Haiku model for a lightweight per-turn activity summary.
Uses --model claude-haiku-4-5-20251001 and a 15s timeout.