Releases: avivsinai/agent-message-queue
Releases · avivsinai/agent-message-queue
Release list
v0.7.0
Changelog
- 51c1a58 feat: add co-op setup script, stop hook, and autonomous operation docs
v0.6.0
Changelog
- c6bb8a7 docs: fix skill to use global amq binary, not repo-local
- 4366f8f docs: add Codex skill-installer method to README
- 70efb5e docs: improve Codex CLI co-op setup instructions in skills
- ff1d192 refactor: align skills/plugin structure with official docs
- c292f62 fix: improve error handling in hasMessageFiles and add answer to kind help
- ae24023 docs: update skills with full co-op mode documentation
- 7bea9eb fix: address Codex code review findings for co-op mode
- f58cb9d chore: remove temporary prompt files
- 54d9405 fix: address remaining code review findings
- 7230d44 fix: address code review findings for co-op mode
- b92a5ba feat: implement co-op mode for inter-agent collaboration
v0.5.1
v0.5.0
v0.4.0
Changelog
- e8c03a2 Add AGENTS.md, enhance CLAUDE.md as master reference
- 9978daa Fix docs: init exception, comment drift
- e4d68d7 Fix --strict to error on corrupt config, update docs
- 59df43c Fix Codex review findings, add gitleaks workflow
- 74912e2 Harden CLI, add handle validation, tighten permissions
- 8de5825 Add Claude Code plugin manifest and skills directory
v0.3.0
Changelog
- 6149392 Address Codex review: clarify AM_ME requirement, fix go.mod
- 0c567ec Change to pre-push hook (less aggressive than pre-commit)
- ba16c17 Add pre-commit hook to enforce make ci before commits
- bbe293e Fix errcheck lint errors: explicitly ignore Close() and ReadFrom() returns
- a39ea22 Address Codex review: fix race condition and wording
- 4857a9f Add watch command with fsnotify for instant message notification
- 118f66f Add pagination tests for list command