From 090bb53203557f5659563ea28c1c847c32167aeb Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 14 Jun 2026 11:38:53 -0700 Subject: [PATCH] v0.42.44.0 docs(tutorial): point AlphaClaw deploy link at the official site (#2165) (#2171) * docs(tutorial): point AlphaClaw deploy link at the official site (#2165) Step 4 of the personal-brain tutorial linked to the wrong top-level domain for AlphaClaw. Corrected so the deploy step works as written. * chore: bump version and changelog (v0.42.44.0) Co-Authored-By: Claude Fable 5 --------- Co-authored-by: Claude Fable 5 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- docs/tutorials/personal-brain.md | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 846c79d67..71555c843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to GBrain will be documented in this file. +## [0.42.44.0] - 2026-06-13 + +### Fixed + +- **Personal-brain tutorial points at the correct AlphaClaw site.** Step 4 of `docs/tutorials/personal-brain.md` ("Deploy via AlphaClaw on Render") linked to the wrong top-level domain, sending readers to a site that isn't the official AlphaClaw. The link now resolves to the right destination, so the deploy step works as written (gbrain#2165). + ## [0.42.43.0] - 2026-06-12 **The brain now volunteers relevant pages instead of waiting to be asked (gbrain#2095).** Retrieval used to be pull-only: a deep session could run for hours with zero brain contributions — not because the brain had nothing, but because nothing prompted the agent to ask, and pages stored under coined names were missed by literal-string queries. Push-based context inverts that, on three channels sharing one zero-LLM, confidence-gated core: the ambient retrieval reflex now reads the last few conversation turns (an entity your assistant introduced two turns ago resolves on the "what did she invest in?" follow-up), a new `volunteer_context` operation gives any agent a per-turn volunteer surface over CLI stdin or MCP, and `gbrain watch` streams volunteered pages as a transcript flows through it. diff --git a/VERSION b/VERSION index a8d19f9fa..4f011e032 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.42.43.0 +0.42.44.0 \ No newline at end of file diff --git a/docs/tutorials/personal-brain.md b/docs/tutorials/personal-brain.md index 3be55c8f2..8aaaca957 100644 --- a/docs/tutorials/personal-brain.md +++ b/docs/tutorials/personal-brain.md @@ -86,7 +86,7 @@ Save this token. You'll need it for the AlphaClaw setup. AlphaClaw is the setup harness that manages OpenClaw deployment. -1. Go to [alphaclaw.com](https://alphaclaw.com) +1. Go to [alphaclaw.md](https://alphaclaw.md) 2. Enter your **workspace repo** (not the brain repo): `your-org/myagent` 3. Select "Use existing" if the repo already exists 4. Enter your GitHub PAT from Step 2 diff --git a/package.json b/package.json index 23c21a7d0..9ae1a255f 100644 --- a/package.json +++ b/package.json @@ -143,5 +143,5 @@ "bun": ">=1.3.10" }, "license": "MIT", - "version": "0.42.43.0" + "version": "0.42.44.0" }