---
title: "How to review what a Muse Code agent changed"
url: https://helicon.sh/guides/review-agent-changes
description: "Read a finished Muse Code run: inline diffs at the point of the edit, tool calls with their output, the approval record, and the touched files in a viewer beside the thread."
updated: 2026-09-19
site: Helicon
---

# Review what the agent changed

Scroll the thread. Each edit is rendered as a diff at the turn that produced it, tool calls show the command and its output, and approvals show what you allowed and when. Click any path the agent mentions and it opens in the file viewer beside the conversation.

## A review is three questions

1. What did it change? The inline diffs, in the order they happened.
2. What did it run? The tool calls, with the command and the output, not a summary.
3. What did I allow? The approval record, still in the thread.

## Reading a long unattended run

Nothing needs replaying. The thread is the event log rendered, so a run that finished overnight reads exactly like one you watched. Start at the first approval, because that is usually where the run either went well or went sideways.

## Cross checking against git

Helicon does not commit for you. The diffs in the thread are what the agent did, and your working tree is the ground truth. For parallel work, isolated git worktrees appear as their own projects, so one agent's changes never mix with another's.

## Frequently asked questions

### Does Helicon commit changes?

No. It shows what changed. Committing stays yours.

### Can I see the exact command that ran?

Yes. Tool calls are rendered with the command and its output rather than a description.

### Where do I see what I approved?

Approval decisions stay in the thread history at the point they were made.

## Related

- [Inline diffs](https://helicon.sh/features/inline-diffs): Every file the agent edits lands as a diff at the point in the conversation where it happened, with the touched file open in a viewer beside the thread.
- [Approvals](https://helicon.sh/features/approvals): Every approval Muse Code raises appears in Helicon the moment it arrives. onRequest, promptUnmatched and denyUnmatched are mapped one to one, and allow all is an explicit opt in.
- [File viewer](https://helicon.sh/features/file-viewer): Browse the project, read highlighted source, preview and edit Markdown, and view images, video and PDFs. Any path Muse Code mentions opens beside the conversation.

---

Helicon is a free, MIT licensed, unofficial community client for Meta's Muse Code CLI. Not made, sponsored or endorsed by Meta. Source: https://helicon.sh/. Machine readable index: https://helicon.sh/llms.txt
