pub fn parse_opencode_events(jsonl_path: &Path) -> Result<Vec<ToolInvocation>>Expand description
Parse an OpenCode --format json event stream into ordered tool
invocations.
pub fn parse_opencode_events(jsonl_path: &Path) -> Result<Vec<ToolInvocation>>Parse an OpenCode --format json event stream into ordered tool
invocations.