docs(changelog): note sqlite-vec standalone bundling in #3066 entry

This commit is contained in:
diegosouzapw
2026-06-02 13:55:09 -03:00
parent e176d0abd4
commit 34e0eab099

View File

@@ -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: