Skip to content

Releases: suneel944/agent-parley

Agent Parley v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 10:14
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

Agent Parley v0.1.1

Choose a tag to compare

@agent-parley-release agent-parley-release released this 10 Sep 00:40
5a45a2d

0.1.1 (2026-09-10)

Documentation

  • add a square listing icon for the plugin directories (#34) (84ed038)

Agent Parley v0.1.0

Choose a tag to compare

@agent-parley-release agent-parley-release released this 09 Sep 23:00
1221ae6

Archive status

This release is retained for historical reference. Use the approved
0.1.1 release
for the consistent GitHub/PyPI artifact set.

The 2026-09-10 audit found matching wheels but different source archives on
GitHub and PyPI. Five documentation, tooling, and test files differ; the PyPI
copies match this release's original Git tag. Runtime package contents match.
Existing files and the tag are preserved. Do not retry or rebuild this version.
The migration and provenance audit is tracked in
issue #51.

What's Changed

Agent Parley runs several native coding-agent CLIs side by side on one Linux 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

  • Run several native coding-agent CLIs side by side on one Linux user, each in its own Git worktree, each keeping its own vendor authentication
  • Issue ownership with atomic claims, explicit offer and accept handoffs, and recorded dependencies between issues; no timeout and no process exit moves an issue
  • Advisory file reservations that report the blocking owner and the reason
  • Bounded peer messaging with idempotent sends, paged bodies and explicit acknowledgement
  • Native lifecycle hooks that deliver coordination state into a running session, refuse a branch switch inside an assigned lane, and record every enforcement decision
  • agent-parley status and a live agent-parley top dashboard over that recorded history
  • A plugin bundle carrying the shared coordinate skill for Claude Code and Codex

Install

uv tool install agent-parley

Verify

sha256sum --check SHA256SUMS

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