v0.2.26
ContextFS v0.2.26
Installation
pip install contextfs==0.2.26Or with uvx:
uvx contextfs --versionWhat'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