v1.4.1
yamadashy/repomixv1.4.1Aug 30, 2025by yamadashy
AI Summary
This maintenance release improves the --remote option by automatically detecting the default branch.
Key Highlights
- Auto-detects default branch instead of assuming main
- Works with repositories using main, master, or custom default branches
Full Release Notes
This maintenance release focuses on improving the `--remote` option reliability. ## Improvements ⚡ ### Remote Repository Processing (#777, #806) The `--remote` option now automatically detects the default branch instead of assuming `main`: - Works with repositories using `main`, `master`, or custom default branches - No longer fails on repositories with non-standard default branch names ## How to Update ```bash npm update -g repomix ``` --- As always, if you have any issues or suggestions, please let us know on GitHub issues or our [Discord community](https://discord.gg/wNYzTwZFku).