Skip to content

Releases: avivsinai/agent-message-queue

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Dec 19:54

Changelog

  • 51c1a58 feat: add co-op setup script, stop hook, and autonomous operation docs

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 27 Dec 17:27

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

Choose a tag to compare

@github-actions github-actions released this 25 Dec 20:57

Changelog

  • b13b9c8 fix: add version string injection via ldflags and module info
  • d1f275a chore: bump version to 0.5.0

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 25 Dec 20:51

Changelog

  • cbe5722 fix: remove invalid 'category' key from plugin manifest
  • 5040714 docs: clarify Codex CLI must install directly from source repo
  • 66cc15a docs: add skill development workflow, fix installation commands
  • 14d120c Add drain command for one-shot message ingestion

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Dec 12:17

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

Choose a tag to compare

@github-actions github-actions released this 25 Dec 10:19

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

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Dec 08:54

Changelog

  • 58d87e5 Update Codex installation instructions
  • 3aedb7a Refactor to use central skills-marketplace
  • b6b4a7e Add plugin marketplace support and fix CI
  • 3f212f3 Polish docs and skills for open source release
  • 36daf85 Add tests, pagination, smoke test, and robustness fixes

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Dec 08:54

Changelog

  • d89f731 Fix goreleaser archive config
  • d77de79 Initial release: core CLI, OSS docs, CI