Skip to content

v0.2.28

Choose a tag to compare

@github-actions github-actions released this 20 Jan 17:41
· 64 commits to main since this release

ContextFS v0.2.28

Installation

pip install contextfs==0.2.28

Or with uvx:

uvx contextfs --version

What'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)

Links