From 4a08cb916af3abe425f4f743f221bdb30c43bc50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 03:21:28 +0000 Subject: [PATCH 1/2] Release packages --- .changeset/host-tool-inventory.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/host-tool-inventory.md diff --git a/.changeset/host-tool-inventory.md b/.changeset/host-tool-inventory.md deleted file mode 100644 index ac8a672..0000000 --- a/.changeset/host-tool-inventory.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"grok-bot-cli": minor ---- - -Expose cross-host MCP messaging tools: hide Codex tools in Codex and Grok tools in truthfully identified Grok Bot clients, while retaining shared bridge controls. diff --git a/CHANGELOG.md b/CHANGELOG.md index acc5e65..f036b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # grok-bot-cli +## 0.8.0 + +### Minor Changes + +- e5b5c87: Expose cross-host MCP messaging tools: hide Codex tools in Codex and Grok tools in truthfully identified Grok Bot clients, while retaining shared bridge controls. + ## 0.7.0 ### Minor Changes diff --git a/package.json b/package.json index 48a0e8a..38686d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grok-bot-cli", - "version": "0.7.0", + "version": "0.8.0", "description": "CLI and Agent Bundle plugin for Grok Bot agents and groups: create, update, message, inspect threads, and automate cleanup", "type": "module", "bin": { From 6029a80b5a4381c5d6854176d9dde713048301c2 Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Thu, 17 Sep 2026 03:23:11 +0000 Subject: [PATCH 2/2] chore: align release lock metadata with 0.8.0 --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81bea77..faa3a90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "grok-bot-cli", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "grok-bot-cli", - "version": "0.7.0", + "version": "0.8.0", "license": "MIT", "bin": { "gbot": "dist/bin/gbot.mjs",