merge_content
Merge content from multiple files into a single output file. Configure settings like compression, file limits, and Git rules to streamline file processing for efficient code repository management.
Instructions
Merges content from multiple files into a single output file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
compress | No | Whether to compress the output. | |
custom_blacklist | No | Custom blacklist items. | |
ignore_git | No | Whether to ignore the .git directory. | |
max_files | No | Maximum number of files to process. | |
path | Yes | The target file or directory path. | |
use_cache | No | Whether to use file content cache. | |
use_gitignore | No | Whether to use .gitignore rules. | |
use_streams | No | Whether to use stream processing for large files. |