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
- Add missing --db flag to `embed` command, passing customDbPath to buildEmbeddings
- Add busy_timeout pragma (5s) and advisory lockfile to openDb/closeDb for concurrent access safety
- Suppress update-check notifications for prerelease/dev versions (contains '-')
- Log changed/removed file names at debug level during incremental builds
- Use closeDb() instead of db.close() for proper lock file cleanup in cochange and embedder
- Use openDb() in buildEmbeddings for consistent locking and busy_timeout
Impact: 12 functions changed, 13 affected
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
0 commit comments