Skip to main content
View diffs, revert files, and manage snapshots for the repository in your workspace. All commands run over the workspace WebSocket connection.

Usage

Every subcommand accepts the persistent --workspace flag. When omitted, the command uses the project’s single running workspace.

Subcommands

aether git diff

Show a per-file summary of changes against the base branch. Each line shows a status letter, the file path, and the lines added and deleted — not a unified patch.
The status letter is A (added), M (modified), D (deleted), or R (renamed).

aether git revert

Revert a single changed file to its state on the base branch.

aether git revert-all

Revert all changed files to the base branch state.
This discards all of the agent’s uncommitted modifications in the workspace.

aether git snapshots

List the git snapshots the agent created during its run.

aether git restore

Restore the workspace to a snapshot, identified by its message ID.
Restoring discards all changes made after the chosen snapshot.