Skip to content

v1.0.2 — schema self-heal

Choose a tag to compare

@teaguesterling teaguesterling released this 03 Jul 04:10
· 13 commits to main since this release

Self-heal DBs stuck without the extension_data column. The 2.3->2.4 migration's RENAME COLUMN was silently blocked by non-view dependencies on attempts/invocations, but the schema version advanced anyway — leaving DBs stuck and crashing every write_attempt. _ensure_schema now adds extension_data + copies any existing sandbox data version-independently, repairing affected DBs on next connect (the CLI heals on the next blq run; a running MCP server heals after restart).