Skip to content

Commit 45337ad

Browse files
authored
chore(release): v0.59.1 (#475)
🤖 I have created a release *beep* *boop* --- ## [0.59.1](v0.59.0...v0.59.1) (2026-08-07) ### Bug Fixes * **keepalive:** isolate degraded cmux ownership ([#473](#473)) ([38933f8](38933f8)) * **wake:** recover stalled self-upgrades ([#474](#474)) ([6f894a7](6f894a7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 38933f8 commit 45337ad

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amq-cli",
3-
"version": "0.59.0",
3+
"version": "0.59.1",
44
"description": "Agent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations",
55
"author": {
66
"name": "Aviv Sinai",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amq-cli",
3-
"version": "0.59.0",
3+
"version": "0.59.1",
44
"description": "Agent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations",
55
"author": {
66
"name": "Aviv Sinai",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.59.0"
2+
".": "0.59.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Release Please generates new entries from conventional squash commits on
88
`main`; richer or multi-entry notes can be added through commit overrides or by
99
editing the release PR.
1010

11+
## [0.59.1](https://github.com/avivsinai/agent-message-queue/compare/v0.59.0...v0.59.1) (2026-08-07)
12+
13+
14+
### Bug Fixes
15+
16+
* **keepalive:** isolate degraded cmux ownership ([#473](https://github.com/avivsinai/agent-message-queue/issues/473)) ([38933f8](https://github.com/avivsinai/agent-message-queue/commit/38933f87661e5e2a5c07076b11fa50dc69828cb7))
17+
* **wake:** recover stalled self-upgrades ([#474](https://github.com/avivsinai/agent-message-queue/issues/474)) ([6f894a7](https://github.com/avivsinai/agent-message-queue/commit/6f894a7e39c01c8d065bc31e13eacdb5817098f1))
18+
1119
## [0.59.0](https://github.com/avivsinai/agent-message-queue/compare/v0.58.0...v0.59.0) (2026-08-07)
1220

1321

skills/amq-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: amq-cli
3-
version: 0.59.0 # x-release-please-version
3+
version: 0.59.1 # x-release-please-version
44
description: >-
55
Coordinate agents via the AMQ CLI for file-based inter-agent messaging. Use
66
this skill whenever you need to send messages to another agent (codex, claude,

skills/amq-spec/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: amq-spec
3-
version: 0.59.0 # x-release-please-version
3+
version: 0.59.1 # x-release-please-version
44
description: >-
55
Parallel-research-then-converge design workflow between two agents. Use this
66
skill when the user wants two agents to independently think through a design

0 commit comments

Comments
 (0)