You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 binary — ensureOpencodeBinary() only checked file existence, never version, so outdated binaries were never updated. Added version tracking and fixed zip extraction for newer release structures.