Releases: denfry/agent-sync
v0.3.0
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
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
v0.2.0 (2026-06-14)
This release is published under the MIT License.
Continuous Integration
Features
- console: Live operator console for watching and steering agents (
74bdd4c)
Detailed Changes: v0.1.2...v0.2.0
v0.1.2
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
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
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-syncCLI 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-syncskill withSKILL.md, a cross-platform launcher, and an installer.
From this release onward, versions and releases are generated automatically from Conventional Commits.