From 7179712ee1b20a4bb3380dc6328d08fcc1fbe206 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Fri, 7 Aug 2026 13:43:43 -0700 Subject: [PATCH] docs: correct CHANGELOG command guidance + TODOS filing version (#2529 #2477) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ship-stage document-release caught two wrong CLI invocations in the v0.42.74.0 CHANGELOG "To take advantage" block: `gbrain auth permissions ` has no read-only view form (that shape errors + exits 1 — set the scope directly with `set-takes-holders `), and `integrations install agent-voice --refresh` requires `--target `. Also correct the follow-ups TODO header from the plan's stale v0.42.56.0 guess to the actual ship version v0.42.74.0. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 +- TODOS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297a733be..af63efcf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ The bundled voice-agent recipe (`recipes/agent-voice`) ships secure by default. gbrain upgrade ``` -Then, if you serve a brain to remote agents, confirm each token's takes-holder scope with `gbrain auth permissions ` and set it with `gbrain auth permissions set-takes-holders world,brain` (or your desired holders). Voice-recipe operators run `gbrain integrations install agent-voice --refresh`, then set `AGENT_VOICE_CORS_ORIGIN` if a browser on another origin needs access and `HOST=0.0.0.0` only if the server must listen beyond loopback. +Then, if you serve a brain to remote agents, set each token's takes-holder scope with `gbrain auth permissions set-takes-holders world,brain` (or your desired holders). Voice-recipe operators run `gbrain integrations install agent-voice --refresh --target `, then set `AGENT_VOICE_CORS_ORIGIN` if a browser on another origin needs access and `HOST=0.0.0.0` only if the server must listen beyond loopback. ### For contributors diff --git a/TODOS.md b/TODOS.md index b1c9c5586..af31e9b0a 100644 --- a/TODOS.md +++ b/TODOS.md @@ -1,6 +1,6 @@ # TODOS -## serve --http takes-holders + agent-voice hardening follow-ups (filed v0.42.56.0) +## serve --http takes-holders + agent-voice hardening follow-ups (filed v0.42.74.0) Deferred from the #2529/#2477 security-fix wave (plan-eng-review + codex outside voice CLEARED). None block the wave.