From fbaa643e9a29cd8617173150d52db2f0c7843809 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:41:22 +0000 Subject: [PATCH] Release packages --- .changeset/desktop-shim.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/desktop-shim.md diff --git a/.changeset/desktop-shim.md b/.changeset/desktop-shim.md deleted file mode 100644 index a27e01d..0000000 --- a/.changeset/desktop-shim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"grok-bot-cli": patch ---- - -Add `gbot codex desktop-shim install|uninstall|status`: installs a fail-open `CODEX_CLI_PATH` wrapper plus stdio-to-WebSocket bridge under `~/.codex/bin/` so ChatGPT Desktop shares the managed Codex app-server daemon (stock `app-server proxy` hangs for Desktop stdio). The wrapper preflights the socket and runs the bridge as a fallible child (no daemon start on the hot path), exports the `CODEX_HOME`-derived socket, the bridge handshake and first RPC run under absolute deadlines with accept validation and continuation assembly, the stdin commit point is byte-precise, `status` reads the macOS GUI-domain env, and `send` no longer answers another client's approvals outside its own turn. macOS persists the GUI env via LaunchAgent; uninstall restores stock Desktop/Codex behavior. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6223f25..598b1f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # grok-bot-cli +## 0.4.2 + +### Patch Changes + +- f874c4e: Add `gbot codex desktop-shim install|uninstall|status`: installs a fail-open `CODEX_CLI_PATH` wrapper plus stdio-to-WebSocket bridge under `~/.codex/bin/` so ChatGPT Desktop shares the managed Codex app-server daemon (stock `app-server proxy` hangs for Desktop stdio). The wrapper preflights the socket and runs the bridge as a fallible child (no daemon start on the hot path), exports the `CODEX_HOME`-derived socket, the bridge handshake and first RPC run under absolute deadlines with accept validation and continuation assembly, the stdin commit point is byte-precise, `status` reads the macOS GUI-domain env, and `send` no longer answers another client's approvals outside its own turn. macOS persists the GUI env via LaunchAgent; uninstall restores stock Desktop/Codex behavior. + ## 0.4.1 ### Patch Changes diff --git a/package.json b/package.json index 508b2eb..9832a19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grok-bot-cli", - "version": "0.4.1", + "version": "0.4.2", "description": "CLI and Agent Bundle plugin for Grok Bot agents and groups: create, update, message, inspect threads, and automate cleanup", "type": "module", "bin": {