Add immutable memory index snapshots (#1022)

* feat: add immutable memory index snapshots

Capture the visible memory metadata index at first model admission, preserve it as immutable system-prefix context, and emit relevance pointers without rewriting cached history. Align project authorization, MCP actor refresh ordering, storage APIs, SDKs, console surfaces, and regression coverage with the snapshot lifecycle.

* fix: stabilize memory index for release candidate

* fix(sdk): avoid polynomial description trim

* chore: split memory index documentation
This commit is contained in:
Patrick Buckley
2026-08-14 20:54:47 -07:00
committed by GitHub
parent 0397640567
commit bc55210936
121 changed files with 13744 additions and 3663 deletions
+1
View File
@@ -1598,6 +1598,7 @@ def _launch_chrome(chrome: str, profile: Path) -> tuple[subprocess.Popen[bytes],
"--disable-gpu",
"--no-sandbox",
"--no-first-run",
"--password-store=basic",
"--disable-extensions",
"--disable-background-timer-throttling",
f"--remote-debugging-port={cdp_port}",