v0.2.28
ContextFS v0.2.28
Installation
pip install contextfs==0.2.28Or with uvx:
uvx contextfs --versionWhat's Changed
✨ New Features
- Add workspace mount and CLI wrapper scripts for Docker users
- Add Docker local client (ChromaDB + SQLite + MCP all-in-one)
🐛 Bug Fixes
- Separate cloud and local profiles in docker-compose
- Bind ChromaDB to 0.0.0.0 for host access
⚡ Performance
- Remove NVIDIA/torch from default install
📚 Documentation
- update Git workflow to enforce PR flow to main
Maintenance
- Bump version to 0.2.28
- upgrade openai to 2.x and sentence-transformers to 5.x
- upgrade dependencies (Phase 1 & 2)