v0.2.34.md•883 B
This release fixes an important configuration issue affecting negative boolean options in Repomix.
## Bug Fixes 🐛
### Configuration Handling Fix (#385, #389)
- Fixed an issue where setting `false` values in the config file for certain options (like `"fileSummary": false`) was not being respected
- Properly handles all `--no-*` style CLI options when specified in the config file
- Affected options include:
- `fileSummary`
- `directoryStructure`
- `gitignore`
- `defaultPatterns`
- `securityCheck`
Special thanks to @mapleroyal for reporting this issue!
## How to Update
```bash
npm update -g repomix
```
---
As always, if you encounter any issues or have suggestions, please let us know through our [GitHub issues](https://github.com/yamadashy/repomix/issues) or join our [Discord community](https://discord.gg/wNYzTwZFku) for support.