Repomix

Latest version: v0.2.2

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

Scan your dependencies

Page 4 of 10

0.2.6

This release introduces remote repository features and security check improvements.

What's New

Enhanced Remote Repository Support (196, 199)
- Added new `--remote-branch` option for cloning specific branches

Example usage:
bash
Clone a specific branch
repomix --remote user/repo --remote-branch develop


Special thanks to tranquochuy645 for their first contribution, adding the remote branch feature!

Security Check Improvements (191, 201)
- Added `--no-security-check` command line option for more control over security checking
- Enables bypassing security checks when needed (e.g., when working with cryptographic libraries)

How to Update

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


---

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

0.2.5

Bug Fixes

Fixed Missing Dependency (186)
- Added missing `minimatch` dependency

How to Update

To update to the latest version, run:

bash
npm update -g repomix


---

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

0.2.4

This release introduces enhanced directory handling capabilities and includes several improvements to core functionality, making Repomix more versatile and reliable.

What's New

Empty Directory Support (180, 161)
- Added new option `includeEmptyDirectories` to include empty directories in repository structure

To include empty directories in your output, add the following to your `repomix.config.json`:

json
{
"output": {
"includeEmptyDirectories": true
}
}


We'd like to thank iNerdStack for implementing this feature in their contribution to Repomix!

Improvements

Statistics Formatting Enhancement (177)
- Added number formatting for improved readability
- Fixed token calculation for more accurate reporting

How to Update

To update to the latest version, run:

bash
npm update -g repomix


---

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

0.2.3

This release introduces enhanced security features and improved error handling, making Repomix more robust and user-friendly.

Improvements

Enhanced File System Permission Handling (165)
- Added comprehensive permission checks for directory scanning
- Improved error messages with clear remediation steps, especially for macOS security restrictions
- Added detailed guidance in CLI output when permission issues are encountered

Node.js 23 Support (166)
- Added full support for Node.js 23

Improved Error Handling and Validation (167, 171)
- Implemented robust configuration validation system
- Added clear, actionable error messages for configuration issues
- Enhanced error recovery and reporting across core functionalities

How to Update

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


---

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

0.2.2

This release adds a new clipboard copy feature and includes several internal improvements to our CI process.

What's New

Copy to Clipboard Feature (152, 160)

- Added new `--copy` option to copy the output to system clipboard
- Output can now be both saved to file and copied to clipboard in one command
- Configurable through `repomix.config.json` using `output.copyToClipboard` option

We'd like to thank vznh for implementing this feature in their first contribution to Repomix!

Internal Changes

CI Improvements

- Switched to official actionlint Docker image for more reliable CI checks (szepeviktor in 156)
- Re-added Homebrew bump workflow for automated formula updates (chenrui333 in 151)

How to Use

Copy output to clipboard using CLI:
bash
repomix --copy


Or configure it in `repomix.config.json`:
json
{
"output": {
"copyToClipboard": true
}
}


How to Update

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


For macOS users:
bash
brew upgrade repomix


---

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

📢 Join our community discussion and share your experience with Repomix: https://github.com/yamadashy/repomix/discussions/154

0.2.1

- Added functionality to automatically detect and migrate existing Repopack configurations
- Handles migration of:
- Configuration files (`repopack.config.json` → `repomix.config.json`)
- Ignore files (`.repopackignore` → `.repomixignore`)
- Instruction files (`repopack-instruction.md` → `repomix-instruction.md`)
- Both local and global configurations
- Preserves all user settings during migration

Page 4 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.