Skip to content

v0.2.6

Latest
Compare
Choose a tag to compare
@yamadashy yamadashy released this 11 Dec 13:54
· 2 commits to main since this release

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:

# 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:

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.