Press "Enter" to skip to content

CodeBundler

Code Bundler is an open source app (WPF desktop and command line versions) I’ve written to consolidate source code files into a single file or textbox, so your codebase can easily be pasted into an LLM for evaluation.

It lets you select a solution file, project file, folder(s), or file(s) to be consolidated. It currently works with C# and VB.NET source code, although I may expand it to include other languages.

I’ll probably move its functionality into Legba, an open source desktop LLM request app I wrote. Legba was designed to let you create a set of “prompt prefixes” to include when you send a request to an LLM. So, it makes sense to also let that app include your source code, when asking code questions.

The source code is available on GitHub at: https://github.com/scottlilly/codebundler. If you have ideas about changes to make, please create an issue here: https://github.com/ScottLilly/CodeBundler/issues

Share this information
Leave a Reply

Your email address will not be published. Required fields are marked *