Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v0.2.100 Home All releases olderv0.2.99 v0.2.101newer

Database Availability Improvements

New database availability checking

  • Added Wv() function to check if the database is available before attempting database operations
  • All database-dependent functions now check availability first and return empty results if unavailable
  • Added helpful error message (q90()) that explains when the database is unavailable:
  Database is not available. Continue/resume features are disabled.
  This is likely due to issues with the better-sqlite3 dependency.
  To fix: Try globally reinstalling better-sqlite3 with your package manager.
  For more detail, see: https://github.com/WiseLibs/better-sqlite3/blob/master/docs/troubleshooting.md

This means if you have issues with the better-sqlite3 dependency, Claude Code will now gracefully degrade instead of crashing. Features like conversation history and continue/resume will be disabled, but the core functionality will still work.

See this entry in the whole of v0.2.100 →