Skip to content

v0.2.26

Choose a tag to compare

@github-actions github-actions released this 19 Jan 20:05
· 95 commits to main since this release

ContextFS v0.2.26

Installation

pip install contextfs==0.2.26

Or with uvx:

uvx contextfs --version

What's Changed

✨ New Features

  • Add session tracking: device_name and memories_created
  • Add sync visibility: show what was pushed/pulled

🐛 Bug Fixes

  • Fix PR comments, lineage tests, and add team memory access
  • Fix memory lineage to use SQLite, add lineage API endpoint
  • Fix sync visibility in CLI (was only in MCP handler)
  • Fix search type bias: ensure non-code memories appear in results

Maintenance

  • Bump version to 0.2.26

Other Changes

  • Improve sync visibility UX and fix normalization bugs
  • Revert to CPU default after benchmark shows CoreML is slower
  • Enable CoreML auto-detection on Apple Silicon with safe fallback
  • Improve indexing performance: batch embeddings, cache hashes, batch SQLite

Links