Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 14 Feb 12:23

Minor Changes

  • 54b7450: Add schema_migrations table for lightweight DB migrations. Replaces inline ALTER TABLE with a tracked migration system using sequential migration files.
  • ca7cb24: Add tool call success/failure status to index and search. New is_error column on chunks, status search filter, and toolName/toolsOnly now work with wildcard queries.