yamadashy / repopack

📦 Repopack is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, and Gemini.
MIT License
653 stars 32 forks source link

Turn off security check? #74

Closed ylluminate closed 6 days ago

ylluminate commented 1 week ago

It would be helpful to turn off security checks when we're working with developing cryptographic libraries... Can we have an argument flag to simply turn this function off when needed?

yamadashy commented 1 week ago

Hi, Thank you for this valuable feedback!

I'll work on implementing this feature as soon as I get home.

yamadashy commented 1 week ago

Hi @ylluminate,

I've implemented the feature you requested in my latest release! https://github.com/yamadashy/repopack/releases/tag/v0.1.36

You can now control the security check with the new security.enableSecurityCheck option in your repopack.config.json file. Here's how you can use it:

{
  "security": {
    "enableSecurityCheck": false
  }
}

This will allow you to disable the security check when needed.

I'd love to hear your feedback on this implementation. Please give it a try and let us know how it works for your use case.

Thank you for your valuable input that led to this feature!

ylluminate commented 6 days ago

Thank you so much! This update works very well!!! 🙇🏻‍♂️

yamadashy commented 5 days ago

Awesome! I'm so glad to hear it's working well for you. Thanks for your feedback and for helping make Repopack better! 😊

ylluminate commented 5 days ago

You have a fantastic project here. Thank you. I've found uses in other areas of analysis as well now. For example, while working on some laser cutting systems I was able to utilize this to pack up a bunch of data files for further analysis and action.