Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqliteai/sqlite-memory
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.1
Choose a base ref
...
head repository: sqliteai/sqlite-memory
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.2
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on May 22, 2026

  1. fix: guard memory operations before model setup

    Return a SQLite error when content indexing reaches embedding computation before memory_set_model has initialized an embedding engine, avoiding a null-engine dereference.
    
    Check missing provider/model before backend dispatch so OMIT_REMOTE_ENGINE builds report the same required-model error.
    
    Clarify the empty memory_search path by telling users to add content before searching, add regression coverage for memory_add_text without model setup, bump the extension version to 1.2.2, and remove the stale session note.
    andinux committed May 22, 2026
    Configuration menu
    Copy the full SHA
    2581a6c View commit details
    Browse the repository at this point in the history
Loading