Kazuki Yamada

Results 286 comments of Kazuki Yamada

I've implemented the stdin feature you requested! - https://github.com/yamadashy/repomix/pull/680 The stdin input respects your existing include/ignore patterns from configuration, so it works exactly as you wanted. Please wait for the...

@pchalasani This feature has been implemented and released in v1.0.0! https://github.com/yamadashy/repomix/releases/tag/v1.0.0 You can now easily include only git-tracked files using: ```bash git ls-files | repomix --stdin ``` Please give it...

Hi, @surajmandalcell Thank you for the feature request! This is a great suggestion! Similar tools often have this behavior by default, so there's definitely a need for this in Repomix...

Great news! @vznh has created a PR to implement this feature! - #160 Feel free to check out and test the implementation once it's merged.

@surajmandalcell This feature has been released in [v0.2.2](https://github.com/yamadashy/repomix/releases/tag/v0.2.2)! You can now use it with: ```bash repomix --copy ``` You can also enable it in your `repomix.config.json`: ```json { "output": {...

Hi, @peperunas ! Thank you for reporting this issue! While I haven't identified the root cause yet, it appears that Repomix occasionally freezes during file processing. I will continue investigating...

Based on the verbose logs, the process hangs after displaying "Include patterns with explicit files" during the worker pool file processing phase. This suggests the issue might be related to:...

I couldn't reproduce this on my macOS, so it might be environment or repository-specific. I'll create a PR with a potential fix.

Hi, @bancroftway ! Thank you for reporting this issue! Are you using the `--remove-comments` option by any chance? We fixed a similar bug related to remove comments for Go files...

@bancroftway I couldn't reproduce this on my end. If you have time, could you provide a sample file that reproduces the hang (with sensitive information removed)? That would help with...