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-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", 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": {