Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"fileSummary": false doesn't work #385

Open
mapleroyal opened this issue Mar 4, 2025 · 4 comments
Open

"fileSummary": false doesn't work #385

mapleroyal opened this issue Mar 4, 2025 · 4 comments
Assignees
Labels
bug Something isn't working released

Comments

@mapleroyal
Copy link

mapleroyal commented Mar 4, 2025

Despite setting "fileSummary": false, in repomix.config.json I'm still getting the file summary above the # Directory Structure.

The rest of the config seems to be working:

{
  "output": {
    "filePath": "repomix-output.md",
    "style": "markdown",
    "parsableStyle": false,
    "fileSummary": false,
    "directoryStructure": true,
    "removeComments": false,
    "removeEmptyLines": false,
    "compress": false,
    "topFilesLength": 5,
    "showLineNumbers": false,
    "copyToClipboard": false
  },
  "include": [],
  "ignore": {
    "useGitignore": true,
    "useDefaultPatterns": true,
    "customPatterns": [
      "**/*.{md,svg}",
      "eslint.config.js",
      "package.json",
      "repomix.config.json",
      "CODEOWNERS",
      "**/.*"
    ]
  },
  "security": {
    "enableSecurityCheck": true
  }
}
@yamadashy yamadashy self-assigned this Mar 4, 2025
@yamadashy yamadashy added the bug Something isn't working label Mar 4, 2025
@yamadashy
Copy link
Owner

yamadashy commented Mar 4, 2025

Hi, @mapleroyal !
Thank you for reporting this issue! After investigating, we've identified that this problem affects not just fileSummary but several other --no-* style cli options in the configuration as well.

This will be corrected in the next release. Thank you for bringing this to our attention!

@yamadashy
Copy link
Owner

@mapleroyal
We've fixed the issue with "fileSummary": false not working in the config file in our latest release.
https://github.com/yamadashy/repomix/releases/tag/v0.2.34

This fix addresses not just the fileSummary setting but also similar boolean options that were affected by the same underlying issue.

Thank you for reporting this problem!

@mapleroyal
Copy link
Author

@mapleroyal
We've fixed the issue with "fileSummary": false not working in the config file in our latest release.
https://github.com/yamadashy/repomix/releases/tag/v0.2.34

This fix addresses not just the fileSummary setting but also similar boolean options that were affected by the same underlying issue.

Thank you for reporting this problem!

Incredible. If I use npx repomix today, will it use the latest fixes?

@yamadashy
Copy link
Owner

@mapleroyal
Please check by running npx repomix -v, and if it is not version 0.2.34, update it explicitly with npm update -g repomix.
npx repomix is a possibility that it may not be updated automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants