Skip to content

Agent Parley v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Sep 10:14
· 6 commits to main since this release
449ab0b

What's Changed

Agent Parley runs several native coding-agent CLIs side by side on one Linux or macOS user. Each participant works in its own Git worktree, keeps its own vendor authentication, and coordinates through a local service. The coordination runtime uses only the Python 3.12 standard library, keeps its state outside the target repository, and launches no vendor CLI with an authentication or permission bypass.

Features

  • gate a lane merge on the repository's verification command (#66) (86eef2a), closes #65
  • identify and stop lane sessions on macOS (#68) (ff0660a), closes #67
  • measure release eligibility from delivered product work (#63) (3c74059)
  • name claimed issues instead of showing a bare number (#58) (93b6ad6), closes #57
  • open a pull request from a lane (#75) (a01cd70), closes #70
  • preserve pending work instead of refusing to start (#54) (c953cf3), closes #53
  • preview a lane merge before performing it (#60) (6b5cf29)
  • report a lease past its declared time to live as stale (#78) (0d1f5c1), closes #71
  • report what each lane's own client recorded for its session (#79) (ef44a2b), closes #73
  • send a lane an operator message from the command line (#76) (929c255), closes #72
  • ship a gemini preset and document the other agent clients (#77) (8dfea4f), closes #74
  • thread and search a lane's coordination mail (#69) (65b625a), closes #64

Bug fixes

  • name the preserved stash entry by its full object name (#81) (b4f3a05), closes #80

Full Changelog: https://github.com/suneel944/agent-parley/commits/v0.2.0