| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-19 | 1.2 kB | |
| v7.1.0 -- Modular Architecture + Repo Polish source code.tar.gz | 2026-03-19 | 1.3 MB | |
| v7.1.0 -- Modular Architecture + Repo Polish source code.zip | 2026-03-19 | 1.4 MB | |
| Totals: 3 Items | 2.8 MB | 11 | |
What's New
Modular Architecture
- engram.py split (793 → 425 lines): Extracted
engram_http,engram_llm,engram_utilsmodules for better maintainability - All backward-compatible re-exports preserved; no breaking changes
Repo Polish
- CI: Added pytest-cov coverage reporting + Codecov integration
- Docs site: MkDocs Material documentation auto-deployed to GitHub Pages
- Competitor comparison: Side-by-side table vs LLMLingua-2, SelectiveContext, gzip
- CONTRIBUTING.md: Expanded from stub to full contributor guide
- GitHub Topics: Improved discoverability with relevant topic tags
Bug Fixes
- Photon data-URI regex: Fixed greedy
\smatching that broke base64 padding when multiple inline images appeared in the same text - Python 3.9 compat: Fixed
list | Noneandtuple[...]type syntax in test_rewind.py - MkDocs config: Fixed
admonitions→admonitionextension name typo - CI: Badge deploy step no longer fails the entire CI run when GIST_TOKEN is missing
Test Results
- 1611 tests passing across Python 3.9, 3.10, 3.11, 3.12
Full Changelog: https://github.com/open-compress/claw-compactor/compare/v7.0.2...v7.1.0