v0.2.6

yamadashy/repomixv0.2.6Dec 11, 2024by yamadashy

AI Summary

This release introduces remote repository features, allowing users to clone specific branches, and improves security controls by adding a bypass option for security checks.

Key Highlights

  • Added new `--remote-branch` option for cloning specific repository branches
  • Added `--no-security-check` command line option for bypassing security checks
  • Thanks to @tranquochuy645 for the contribution to remote branch support

New Features

  • Remote repository support with branch cloning
  • Security check bypass functionality

Full Release Notes

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.