Kazuki Yamada
Kazuki Yamada
Hi @adamgit, I cannot reproduce this issue on the latest version (1.9.1). Could you please update and try again? ```bash npm install -g repomix@latest ``` If the issue persists, please...
Hi, @tsundara ! Thank you for the suggestion! `--token-count-tree` currently outputs a detailed tree structure with token counts for each file/directory: https://github.com/yamadashy/repomix?tab=readme-ov-file#token-count-optimization If the tree format doesn't quite fit your...
I attempted to reproduce this issue with the current code (v1.9.1) but could not replicate the reported behavior. Both `.ignore` files and `customPatterns` are correctly merged and applied together. Added...
Hi, @whinc ! Thank you for the suggestion! This sounds like a great idea. Let me confirm my understanding: We would generate the following structure under `.claude/skills`: ``` .claude/skills/hoge-codebase/ ├──...
@whinc Released in v1.10.0! 🎉 https://github.com/yamadashy/repomix/releases/tag/v1.10.0 You can now generate Agent Skills with: ``` npx repomix --skill-generate ```
Hi, @elsueno ! Thank you for your suggestion! Actually, Repomix already supports JSON5 format for configuration files, which allows you to add comments directly in the config file (though this...