You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.10+ compatibility:
- Add tomli backport for Python < 3.11 (tomllib not available)
- Make numpy imports lazy in search.py (only for embeddings feature)
Code quality improvements:
- Remove unused tree-sitter imports in symbol_extractor.py
- Fix importlib usage in empathy_sync.py for module checking
- Clean up linting issues (down from 29 to 16 minor style issues)
Package successfully builds and installs on Python 3.10, 3.11, and 3.12.
All core commands work without optional dependencies.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments