From 9873eb89d0c11ba9382efd53d6e5079fc247523f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 09:21:34 +0000 Subject: [PATCH] Release packages --- .changeset/fluid-codex-conversations.md | 5 ----- .changeset/managed-conversation-relay.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fluid-codex-conversations.md delete mode 100644 .changeset/managed-conversation-relay.md diff --git a/.changeset/fluid-codex-conversations.md b/.changeset/fluid-codex-conversations.md deleted file mode 100644 index 0ac02af..0000000 --- a/.changeset/fluid-codex-conversations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"grok-bot-cli": minor ---- - -Add Codex conversation tools to generated plugins and MCP: bounded thread discovery, guarded sends, completion waits, and event watching. Add CLI wait/watch and send --wait while preserving immediate send receipts. diff --git a/.changeset/managed-conversation-relay.md b/.changeset/managed-conversation-relay.md deleted file mode 100644 index 98695d8..0000000 --- a/.changeset/managed-conversation-relay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"grok-bot-cli": minor ---- - -Add managed Grok/Codex conversation delivery with native Codex reply routing, explicit durable links, scoped operator responses, background worker lifecycle controls, and packaged foreground service entry. Preserve manual sends when native identity is unavailable and distinguish accepted submissions from execution and return delivery. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fedad8..4c827ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # grok-bot-cli +## 0.6.0 + +### Minor Changes + +- 0f86d73: Add Codex conversation tools to generated plugins and MCP: bounded thread discovery, guarded sends, completion waits, and event watching. Add CLI wait/watch and send --wait while preserving immediate send receipts. +- ae51078: Add managed Grok/Codex conversation delivery with native Codex reply routing, explicit durable links, scoped operator responses, background worker lifecycle controls, and packaged foreground service entry. Preserve manual sends when native identity is unavailable and distinguish accepted submissions from execution and return delivery. + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index a9622b9..c1a6233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grok-bot-cli", - "version": "0.5.0", + "version": "0.6.0", "description": "CLI and Agent Bundle plugin for Grok Bot agents and groups: create, update, message, inspect threads, and automate cleanup", "type": "module", "bin": {