diff --git a/.changeset/remove-legacy-apis.md b/.changeset/remove-legacy-apis.md deleted file mode 100644 index 08b2713..0000000 --- a/.changeset/remove-legacy-apis.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"grok-bot-cli": minor ---- - -Use `gbot thread`, `GROK_BOT_GATEWAY_URL` with `GROK_BOT_GATEWAY_TOKEN`, -`CURSOR_ACCESS_TOKEN`, `CURSOR_API_BASE_URL`, `GROK_BOT_AGENTS_DIR`, and `entries` -transcript containers; remove the `chat` alias, the `GROK_BOT_ACCESS_TOKEN` and -`SAND_ACCESS_TOKEN`, `SAND_BACKEND_URL`, `SAND_HOST_GATEWAY_*`, `SAND_GATEWAY_TOKEN`, -`SAND_HOST_PORT`, `SAND_AGENTS_DIR`, and `SAND_DATA_ROOT` compatibility variables, -implicit localhost gateway routing, and fallback transcript and entry-id shapes (#69). diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf9b1b..6fedad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # grok-bot-cli +## 0.5.0 + +### Minor Changes + +- aeb5ebf: Use `gbot thread`, `GROK_BOT_GATEWAY_URL` with `GROK_BOT_GATEWAY_TOKEN`, + `CURSOR_ACCESS_TOKEN`, `CURSOR_API_BASE_URL`, `GROK_BOT_AGENTS_DIR`, and `entries` + transcript containers; remove the `chat` alias, the `GROK_BOT_ACCESS_TOKEN` and + `SAND_ACCESS_TOKEN`, `SAND_BACKEND_URL`, `SAND_HOST_GATEWAY_*`, `SAND_GATEWAY_TOKEN`, + `SAND_HOST_PORT`, `SAND_AGENTS_DIR`, and `SAND_DATA_ROOT` compatibility variables, + implicit localhost gateway routing, and fallback transcript and entry-id shapes (#69). + ## 0.4.5 ### Patch Changes diff --git a/package.json b/package.json index f1f59e0..96efa6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grok-bot-cli", - "version": "0.4.5", + "version": "0.5.0", "description": "CLI and Agent Bundle plugin for Grok Bot agents and groups: create, update, message, inspect threads, and automate cleanup", "type": "module", "bin": {