What problem does it solve?
Debugging Agent Host issues in VS Code requires correlating events across multiple log files, transports, and processes, which is time-consuming and error-prone without a structured approach.
Core Features & Use Cases
- Bundle Extraction: Safely unpack
ah-logs or ahp-logs zip archives into a temporary directory using a hardened Python extractor.
- Log File Mapping: Identify the purpose of each file in the bundle, including
events.jsonl, usage.jsonl, ahp/*.jsonl, agenthost*.log, and copilot-logs/*.log.
- Correlation Guidance: Follow session IDs, turn IDs, and timestamps across the Window client, AHP transport, Agent Host process, and Copilot SDK layers.
- Use Case: When a user reports a failed tool call or missing token usage, use this Skill to locate the relevant session in
events.jsonl, trace the request through ahp/*.jsonl, and inspect the host-side behavior in agenthost*.log.
Quick Start
Analyze the attached ah-logs bundle to find why the last Copilot session failed and report the relevant session ID, turn ID, and root cause.