Agent Audit TrailA Visual Studio Code extension that records every action an AI coding agent takes in your workspace and gives you a per-action timeline, isolated diffs, and selective revert — so you can review and trust agent output one change at a time instead of one session at a time. What it doesWhen an AI coding agent runs inside your workspace, Agent Audit Trail records every file it reads, writes, creates, or deletes, plus any commands it runs. Each action is stored with its before and after file content, the agent's reasoning (when available), and a confidence marker if the agent expressed uncertainty. You get a tree view in the activity bar showing every session and every action inside it. Clicking an action opens a side-by-side diff in the editor. If you want to undo a specific change without touching the rest of the session, you can revert that one action on its own. Features
Getting startedInstall the extension. It activates automatically when VS Code opens. Run any AI agent task as you normally would, then open the Agent Sessions panel in the activity bar to see what the agent did. No configuration is required. By default all four adapters are enabled and session history is kept for 14 days. Settings
CommandsAll commands are available in the Command Palette under the prefix
PrivacyAll session data is stored locally in workspace storage. Nothing is sent over the network. No telemetry is collected. LicenseMIT |