From 27467dce99c8b1b6bf094f1d5ba9ce44c3dac142 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 07:01:39 +0000 Subject: [PATCH] Release packages --- .changeset/desktop-attachment-evidence.md | 5 ----- .changeset/test-mode-loopback-only.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/desktop-attachment-evidence.md delete mode 100644 .changeset/test-mode-loopback-only.md diff --git a/.changeset/desktop-attachment-evidence.md b/.changeset/desktop-attachment-evidence.md deleted file mode 100644 index 955c29a..0000000 --- a/.changeset/desktop-attachment-evidence.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"grok-bot-cli": patch ---- - -Report Desktop shim configuration separately from attachment evidence. `gbot codex status` now includes `desktopShimConfigured` and no longer emits `attached-shim` merely because the wrapper is installed and selected. Preserve observed private-stdio processes and report managed attachment as unverified, including when the daemon is unreachable. diff --git a/.changeset/test-mode-loopback-only.md b/.changeset/test-mode-loopback-only.md deleted file mode 100644 index b123f93..0000000 --- a/.changeset/test-mode-loopback-only.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"grok-bot-cli": patch ---- - -Refuse every non-loopback gateway or backend URL when `GROK_BOT_TEST=1` or `NODE_ENV=test`, ignoring `GROK_BOT_ALLOW_ANY_GATEWAY`, so the test suites can never send a prompt to a live thread. The unit and route-unit runners set `GROK_BOT_TEST=1`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 701eeeb..bcf9b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # grok-bot-cli +## 0.4.5 + +### Patch Changes + +- f7fbeea: Report Desktop shim configuration separately from attachment evidence. `gbot codex status` now includes `desktopShimConfigured` and no longer emits `attached-shim` merely because the wrapper is installed and selected. Preserve observed private-stdio processes and report managed attachment as unverified, including when the daemon is unreachable. +- 5395aa7: Refuse every non-loopback gateway or backend URL when `GROK_BOT_TEST=1` or `NODE_ENV=test`, ignoring `GROK_BOT_ALLOW_ANY_GATEWAY`, so the test suites can never send a prompt to a live thread. The unit and route-unit runners set `GROK_BOT_TEST=1`. + ## 0.4.4 ### Patch Changes diff --git a/package.json b/package.json index 1c7b6c7..4382b04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grok-bot-cli", - "version": "0.4.4", + "version": "0.4.5", "description": "CLI and Agent Bundle plugin for Grok Bot agents and groups: create, update, message, inspect threads, and automate cleanup", "type": "module", "bin": {