Skip to content

v0.4.2

Latest

Choose a tag to compare

@tvergho tvergho released this 09 Feb 01:09
· 1 commit to main since this release

Fixes

  • Fix sync data not persisting — LanceDB tables created with older schemas silently failed on insert, causing the first-time sync prompt to appear every launch. ensureTables() now validates existing table schemas and auto-recreates tables with missing columns.
  • Fix stale opencode binaryensureOpencodeBinary() only checked file existence, never version, so outdated binaries were never updated. Added version tracking and fixed zip extraction for newer release structures.