From d0e21d31ccb8efe953910634362ef31f7274f5c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:00:16 +0000 Subject: [PATCH] Release packages --- .changeset/linux-app-session.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/linux-app-session.md diff --git a/.changeset/linux-app-session.md b/.changeset/linux-app-session.md deleted file mode 100644 index 7a7b16e..0000000 --- a/.changeset/linux-app-session.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"grok-bot-cli": patch ---- - -Use the signed-in Grok Bot app session on Linux: read `~/.config/Grok Bot/gateway-descriptor.json` (honouring `XDG_CONFIG_HOME`), decrypt Chromium `v11` payloads with the Secret Service password via `secret-tool` and `v10` payloads with the basic-text key, and apply Linux's single PBKDF2 round instead of the macOS 1003. diff --git a/CHANGELOG.md b/CHANGELOG.md index efe82bb..bc86f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # grok-bot-cli +## 0.2.3 + +### Patch Changes + +- 5519136: Use the signed-in Grok Bot app session on Linux: read `~/.config/Grok Bot/gateway-descriptor.json` (honouring `XDG_CONFIG_HOME`), decrypt Chromium `v11` payloads with the Secret Service password via `secret-tool` and `v10` payloads with the basic-text key, and apply Linux's single PBKDF2 round instead of the macOS 1003. + ## 0.2.2 ### Patch Changes diff --git a/package.json b/package.json index 45e975c..f927416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grok-bot-cli", - "version": "0.2.2", + "version": "0.2.3", "description": "CLI for Grok Bot agents and groups: create, update, message, inspect threads, and automate cleanup", "type": "module", "bin": {