Skip to content

v0.2.11

Compare
Choose a tag to compare
@yamadashy yamadashy released this 31 Dec 12:44
· 100 commits to main since this release

This release focuses on enhancing usability, flexibility, and remote repository handling. We've aimed to make Repomix more intuitive, particularly for those working with remote repositories or using custom configurations.

What's New

Support Commit SHA in --remote-branch Option (#195, #212)

  • The --remote-branch option now supports specific commit hashes, not just branch names or tags.
    • This allows users to checkout the remote repository to a specific state using a SHA, providing finer control over remote repository fetching.

For more details, please see Remote Repository Processing in the README.

Thank you to @tranquochuy645 for this valuable contribution!

Bug Fixes

Fixed an issue where instruction file is not found when using a custom config file (#231)

  • The instruction file path is now resolved relative to the current working directory (CWD) instead of the location of the config file.

How to Update

To update to the latest version, run:

npm update -g repomix

or if you use Homebrew

brew upgrade repomix

or if you use docker 🐳

docker run -v .:/app -it --rm ghcr.io/yamadashy/repomix:0.2.11

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