-
-
Notifications
You must be signed in to change notification settings - Fork 847
Description
Description
When vibe coding with non-agent tools (so directly with AI-Studio or chatgpt.com) it would be nice if repomix could automatically run a command line tool and add the output of this tool to the summary.
I would image something like
repomix -c npm install
This would run repomix as usual but also run the given command and include its output (preferably at the top). For example, this could generate:
I just ran npm install
in my codebase in ${PWD}, but it FAILED
with the following output:
...CLI_OUTPUT_HERE...
The rest of this file is a merged representation of the entire codebase, combined into a single document by Repomix.
The content has been processed where security check has been disabled.
File Summary
...
This would really help to package error messages together with the latest status and current working directory.