v0.2.20
yamadashy/repomixv0.2.20Jan 11, 2025by yamadashy
AI Summary
This release includes important fixes for Git Worktree support and repository name validation, improving Repomix's compatibility and stability.
Key Highlights
- Fixed an issue where Repomix fails when processing repositories created using `git worktree`
- Now correctly handles `.git` as a reference file in worktree repositories
- Fixed an issue where `--remote` option would fail when using GitHub shorthand names containing dots
Full Release Notes
This release includes important fixes for Git Worktree support and repository name validation, improving Repomix's compatibility and stability. ## Bug Fixes 🐛 ### Git Worktree Support (#279) - Fixed an issue where Repomix fails when processing repositories created using `git worktree` - Now correctly handles `.git` as a reference file in worktree repositories Special thanks to @slavashvets for discovering and fixing this issue! ### Repository Name Validation - Fixed an issue where `--remote` option would fail when using GitHub shorthand names containing dots (e.g., `user/repo.name`) ## How to Update To update to the latest version, run: ```bash npm update -g repomix ``` We welcome community involvement and appreciate all contributions that help make Repomix better. --- As always, if you encounter any issues or have suggestions, please let us know through our GitHub issues or join our [Discord community](https://discord.gg/wNYzTwZFku) for support.