Repomix

Latest version: v0.2.2

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

Scan your dependencies

Page 5 of 10

0.2.0

- Updated all project files and references to use the new name
- Updated npm package name to `repomix`
- Updated documentation to reflect the new name
- Added support for legacy output file detection

How to Migrate

We strongly recommend migrating to the new package. Install Repomix using either:

bash
npx repomix


or

bash
npm install -g repomix


The tool will automatically detect your existing Repopack configuration files and offer to migrate them to the new format.

Optional: Uninstall Repopack
After confirming Repomix works for your needs, you can optionally uninstall Repopack:

bash
npm uninstall -g repopack


---

Thank you for being part of our community. We look forward to continuing to serve you as Repomix! If you have any questions about the migration, please feel free to create an issue on our GitHub repository.

0.1.45

This release adds important migration notices as we prepare to transition from Repopack to Repomix.

Important: Project Renamed to Repomix

Due to legal considerations, this project has been renamed from "Repopack" to "Repomix". We are committed to ensuring a smooth transition for all users.

How to Migrate

We strongly recommend migrating to the new package. Install Repomix using either:

bash
npx repomix


or

bash
npm install -g repomix


Optional: Uninstall Repopack
After confirming Repomix works for your needs, you can optionally uninstall Repopack:

bash
npm uninstall -g repopack


---

Thank you for being part of the Repopack community. We look forward to continuing to serve you as Repomix! If you have any questions about the migration, please feel free to create an issue on our GitHub repository.

0.1.44

This release brings several enhancements, focusing on improved performance, streamlined output generation, better error handling, and added convenience for developers. We've also addressed a few bugs and updated dependencies for better compatibility and security.

Improvements

* **Streamlined Output Generation**: The output generation process has been refactored for better maintainability and efficiency. This reduces code duplication and simplifies adding new output styles in the future. Thanks iNerdStack!
* **Optimized File Searching**: Improved error handling and efficiency in the file searching process, providing more informative error messages and faster execution. Thanks Mefisto04!
* **Enhanced Process Concurrency**: More accurate calculation of CPU cores to optimize concurrency during file processing, leading to faster packing times. Thanks twlite!
* **Async Timeout for Sleep**: Replaced the previous sleep implementation with `setTimeout` to avoid blocking the event loop, enhancing responsiveness. Thanks twlite!

Bug Fixes

* **Markdown Configuration Validation**: Resolved an issue where using 'markdown' in the configuration file would trigger an invalid configuration error. Thanks r-dh!

Internal Changes

* **Brew Formula Auto-Update**: Homebrew formula will now be automatically updated with each tagged release, simplifying installation and updates for macOS users. Thanks r-dh!

* **Corrected License Link in README**: Fixed a broken link to the license in the README file. Thanks Kaushik080!

How to Update

To update to the latest version, run:

bash
npm update -g repopack


We appreciate all contributions and feedback from our community! If you encounter any issues or have suggestions, please open an issue on GitHub.

0.1.43

This release addresses a bug fix related to configuration validation for the Markdown output style.

Bug Fixes

Fixed Configuration Validation for Markdown Style (126)

- Resolved an issue where using 'markdown' in the configuration file would trigger an invalid configuration error

We'd like to extend our sincere thanks to r-dh for identifying and fixing this issue!

How to Update

To update to the latest version, run:

bash
npm update -g repopack


---

We value your feedback and contributions in making Repopack better! If you encounter any issues or have suggestions, please share them through our GitHub issues.

0.1.42

This release focuses on optimizing file processing and improving overall code efficiency.

Improvements

Optimize File Processing (112, 122)

- Improved the efficiency of string parsing operations
- Enhanced whitespace handling for better performance

We'd like to extend our sincere thanks to Mefisto04 for their valuable contributions to this release!

How to Update

To update to the latest version, run:

bash
npm update -g repopack


---

We value your feedback and contributions in making Repopack better! If you encounter any issues or have suggestions, please share them through our GitHub issues.

0.1.41

This release brings improvements to the initialization process and adds Homebrew installation support for macOS users.

Improvements

Improved Initialization Process (96)

- Reordered prompts to ask for output style before file path
- Added Markdown as a new output style option during initialization

Homebrew Installation Support (https://github.com/Homebrew/homebrew-core/pull/192391)

- Added Homebrew installation instructions for macOS users

How to Update/Install

To update to the latest version, run:

bash
npm install -g repopack


For macOS users, you can now install Repopack using Homebrew:

bash
brew install repopack


---

We value your feedback and contributions in making Repopack better! If you encounter any issues or have suggestions, please share them through our GitHub issues.

Page 5 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.