From 34e0eab09969e9b6ba77531a9fd144cd219d0ebf Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Tue, 2 Jun 2026 13:55:09 -0300 Subject: [PATCH] docs(changelog): note sqlite-vec standalone bundling in #3066 entry --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cf09cc1f..e0ae7649d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,7 +80,10 @@ native `vec0.so` ("Unknown module type"), and `manager.stub.ts` now exports `getAllAgentsStatus` (statically imported by `/api/tools/agent-bridge/state` — the missing export aborted the build). The webpack-based VM build was unaffected, which - is why the deploy validated while the Docker build errored. (#3066 — thanks @freefrank) + is why the deploy validated while the Docker build errored. The sqlite-vec native + binary is also now bundled into the standalone output, so vector/semantic memory keeps + working in the container instead of silently degrading to FTS5 keyword search. + (#3066 — thanks @freefrank) - **codex/providers:** `POST /api/providers/[id]/refresh` (the manual/auto "refresh token" endpoint) no longer rotates rotating-refresh providers (Codex/OpenAI share one Auth0 `client_id`). This was the last unguarded proactive-refresh entry point: