Skip to content

v0.1.0

Choose a tag to compare

@wakamex wakamex released this 15 Aug 03:04
· 44 commits to main since this release

AOP's first public release lets you run several coding-agent command-line tools in separate Git
worktrees. It can run tasks concurrently, continue the same provider conversation later, check
expected output files, and retain the request, result, logs, and other evidence for review.

Highlights

  • Introduces the AOP CLI, disposable Git worktrees, bounded parallel batches, safe checkpoints, and
    explicit fast-forward integration (44f4cde, 596321c, cc3b2b3).
  • Supports Codex, Claude Code, Cursor Agent, Devin CLI, OpenCode, Antigravity (agy), and Hermes.
    Each run handles one task and can later continue the same provider conversation (24fde3c, 63d43a8, 18aef44, 2878d7a, df70d5a, e139269).
  • Uses Bubblewrap, uniform scratch execution, copy-on-write overlays, read-only shared Git metadata,
    and provider-private runtime state to keep workers isolated (90a8ba1, 2e53d38, 2ef4981, 33da900).
  • Saves requests, results, logs, machine-readable JSON, timing, token use, expected output files or
    directories, and how the run's billing route was detected (01218f0, e0fdd48, 7674fd9, ccc55e9).
  • Packages the implementation for public distribution with portable uv metadata and Trusted PyPI
    Publishing (fe6af2a, 0d38f1b, 7d7307c).

Hermes participant mode is experimental in this release and remains bounded by the outer filesystem
sandbox (3d28e29).

History

Commits through v0.1.0