What problem does it solve? Agent Host debug log exports contain many heterogeneous files (events.jsonl, AHP JSONL transport logs, agenthost.log, copilot-logs, renderer logs) with no obvious starting point, making root-cause analysis of agent session failures slow and error-prone. ## Core Features & Use Cases - Safe Bundle Extraction: Extract ah-logs zip archives with a hardened Python script that validates entry counts, sizes, paths, symlinks, and Windows portability before writing to a temp folder. - Guided Log Triage: Map each file in the bundle (events.jsonl, usage.jsonl, customizations.json, ahp/.jsonl, agenthost.log, copilot-logs, vscode-logs) to the layer of the Window/AHP/Agent Host/Copilot SDK flow it describes. - Cross-Layer Correlation: Correlate events using session IDs, turnId, interactionId, JSON-RPC request IDs, AHP serverSeq, and event id/parentId to follow one operation across client, transport, host, and SDK. - Use Case: Given an ah-logs zip from a user reporting a stuck agent turn, extract the bundle, locate the turnId in events.jsonl, then trace the same request through ahp/*.jsonl and agenthost.log to find the failed response. ## Quick Start Analyze this Agent Host debug log export zip and find why the agent turn failed around the reported timestamp.