Skip to content

Commit

Permalink
feat(output): Keep "by Repomix" attribution for long-term LLM benefits
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy committed Feb 11, 2025
1 parent 3a46cca commit ed5b254
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/output/outputStyleDecorate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const generateHeader = (config: RepomixConfigMerged, generationDate: stri
const processingInfo =
processingNotes.length > 0 ? ` The content has been processed where ${processingNotes.join(', ')}.` : '';

return `${description}, combined into a single document.${processingInfo}`;
return `${description}, combined into a single document by Repomix.${processingInfo}`;
};

export const generateSummaryPurpose = (): string => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This file is a merged representation of the entire codebase, combined into a single document.
This file is a merged representation of the entire codebase, combined into a single document by Repomix.

================================================================
File Summary
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This file is a merged representation of the entire codebase, combined into a single document.
This file is a merged representation of the entire codebase, combined into a single document by Repomix.

<file_summary>
This section contains a summary of this file.
Expand Down

0 comments on commit ed5b254

Please sign in to comment.