aether-wisp 0.1.5

A terminal UI for AI coding agents via the Agent Client Protocol (ACP)
Documentation
1
2
3
4
5
6
7
Errors that can occur when producing a [`GitDiffDocument`].

# Variants

- **`NotARepository`** — the working directory is not inside a git repository.
- **`CommandFailed`**`git diff` exited with an error; carries the stderr output.
- **`ParseError`** — the diff output could not be parsed into structured hunks.