Repomix v0.3.2 brings various improvements including website functionality improvements, better CLI usability, and improved glob pattern handling reliability.
What's New 🚀
Website Compression Functionality (#448)
- Improved processing efficiency on the repomix.com, enabling smoother processing of large repositories directly from the browser.

Improvements ⚡
Semantic Suggestion System for CLI (#452)
Added functionality that automatically suggests correct options when incorrect option names are entered.
Special thanks to @pranshugupta01 for this thoughtful usability enhancement that makes the CLI experience much more intuitive for users!
Glob Pattern Handling Improvements
- Automatically removes extra whitespace from comma-separated glob patterns (#464)
- Consistently handles directory patterns with trailing slashes, making
folder/
andfolder
patterns behave the same way (#453) - Improved brace expansion and whitespace handling in CLI pattern options for more accurate and predictable behavior with complex glob patterns (#469)
Special thanks to @pranshugupta01 for these meticulous pattern handling improvements that make file filtering more reliable and predictable!
Documentation 📚
VS Code Server Installation Docs (#439)
👇🏻 Click to open VS Code with the Repomix MCP server pre-configured:
Special thanks to @burkeholland for this excellent contribution that makes the integration with VS Code more seamless and user-friendly!
Ensured consistency across all documentation regarding the default output format change to XML (#466)
Special thanks to @yoshi-taka for the careful attention to documentation consistency across the project!
How to Update
npm install -g repomix@latest
If you encounter any issues or have suggestions, please let us know through GitHub Issues or join our Discord community.