github basicmachines-co/basic-memory v0.12.0

latest releases: v0.18.5, v0.18.4, v0.18.2...
10 months ago

v0.12.0 (2025-04-06)

This release is published under the AGPL-3.0-or-later License.

This release fixes all reported bugs from the project issues and adds extra config options for

  • updating permalinks when a file is moved (default False)
  • syncing in real time when the mcp process starts (default True)

Note:

  • The real time sync means that it is no longer necessary to run the basic-memory sync --watch process in a a terminal to sync changes to the db (so the AI can see them). This will be done automatically.

The config file for Basic Memory is in the home directory under .basic-memory/config.json.

To change the properties, set the following values:

 ~/.basic-memory/config.json 
{
  "sync_changes": true,
  "update_permalinks_on_move": true
}

Thanks for using Basic Memory!

Bug Fixes

  • Fix extra # character accumulation in markdown frontmatter tags prop (#79, 6c19c9e)
  • Fix cursor errors calling search tool (#78, 9d581ce)
  • Some notes never exit "modified" status (#77, 7930ddb)
  • Fix write_note Tool Fails to Update Existing Files in Some Situations (absolute paths). (#80, 9bff1f7)
  • Set default mcp log level to ERROR (#81, 248214c)
  • Write_note preserves frontmatter fields in content (#84, 3f4d9e4)

Documentation

  • Add VS Code instructions to README (#76, 43cbb7b)
  • Updated basicmachines.co links to be https (#69, 40ea28b)

Features

  • Add watch to mcp process (#83, 00c8633)
  • Permalink enhancements (#82, 617e60b)
    • Avoiding "useless permalink values" for files without metadata
    • Enable permalinks to be updated on move via config setting

Detailed Changes: v0.11.0...v0.12.0

Don't miss a new basic-memory release

NewReleases is sending notifications on new releases.