# agent-host-logs

> Claude/Codex skill by [@microsoft](https://omgskills.com/library/microsoft/index.md) · 190k stars · Updated 2026-09-01

Analyze Agent Host debug log exports. Use when given an ah-logs or ahp-logs zip/folder, an Export Agent Host Debug Logs bundle, events.jsonl, AHP JSONL transport logs, Agent Host.log, remote-agenthost.log, or copilot-logs.

Tags: editor, electron, microsoft, typescript, visual-studio-code

## Install

```sh
git clone https://github.com/microsoft/vscode /tmp/vscode && ln -s /tmp/vscode/.github/skills/agent-host-logs ~/.claude/skills/agent-host-logs
```

## From README

Agent Host Debug Logs Use this skill to orient to bundles produced by Developer: Export Agent Host Debug Logs.... These are different from the normal timestamped Code OSS log directory. Treat the bundle as sensitive: it can contain tokens, prompts, file contents, terminal output, paths, and settings. Keep analysis local and avoid quoting secrets or unrelated user content. Timestamps, event names, IDs, status values, and general property values are fine. Open the Bundle The export name usually starts with ah-logs and may be a zip or an already-unpacked folder. For a zip, use the bundled extractor: The final line gives the temporary extraction path. Work from that folder and delete only that exact folder when finished.

## Links

- HTML page: https://omgskills.com/skills/microsoft/vscode/agent-host-logs/
- GitHub: https://github.com/microsoft/vscode
- Author: [@microsoft](https://omgskills.com/library/microsoft/index.md)

## More from this repo

- [accessibility](https://omgskills.com/skills/microsoft/vscode/accessibility/index.md) — Primary accessibility skill for VS Code.
   - [@microsoft](https://omgskills.com/library/microsoft/index.md) · 190k stars
- [act-on-feedback](https://omgskills.com/skills/microsoft/vscode/act-on-feedback/index.md) — Act on user feedback attached to the current session.
   - [@microsoft](https://omgskills.com/library/microsoft/index.md) · 190k stars
- [agent-customization](https://omgskills.com/skills/microsoft/vscode/agent-customization/index.md) — \*\*WORKFLOW SKILL\*\* — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md,...
   - [@microsoft](https://omgskills.com/library/microsoft/index.md) · 190k stars
