Repomix

Latest version: v0.2.2

Safety actively analyzes 723973 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 10

0.2.23

This release adds significant performance improvements for large repositories, making Repomix faster and more efficient when needed.

Improvements ⚡

Parallel Processing Enhancement (309)
- Implemented worker threads using [Piscina](https://github.com/piscinajs/piscina) for parallel processing

Benchmark Results
- `yamadashy.repomix`: No significant change
- Before: 868.73 millis
- After: 671.26 millis
- `facebook/react`: 29x faster
- Before: 123.31 secs
- After: 4.19 secs
- `vercel/next.js`: 58x faster
- Before: 17.85 mins
- After: 17.27 secs

Note: While Repomix is not primarily designed for processing large repositories, and speed is not a primary goal, faster processing can provide a better user experience when working with larger codebases.

How to Update

bash
npm update -g repomix



---

As always, 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.

0.2.22

This release introduces significant improvements to large file handling and expands the Repomix ecosystem with new tools and community channels.

Improvements ⚡

Improved Large File Handling (302)

- Added a file size limit check (50MB) to prevent memory issues
- Graceful error handling for large files with clear user guidance:

Special thanks to slavashvets for their continued contributions!

Ecosystem Growth 🤝

New VS Code Extension (300)
A community-created VS Code extension "Repomix Runner" is now available:
- Run Repomix directly from VS Code
- Extension by massdo: [View on VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=DorianMassoulier.repomix-runner)

Thank you massdo for bringing Repomix to VS Code and expanding our tooling ecosystem!

Official Social Media
- Launched official Repomix X (Twitter) account: [repomix_ai](https://x.com/repomix_ai)
- Follow for updates, tips, and community highlights

How to Update

bash
npm update -g repomix


---

Join our growing community on [Discord](https://discord.gg/BF8GxZHE2C) and follow us on [X](https://x.com/repomix_ai) for updates!

0.2.21

This release introduces significant improvements to output formatting and documentation, featuring a new parsable style option for enhanced XML handling.

What's New 🚀

Enhanced Output Style Control (287)
- Added new `parsableStyle` option for better output handling:
- Ensures output strictly follows the specification of the chosen format
- Provides properly escaped XML output with fast-xml-parser
- Dynamically adjusts markdown code block delimiters to avoid content conflicts
- Available via CLI flag `--parsable-style` or in configuration file

Special thanks to atollk for their first contribution!

Documentation 📚

README Enhancements (296)
- Updated Homebrew installation documentation to include Linux support

Special thanks to chenrui333 for their continued contributions!

Website Multi-Language Support (293)
- Enhanced multi-language support in [repomix.com](https://repomix.com)

How to Update

To update to the latest version, run:
bash
npm update -g repomix



---

As always, 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.

0.2.20

This release includes important fixes for Git Worktree support and repository name validation, improving Repomix's compatibility and stability.

Bug Fixes 🐛

Git Worktree Support (279)
- Fixed an issue where Repomix fails when processing repositories created using `git worktree`
- Now correctly handles `.git` as a reference file in worktree repositories

Special thanks to slavashvets for discovering and fixing this issue!

Repository Name Validation
- Fixed an issue where `--remote` option would fail when using GitHub shorthand names containing dots (e.g., `user/repo.name`)

How to Update

To update to the latest version, run:

bash
npm update -g repomix


We welcome community involvement and appreciate all contributions that help make Repomix better.

---

As always, 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.

0.2.17

This release fixes Node.js compatibility issues and adds comprehensive documentation to the website.

Bug Fixes 🐛

Enhanced Node.js Compatibility (274, 277)

- Fixed an issue where Repomix wasn't working properly on Node.js 19
- Downgraded cli-spinners dependency to ensure compatibility
- Now using version 2.9.2 which has better version support
- Extended Node.js version support:
- Minimum required version lowered from 18.20.0 to 18.0.0
- This change enables support for the entire Node.js 18.x LTS series

Documentation 📚

New Website Documentation (269, 271, 265)
- Added comprehensive documentation at [repomix.com/guide/](https://repomix.com/guide/)
- Detailed installation and usage instructions
- Advanced configuration examples
- Best practices and tips

Special thanks to mostypc123 for their first contribution to Repomix!

How to Update

To update to the latest version, run:

bash
npm update -g repomix


We welcome community involvement and appreciate all contributions that help make Repomix better.

---

As always, 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.

0.2.16

This release focuses on improving both CLI experience and web interface functionality, along with some important infrastructure updates.

Updates

Token counting configurable
- Enhanced token counting with configurable encoding (default: cl100k_base)
- Add config `tokenCount.encoding`

CLI Improvements
- Added a subtle announcement about our web version in the CLI completion message
- Helps users discover our online version at [repomix.com](https://repomix.com)
- The frequency of this announcement will be adjusted based on user feedback
- Removed repository URL from output files for cleaner output

Fixes
- Fixed an issue where output paths weren't properly ignored in certain scenarios
- Special thanks to massdo for identifying and fixing this issue

Internal Changes
- Updated minimum Node.js engine requirement to >=18.20.0
- Thanks to massdo for implementing this update

---

To update to the latest version, run:
bash
npm update -g repomix


As always, we appreciate your feedback and contributions! If you encounter any issues or have suggestions, please let us know through our [GitHub issues](https://github.com/yamadashy/repomix/issues).

Page 2 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.