Skip to content

Releases: denfry/agent-sync

v0.3.0

15 Jun 06:44

Choose a tag to compare

v0.3.0 (2026-06-15)

This release is published under the MIT License.

Documentation

  • Add PyPI badge and update install instructions (bd34424)

  • Remove emoji and tighten README opening for SEO (3e16323)

Features

  • hooks: Auto-claim next task on SessionStart when AGENT_SYNC_AUTO_CLAIM is set (f8d9a4f)

Detailed Changes: v0.2.1...v0.3.0

v0.2.1

15 Jun 05:28

Choose a tag to compare

v0.2.1 (2026-06-15)

This release is published under the MIT License.

Bug Fixes

  • Publish initial release to PyPI (7ae656b)

Detailed Changes: v0.2.0...v0.2.1

v0.2.0

14 Jun 18:14

Choose a tag to compare

v0.2.0 (2026-06-14)

This release is published under the MIT License.

Continuous Integration

  • Bump actions/checkout from 4.3.1 to 6.0.3 (#2, 9f8ecb2)

  • Bump actions/setup-python from 5.6.0 to 6.2.0 (#3, 269e7b6)

  • Bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 (#1, 0c6ef41)

Features

  • console: Live operator console for watching and steering agents (74bdd4c)

Detailed Changes: v0.1.2...v0.2.0

v0.1.2

14 Jun 15:05

Choose a tag to compare

v0.1.2 (2026-06-14)

This release is published under the MIT License.

Bug Fixes

  • render: Frame coordination state as untrusted data to block cross-agent prompt injection (f8f9b46)

Continuous Integration

  • Publish to PyPI via Trusted Publishing on release (f8e473a)

Documentation

  • security: Document trust/identity model and advisory lock enforcement (04820b8)

Detailed Changes: v0.1.1...v0.1.2

v0.1.1

14 Jun 14:42

Choose a tag to compare

v0.1.1 (2026-06-14)

This release is published under the MIT License.

Bug Fixes

  • Derive agent identity from session id alone, not cwd (97ff5d7)

Continuous Integration

  • Pin GitHub Actions to commit SHAs (647a47b)

Detailed Changes: v0.1.0...v0.1.1

v0.1.0

14 Jun 14:36

Choose a tag to compare

Initial public MVP of claude-agent-sync — a local coordination layer for multiple Claude Code sessions working in the same repository.

Highlights

  • Stdlib-only agent-sync CLI backed by a per-repo SQLite database at .claude/coordination/state.sqlite. No server, no network.
  • Agents, tasks (+ files), file locks with TTL, messages, decisions, and an activity log.
  • Commands: init, register, heartbeat, status (--compact), tasks, create-task, claim-task, complete-task, block-task, lock, unlock, locks, send, inbox, read-message, decision, log, gc, hook.
  • Claude Code hooks: session-start, pre-tool-use (blocks conflicting edits with exit code 2), post-tool-use, session-end.
  • /agent-sync skill with SKILL.md, a cross-platform launcher, and an installer.

From this release onward, versions and releases are generated automatically from Conventional Commits.