v0.3.0
yamadashy/repomixv0.3.0Mar 17, 2025by yamadashy
AI Summary
This release changes the default output format to XML, which is considered a breaking change due to the format change.
Key Highlights
- Default output format changed to XML for better parsing accuracy
- XML format provides improved parsing accuracy for AI models
- Other formats (Markdown, Plain Text) remain available via --style option
Breaking Changes
- Default output format changed from previous format to XML
New Features
- XML as default output format
- Markdown and Plain Text formats still available via --style option
Full Release Notes
> [!IMPORTANT] > The default output format has been changed to XML in this release. This version has been bumped to 0.3.0 not because of a major update, but due to a breaking change in the default output format. It represents an important improvement for anyone installing Repomix for the first time. ## Breaking Changes 🔄 ### Default Output Format Changed to XML (#422) - The default output format has been changed to XML - XML format provides better parsing accuracy for AI models (especially Claude) - Other formats (Markdown, Plain Text) remain available via the `--style` option ## How to Update ```bash npm update -g repomix ``` --- If you encounter any issues or have suggestions, please let us know through our GitHub issues or join our [Discord community](https://discord.gg/wNYzTwZFku) for support.