Releases: avivsinai/agent-message-queue
Releases · avivsinai/agent-message-queue
Release list
v0.9.3
Changes
- fix: Use raw inject mode for both Claude Code and Codex
- Codex also had Enter-swallowing issues with paste mode
- Auto-detect now uses
rawfor both,pastefor others
- docs: Wake is primary notification method, notify hook is fallback
Upgrade
curl -fsSL https://raw.githubusercontent.com/avivsinai/agent-message-queue/main/scripts/install.sh | bashv0.9.2
Changelog
- 05fb76d fix: add --inject-mode flag to wake for Claude Code compatibility
v0.9.1
Fixes
- Fix Windows cross-compilation (split Unix-specific signal handling into platform-specific files)
Documentation
- Improved README quick start with copy-paste-ready agent setup
- Clear
amq wake &instructions for both Claude Code and Codex CLI
v0.9.0
What's New
Dead Letter Queue (DLQ) - Failed messages are now automatically quarantined for inspection and retry.
Features
- DLQ directory structure (
dlq/{tmp,new,cur}) with atomic Maildir delivery - Auto-move parse errors to DLQ during
drainandmonitor - New CLI commands:
amq dlq {list,read,retry,purge} - Max 3 retries before permanent DLQ (
--forceto override)
Usage
amq dlq list --me claude # List DLQ messages
amq dlq read --me claude --id <dlq_id> # Inspect failure details
amq dlq retry --me claude --id <dlq_id> # Retry message
amq dlq retry --me claude --all # Retry all
amq dlq purge --me claude --older-than 24h # Clean up old DLQFull changelog: v0.8.2...v0.9.0
v0.8.2
Changelog
- 8695753 docs: clarify Codex skill-installer usage
v0.8.1
Changelog
- cc0f23c docs: fix README with proper skill installation methods
v0.8.0
Changelog
- f3076d9 fix: improve install script robustness
- c0b1fdc fix: address Codex review feedback on install script
- 72a3282 docs: improve installation clarity with install script and INSTALL.md
- 27b1a41 docs: add GitHub issue and PR templates
- 2cdc5a2 docs: clarify codex background watcher fallback
- df3e5d5 docs: clarify co-op watcher behavior
v0.7.3
Changelog
- 448e25e refactor: make stop hook opt-in and improve co-op docs
v0.7.2
What's Changed
Bug Fixes
- Fix stop hook format for new Claude Code schema (nested
hooksarray, nomatcherfor Stop events)
Improvements
- Fast-path optimization: Skip
amq listif inbox directory doesn't exist (instant approve when co-op not configured) - Sanitize COUNT variable: Ensure robust integer comparison
- Better block message: Instructs agent to drain inbox instead of CLI command
Files Updated
.claude/settings.json- Correct hook formatCOOP.md- Updated documentationscripts/amq-stop-hook.sh- Robustness improvementsscripts/setup-coop.sh- Generate correct format
Full Changelog: v0.7.1...v0.7.2